Shades of Slate Blue #585FDB
Tints of Slate Blue #585FDB
RGB
CMYK
RGB Variations
Color information
#585FDB (or 0x585FDB) is known color: Slate Blue. HEX triplet: 58, 5F and DB. RGB value is (88,95,219). Sum of RGB (Red+Green+Blue) = 88+95+219=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #585FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FDB is #A7A024. Grayscale: #6A6A6A. Windows color (decimal): -10985509 or 14376792. OLE color: 14376792.
HSL color Cylindrical-coordinate representation of color #585FDB: hue angle of 236.79º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585FDB is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 95 | 219 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.14 |
| HSL | 236.79º | 0.65% | 0.6% | - |
| HSV(B) | 236.79º | 0.6% | 0.86% | - |
| XYZ | 20.9 | 15.37 | 68.88 | - |
| YUV | 107.04 | 191.18 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 219 | 0.60 | 0.57 | 0 | 0.14 | 236.79 | 0.65 | 0.6 |
| Hex | 58 | 5F | DB | 3C | 39 | 0 | E | ED | 41 | 3C |
| Octal | 130 | 137 | 333 | 74 | 71 | 0 | 16 | 355 | 101 | 74 |
| Binary | 1011000 | 1011111 | 11011011 | 111100 | 111001 | 0 | 1110 | 11101101 | 1000001 | 111100 |
Color Harmonies of #585FDB
Complementary color
Monochromatic Colors of #585FDB
Black with #585FDB
Text Example
Text Example
White with #585FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585FDB; }
p { color: rgb(88,95,219); }
H1.HeaderClassName
{
color: #585FDB;
}
.AnyTagClassName
{
color: #585FDB;
}
</style>
background-color css
<style>
a { background-color: #585FDB; }
a { background-color: rgb(88,95,219); }
div.DivClassName
{
background-color: #585FDB;
}
.BgClassName
{
background-color: #585FDB;
}
</style>
border-color css
<style>
span { border-color: #585FDB; }
span { border-color: rgb(88,95,219); }
td.TdClassName
{
border-color: #585FDB;
}
.TagClassName
{
border-color: #585FDB;
}
</style>