Shades of Slate Blue #5857CE
Tints of Slate Blue #5857CE
RGB
CMYK
RGB Variations
Color information
#5857CE (or 0x5857CE) is known color: Slate Blue. HEX triplet: 58, 57 and CE. RGB value is (88,87,206). Sum of RGB (Red+Green+Blue) = 88+87+206=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #5857CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857CE is #A7A831. Grayscale: #646464. Windows color (decimal): -10987570 or 13522776. OLE color: 13522776.
HSL color Cylindrical-coordinate representation of color #5857CE: hue angle of 240.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5857CE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 87 | 206 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.19 |
| HSL | 240.5º | 0.55% | 0.57% | - |
| HSV(B) | 240.5º | 0.58% | 0.81% | - |
| XYZ | 18.57 | 13.35 | 59.99 | - |
| YUV | 100.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 206 | 0.57 | 0.58 | 0 | 0.19 | 240.5 | 0.55 | 0.57 |
| Hex | 58 | 57 | CE | 39 | 3A | 0 | 13 | F1 | 37 | 39 |
| Octal | 130 | 127 | 316 | 71 | 72 | 0 | 23 | 361 | 67 | 71 |
| Binary | 1011000 | 1010111 | 11001110 | 111001 | 111010 | 0 | 10011 | 11110001 | 110111 | 111001 |
Color Harmonies of #5857CE
Complementary color
Monochromatic Colors of #5857CE
Black with #5857CE
Text Example
Text Example
White with #5857CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5857CE; }
p { color: rgb(88,87,206); }
H1.HeaderClassName
{
color: #5857CE;
}
.AnyTagClassName
{
color: #5857CE;
}
</style>
background-color css
<style>
a { background-color: #5857CE; }
a { background-color: rgb(88,87,206); }
div.DivClassName
{
background-color: #5857CE;
}
.BgClassName
{
background-color: #5857CE;
}
</style>
border-color css
<style>
span { border-color: #5857CE; }
span { border-color: rgb(88,87,206); }
td.TdClassName
{
border-color: #5857CE;
}
.TagClassName
{
border-color: #5857CE;
}
</style>