Shades of Slate Blue #5955CE
Tints of Slate Blue #5955CE
RGB
CMYK
RGB Variations
Color information
#5955CE (or 0x5955CE) is known color: Slate Blue. HEX triplet: 59, 55 and CE. RGB value is (89,85,206). Sum of RGB (Red+Green+Blue) = 89+85+206=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #5955CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955CE is #A6AA31. Grayscale: #636363. Windows color (decimal): -10922546 or 13522265. OLE color: 13522265.
HSL color Cylindrical-coordinate representation of color #5955CE: hue angle of 241.98º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5955CE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 85 | 206 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.19 |
| HSL | 241.98º | 0.55% | 0.57% | - |
| HSV(B) | 241.98º | 0.59% | 0.81% | - |
| XYZ | 18.51 | 13.08 | 59.94 | - |
| YUV | 99.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 206 | 0.57 | 0.59 | 0 | 0.19 | 241.98 | 0.55 | 0.57 |
| Hex | 59 | 55 | CE | 39 | 3B | 0 | 13 | F2 | 37 | 39 |
| Octal | 131 | 125 | 316 | 71 | 73 | 0 | 23 | 362 | 67 | 71 |
| Binary | 1011001 | 1010101 | 11001110 | 111001 | 111011 | 0 | 10011 | 11110010 | 110111 | 111001 |
Color Harmonies of #5955CE
Complementary color
Monochromatic Colors of #5955CE
Black with #5955CE
Text Example
Text Example
White with #5955CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955CE; }
p { color: rgb(89,85,206); }
H1.HeaderClassName
{
color: #5955CE;
}
.AnyTagClassName
{
color: #5955CE;
}
</style>
background-color css
<style>
a { background-color: #5955CE; }
a { background-color: rgb(89,85,206); }
div.DivClassName
{
background-color: #5955CE;
}
.BgClassName
{
background-color: #5955CE;
}
</style>
border-color css
<style>
span { border-color: #5955CE; }
span { border-color: rgb(89,85,206); }
td.TdClassName
{
border-color: #5955CE;
}
.TagClassName
{
border-color: #5955CE;
}
</style>