Shades of Slate Blue #585ECE
Tints of Slate Blue #585ECE
RGB
CMYK
RGB Variations
Color information
#585ECE (or 0x585ECE) is known color: Slate Blue. HEX triplet: 58, 5E and CE. RGB value is (88,94,206). Sum of RGB (Red+Green+Blue) = 88+94+206=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #585ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ECE is #A7A131. Grayscale: #686868. Windows color (decimal): -10985778 or 13524568. OLE color: 13524568.
HSL color Cylindrical-coordinate representation of color #585ECE: hue angle of 236.95º 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 #585ECE is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 94 | 206 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.19 |
| HSL | 236.95º | 0.55% | 0.58% | - |
| HSV(B) | 236.95º | 0.57% | 0.81% | - |
| XYZ | 19.17 | 14.54 | 60.19 | - |
| YUV | 104.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 206 | 0.57 | 0.54 | 0 | 0.19 | 236.95 | 0.55 | 0.58 |
| Hex | 58 | 5E | CE | 39 | 36 | 0 | 13 | ED | 37 | 3A |
| Octal | 130 | 136 | 316 | 71 | 66 | 0 | 23 | 355 | 67 | 72 |
| Binary | 1011000 | 1011110 | 11001110 | 111001 | 110110 | 0 | 10011 | 11101101 | 110111 | 111010 |
Color Harmonies of #585ECE
Complementary color
Monochromatic Colors of #585ECE
Black with #585ECE
Text Example
Text Example
White with #585ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585ECE; }
p { color: rgb(88,94,206); }
H1.HeaderClassName
{
color: #585ECE;
}
.AnyTagClassName
{
color: #585ECE;
}
</style>
background-color css
<style>
a { background-color: #585ECE; }
a { background-color: rgb(88,94,206); }
div.DivClassName
{
background-color: #585ECE;
}
.BgClassName
{
background-color: #585ECE;
}
</style>
border-color css
<style>
span { border-color: #585ECE; }
span { border-color: rgb(88,94,206); }
td.TdClassName
{
border-color: #585ECE;
}
.TagClassName
{
border-color: #585ECE;
}
</style>