Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(0,240,180)
hsl(165,100%,47%)
cmyk(100,0,25,6)rgb(0,200,240)
hsl(190,100%,47%)
cmyk(100,17,0,6)rgb(0,100,240)
hsl(215,100%,47%)
cmyk(100,58,0,6)rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6)rgb(100,0,240)
hsl(265,100%,47%)
cmyk(58,100,0,6)rgb(200,0,240)
hsl(290,100%,47%)
cmyk(17,100,0,6) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(60,60,180)
hsl(240,50%,47%)
cmyk(67,67,0,30)rgb(48,48,192)
hsl(240,60%,47%)
cmyk(75,75,0,25)rgb(36,36,204)
hsl(240,70%,47%)
cmyk(82,82,0,20)rgb(24,24,216)
hsl(240,80%,47%)
cmyk(89,89,0,15)rgb(12,12,228)
hsl(240,90%,47%)
cmyk(95,95,0,11)rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,0,87)
hsl(240,100%,17%)
cmyk(100,100,0,66)rgb(0,0,138)
hsl(240,100%,27%)
cmyk(100,100,0,46)rgb(0,0,189)
hsl(240,100%,37%)
cmyk(100,100,0,26)rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6)rgb(36,36,255)
hsl(240,100%,57%)
cmyk(86,86,0,0)rgb(87,87,255)
hsl(240,100%,67%)
cmyk(66,66,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6)rgb(30,0,240)
hsl(248,100%,47%)
cmyk(88,100,0,6)rgb(60,0,240)
hsl(255,100%,47%)
cmyk(75,100,0,6)rgb(90,0,240)
hsl(263,100%,47%)
cmyk(62,100,0,6)rgb(120,0,240)
hsl(270,100%,47%)
cmyk(50,100,0,6)rgb(150,0,240)
hsl(278,100%,47%)
cmyk(37,100,0,6) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6)rgb(0,30,240)
hsl(233,100%,47%)
cmyk(100,88,0,6)rgb(0,60,240)
hsl(225,100%,47%)
cmyk(100,75,0,6)rgb(0,90,240)
hsl(218,100%,47%)
cmyk(100,62,0,6)rgb(0,120,240)
hsl(210,100%,47%)
cmyk(100,50,0,6)rgb(0,150,240)
hsl(203,100%,47%)
cmyk(100,37,0,6) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,0,105)
hsl(240,100%,21%)
cmyk(100,100,0,59)rgb(0,0,135)
hsl(240,100%,26%)
cmyk(100,100,0,47)rgb(0,0,165)
hsl(240,100%,32%)
cmyk(100,100,0,35)rgb(0,0,195)
hsl(240,100%,38%)
cmyk(100,100,0,24)rgb(0,0,225)
hsl(240,100%,44%)
cmyk(100,100,0,12)rgb(0,0,255)
hsl(240,100%,50%)
cmyk(100,100,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(120,0,240)
hsl(270,100%,47%)
cmyk(50,100,0,6)rgb(96,0,240)
hsl(264,100%,47%)
cmyk(60,100,0,6)rgb(72,0,240)
hsl(258,100%,47%)
cmyk(70,100,0,6)rgb(48,0,240)
hsl(252,100%,47%)
cmyk(80,100,0,6)rgb(24,0,240)
hsl(246,100%,47%)
cmyk(90,100,0,6)rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,120,240)
hsl(210,100%,47%)
cmyk(100,50,0,6)rgb(0,96,240)
hsl(216,100%,47%)
cmyk(100,60,0,6)rgb(0,72,240)
hsl(222,100%,47%)
cmyk(100,70,0,6)rgb(0,48,240)
hsl(228,100%,47%)
cmyk(100,80,0,6)rgb(0,24,240)
hsl(234,100%,47%)
cmyk(100,90,0,6)rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,0,240)
hsl(240,100%,47%)
cmyk(100,100,0,6)rgb(0,0,216)
hsl(240,100%,42%)
cmyk(100,100,0,15)rgb(0,0,192)
hsl(240,100%,38%)
cmyk(100,100,0,25)rgb(0,0,168)
hsl(240,100%,33%)
cmyk(100,100,0,34)rgb(0,0,144)
hsl(240,100%,28%)
cmyk(100,100,0,44)rgb(0,0,120)
hsl(240,100%,24%)
cmyk(100,100,0,53) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,0,255)
hsl(240,100%,50%)
cmyk(100,100,0,0)rgb(0,0,230)
hsl(240,100%,45%)
cmyk(100,100,0,10)rgb(0,0,204)
hsl(240,100%,40%)
cmyk(100,100,0,20)rgb(0,0,179)
hsl(240,100%,35%)
cmyk(100,100,0,30)rgb(0,0,153)
hsl(240,100%,30%)
cmyk(100,100,0,40)rgb(0,0,128)
hsl(240,100%,25%)
cmyk(100,100,0,50)