Converts to RGB then HSL.
166 167 168
# File 'lib/color/cmyk.rb', line 166 def to_hsl to_rgb.to_hsl end