Shades of Slate Blue #585ECF
Tints of Slate Blue #585ECF
RGB
CMYK
RGB Variations
Color information
#585ECF (or 0x585ECF) is known color: Slate Blue. HEX triplet: 58, 5E and CF. RGB value is (88,94,207). Sum of RGB (Red+Green+Blue) = 88+94+207=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #585ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ECF is #A7A130. Grayscale: #686868. Windows color (decimal): -10985777 or 13590104. OLE color: 13590104.
HSL color Cylindrical-coordinate representation of color #585ECF: hue angle of 236.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 #585ECF is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 94 | 207 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.19 |
| HSL | 236.97º | 0.55% | 0.58% | - |
| HSV(B) | 236.97º | 0.57% | 0.81% | - |
| XYZ | 19.29 | 14.59 | 60.83 | - |
| YUV | 105.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 207 | 0.57 | 0.55 | 0 | 0.19 | 236.97 | 0.55 | 0.58 |
| Hex | 58 | 5E | CF | 39 | 37 | 0 | 13 | ED | 37 | 3A |
| Octal | 130 | 136 | 317 | 71 | 67 | 0 | 23 | 355 | 67 | 72 |
| Binary | 1011000 | 1011110 | 11001111 | 111001 | 110111 | 0 | 10011 | 11101101 | 110111 | 111010 |
Color Harmonies of #585ECF
Complementary color
Monochromatic Colors of #585ECF
Black with #585ECF
Text Example
Text Example
White with #585ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585ECF; }
p { color: rgb(88,94,207); }
H1.HeaderClassName
{
color: #585ECF;
}
.AnyTagClassName
{
color: #585ECF;
}
</style>
background-color css
<style>
a { background-color: #585ECF; }
a { background-color: rgb(88,94,207); }
div.DivClassName
{
background-color: #585ECF;
}
.BgClassName
{
background-color: #585ECF;
}
</style>
border-color css
<style>
span { border-color: #585ECF; }
span { border-color: rgb(88,94,207); }
td.TdClassName
{
border-color: #585ECF;
}
.TagClassName
{
border-color: #585ECF;
}
</style>