Shades of Slate Blue #5859CF
Tints of Slate Blue #5859CF
RGB
CMYK
RGB Variations
Color information
#5859CF (or 0x5859CF) is known color: Slate Blue. HEX triplet: 58, 59 and CF. RGB value is (88,89,207). Sum of RGB (Red+Green+Blue) = 88+89+207=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #5859CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859CF is #A7A630. Grayscale: #656565. Windows color (decimal): -10987057 or 13588824. OLE color: 13588824.
HSL color Cylindrical-coordinate representation of color #5859CF: hue angle of 239.5º 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 #5859CF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 89 | 207 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.19 |
| HSL | 239.5º | 0.55% | 0.58% | - |
| HSV(B) | 239.5º | 0.57% | 0.81% | - |
| XYZ | 18.86 | 13.72 | 60.69 | - |
| YUV | 102.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 207 | 0.57 | 0.57 | 0 | 0.19 | 239.5 | 0.55 | 0.58 |
| Hex | 58 | 59 | CF | 39 | 39 | 0 | 13 | EF | 37 | 3A |
| Octal | 130 | 131 | 317 | 71 | 71 | 0 | 23 | 357 | 67 | 72 |
| Binary | 1011000 | 1011001 | 11001111 | 111001 | 111001 | 0 | 10011 | 11101111 | 110111 | 111010 |
Color Harmonies of #5859CF
Complementary color
Monochromatic Colors of #5859CF
Black with #5859CF
Text Example
Text Example
White with #5859CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5859CF; }
p { color: rgb(88,89,207); }
H1.HeaderClassName
{
color: #5859CF;
}
.AnyTagClassName
{
color: #5859CF;
}
</style>
background-color css
<style>
a { background-color: #5859CF; }
a { background-color: rgb(88,89,207); }
div.DivClassName
{
background-color: #5859CF;
}
.BgClassName
{
background-color: #5859CF;
}
</style>
border-color css
<style>
span { border-color: #5859CF; }
span { border-color: rgb(88,89,207); }
td.TdClassName
{
border-color: #5859CF;
}
.TagClassName
{
border-color: #5859CF;
}
</style>