Shades of Slate Blue #5967CF
Tints of Slate Blue #5967CF
RGB
CMYK
RGB Variations
Color information
#5967CF (or 0x5967CF) is known color: Slate Blue. HEX triplet: 59, 67 and CF. RGB value is (89,103,207). Sum of RGB (Red+Green+Blue) = 89+103+207=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #5967CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5967CF is #A69830. Grayscale: #6E6E6E. Windows color (decimal): -10917937 or 13592409. OLE color: 13592409.
HSL color Cylindrical-coordinate representation of color #5967CF: hue angle of 232.88º 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 #5967CF is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 103 | 207 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.19 |
| HSL | 232.88º | 0.55% | 0.58% | - |
| HSV(B) | 232.88º | 0.57% | 0.81% | - |
| XYZ | 20.23 | 16.33 | 61.12 | - |
| YUV | 110.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 207 | 0.57 | 0.50 | 0 | 0.19 | 232.88 | 0.55 | 0.58 |
| Hex | 59 | 67 | CF | 39 | 32 | 0 | 13 | E9 | 37 | 3A |
| Octal | 131 | 147 | 317 | 71 | 62 | 0 | 23 | 351 | 67 | 72 |
| Binary | 1011001 | 1100111 | 11001111 | 111001 | 110010 | 0 | 10011 | 11101001 | 110111 | 111010 |
Color Harmonies of #5967CF
Complementary color
Monochromatic Colors of #5967CF
Black with #5967CF
Text Example
Text Example
White with #5967CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5967CF; }
p { color: rgb(89,103,207); }
H1.HeaderClassName
{
color: #5967CF;
}
.AnyTagClassName
{
color: #5967CF;
}
</style>
background-color css
<style>
a { background-color: #5967CF; }
a { background-color: rgb(89,103,207); }
div.DivClassName
{
background-color: #5967CF;
}
.BgClassName
{
background-color: #5967CF;
}
</style>
border-color css
<style>
span { border-color: #5967CF; }
span { border-color: rgb(89,103,207); }
td.TdClassName
{
border-color: #5967CF;
}
.TagClassName
{
border-color: #5967CF;
}
</style>