Shades of Slate Blue #5859CE
Tints of Slate Blue #5859CE
RGB
CMYK
RGB Variations
Color information
#5859CE (or 0x5859CE) is known color: Slate Blue. HEX triplet: 58, 59 and CE. RGB value is (88,89,206). Sum of RGB (Red+Green+Blue) = 88+89+206=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #5859CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859CE is #A7A631. Grayscale: #656565. Windows color (decimal): -10987058 or 13523288. OLE color: 13523288.
HSL color Cylindrical-coordinate representation of color #5859CE: hue angle of 239.49º 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 #5859CE is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 89 | 206 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.19 |
| HSL | 239.49º | 0.55% | 0.58% | - |
| HSV(B) | 239.49º | 0.57% | 0.81% | - |
| XYZ | 18.74 | 13.68 | 60.04 | - |
| YUV | 102.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 206 | 0.57 | 0.57 | 0 | 0.19 | 239.49 | 0.55 | 0.58 |
| Hex | 58 | 59 | CE | 39 | 39 | 0 | 13 | EF | 37 | 3A |
| Octal | 130 | 131 | 316 | 71 | 71 | 0 | 23 | 357 | 67 | 72 |
| Binary | 1011000 | 1011001 | 11001110 | 111001 | 111001 | 0 | 10011 | 11101111 | 110111 | 111010 |
Color Harmonies of #5859CE
Complementary color
Monochromatic Colors of #5859CE
Black with #5859CE
Text Example
Text Example
White with #5859CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5859CE; }
p { color: rgb(88,89,206); }
H1.HeaderClassName
{
color: #5859CE;
}
.AnyTagClassName
{
color: #5859CE;
}
</style>
background-color css
<style>
a { background-color: #5859CE; }
a { background-color: rgb(88,89,206); }
div.DivClassName
{
background-color: #5859CE;
}
.BgClassName
{
background-color: #5859CE;
}
</style>
border-color css
<style>
span { border-color: #5859CE; }
span { border-color: rgb(88,89,206); }
td.TdClassName
{
border-color: #5859CE;
}
.TagClassName
{
border-color: #5859CE;
}
</style>