Shades of Slate Blue #5966CF
Tints of Slate Blue #5966CF
RGB
CMYK
RGB Variations
Color information
#5966CF (or 0x5966CF) is known color: Slate Blue. HEX triplet: 59, 66 and CF. RGB value is (89,102,207). Sum of RGB (Red+Green+Blue) = 89+102+207=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #5966CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966CF is #A69930. Grayscale: #6D6D6D. Windows color (decimal): -10918193 or 13592153. OLE color: 13592153.
HSL color Cylindrical-coordinate representation of color #5966CF: hue angle of 233.39º degrees, saturation: 0.55, 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 #5966CF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 102 | 207 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.19 |
| HSL | 233.39º | 0.55% | 0.58% | - |
| HSV(B) | 233.39º | 0.57% | 0.81% | - |
| XYZ | 20.13 | 16.13 | 61.08 | - |
| YUV | 110.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 207 | 0.57 | 0.51 | 0 | 0.19 | 233.39 | 0.55 | 0.58 |
| Hex | 59 | 66 | CF | 39 | 33 | 0 | 13 | E9 | 37 | 3A |
| Octal | 131 | 146 | 317 | 71 | 63 | 0 | 23 | 351 | 67 | 72 |
| Binary | 1011001 | 1100110 | 11001111 | 111001 | 110011 | 0 | 10011 | 11101001 | 110111 | 111010 |
Color Harmonies of #5966CF
Complementary color
Monochromatic Colors of #5966CF
Black with #5966CF
Text Example
Text Example
White with #5966CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966CF; }
p { color: rgb(89,102,207); }
H1.HeaderClassName
{
color: #5966CF;
}
.AnyTagClassName
{
color: #5966CF;
}
</style>
background-color css
<style>
a { background-color: #5966CF; }
a { background-color: rgb(89,102,207); }
div.DivClassName
{
background-color: #5966CF;
}
.BgClassName
{
background-color: #5966CF;
}
</style>
border-color css
<style>
span { border-color: #5966CF; }
span { border-color: rgb(89,102,207); }
td.TdClassName
{
border-color: #5966CF;
}
.TagClassName
{
border-color: #5966CF;
}
</style>