Shades of Slate Blue #5966CE
Tints of Slate Blue #5966CE
RGB
CMYK
RGB Variations
Color information
#5966CE (or 0x5966CE) is known color: Slate Blue. HEX triplet: 59, 66 and CE. RGB value is (89,102,206). Sum of RGB (Red+Green+Blue) = 89+102+206=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #5966CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966CE is #A69931. Grayscale: #6D6D6D. Windows color (decimal): -10918194 or 13526617. OLE color: 13526617.
HSL color Cylindrical-coordinate representation of color #5966CE: hue angle of 233.33º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5966CE is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 102 | 206 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.19 |
| HSL | 233.33º | 0.54% | 0.58% | - |
| HSV(B) | 233.33º | 0.57% | 0.81% | - |
| XYZ | 20.01 | 16.08 | 60.44 | - |
| YUV | 109.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 206 | 0.57 | 0.50 | 0 | 0.19 | 233.33 | 0.54 | 0.58 |
| Hex | 59 | 66 | CE | 39 | 32 | 0 | 13 | E9 | 36 | 3A |
| Octal | 131 | 146 | 316 | 71 | 62 | 0 | 23 | 351 | 66 | 72 |
| Binary | 1011001 | 1100110 | 11001110 | 111001 | 110010 | 0 | 10011 | 11101001 | 110110 | 111010 |
Color Harmonies of #5966CE
Complementary color
Monochromatic Colors of #5966CE
Black with #5966CE
Text Example
Text Example
White with #5966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966CE; }
p { color: rgb(89,102,206); }
H1.HeaderClassName
{
color: #5966CE;
}
.AnyTagClassName
{
color: #5966CE;
}
</style>
background-color css
<style>
a { background-color: #5966CE; }
a { background-color: rgb(89,102,206); }
div.DivClassName
{
background-color: #5966CE;
}
.BgClassName
{
background-color: #5966CE;
}
</style>
border-color css
<style>
span { border-color: #5966CE; }
span { border-color: rgb(89,102,206); }
td.TdClassName
{
border-color: #5966CE;
}
.TagClassName
{
border-color: #5966CE;
}
</style>