Shades of Slate Blue #585CCE
Tints of Slate Blue #585CCE
RGB
CMYK
RGB Variations
Color information
#585CCE (or 0x585CCE) is known color: Slate Blue. HEX triplet: 58, 5C and CE. RGB value is (88,92,206). Sum of RGB (Red+Green+Blue) = 88+92+206=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #585CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CCE is #A7A331. Grayscale: #676767. Windows color (decimal): -10986290 or 13524056. OLE color: 13524056.
HSL color Cylindrical-coordinate representation of color #585CCE: hue angle of 237.97º 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 #585CCE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 92 | 206 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.19 |
| HSL | 237.97º | 0.55% | 0.58% | - |
| HSV(B) | 237.97º | 0.57% | 0.81% | - |
| XYZ | 18.99 | 14.19 | 60.13 | - |
| YUV | 103.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 206 | 0.57 | 0.55 | 0 | 0.19 | 237.97 | 0.55 | 0.58 |
| Hex | 58 | 5C | CE | 39 | 37 | 0 | 13 | EE | 37 | 3A |
| Octal | 130 | 134 | 316 | 71 | 67 | 0 | 23 | 356 | 67 | 72 |
| Binary | 1011000 | 1011100 | 11001110 | 111001 | 110111 | 0 | 10011 | 11101110 | 110111 | 111010 |
Color Harmonies of #585CCE
Complementary color
Monochromatic Colors of #585CCE
Black with #585CCE
Text Example
Text Example
White with #585CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CCE; }
p { color: rgb(88,92,206); }
H1.HeaderClassName
{
color: #585CCE;
}
.AnyTagClassName
{
color: #585CCE;
}
</style>
background-color css
<style>
a { background-color: #585CCE; }
a { background-color: rgb(88,92,206); }
div.DivClassName
{
background-color: #585CCE;
}
.BgClassName
{
background-color: #585CCE;
}
</style>
border-color css
<style>
span { border-color: #585CCE; }
span { border-color: rgb(88,92,206); }
td.TdClassName
{
border-color: #585CCE;
}
.TagClassName
{
border-color: #585CCE;
}
</style>