Shades of Slate Blue #585FD3
Tints of Slate Blue #585FD3
RGB
CMYK
RGB Variations
Color information
#585FD3 (or 0x585FD3) is known color: Slate Blue. HEX triplet: 58, 5F and D3. RGB value is (88,95,211). Sum of RGB (Red+Green+Blue) = 88+95+211=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 211 (82.81% from 255 or 53.55% from 394); Max value from RGB is 211 - color contains mainly: blue. Hex color #585FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FD3 is #A7A02C. Grayscale: #696969. Windows color (decimal): -10985517 or 13852504. OLE color: 13852504.
HSL color Cylindrical-coordinate representation of color #585FD3: hue angle of 236.59º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #585FD3 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 95 | 211 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.17 |
| HSL | 236.59º | 0.58% | 0.59% | - |
| HSV(B) | 236.59º | 0.58% | 0.83% | - |
| XYZ | 19.87 | 14.96 | 63.47 | - |
| YUV | 106.13 | 187.18 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 211 | 0.58 | 0.55 | 0 | 0.17 | 236.59 | 0.58 | 0.59 |
| Hex | 58 | 5F | D3 | 3A | 37 | 0 | 11 | ED | 3A | 3B |
| Octal | 130 | 137 | 323 | 72 | 67 | 0 | 21 | 355 | 72 | 73 |
| Binary | 1011000 | 1011111 | 11010011 | 111010 | 110111 | 0 | 10001 | 11101101 | 111010 | 111011 |
Color Harmonies of #585FD3
Complementary color
Monochromatic Colors of #585FD3
Black with #585FD3
Text Example
Text Example
White with #585FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585FD3; }
p { color: rgb(88,95,211); }
H1.HeaderClassName
{
color: #585FD3;
}
.AnyTagClassName
{
color: #585FD3;
}
</style>
background-color css
<style>
a { background-color: #585FD3; }
a { background-color: rgb(88,95,211); }
div.DivClassName
{
background-color: #585FD3;
}
.BgClassName
{
background-color: #585FD3;
}
</style>
border-color css
<style>
span { border-color: #585FD3; }
span { border-color: rgb(88,95,211); }
td.TdClassName
{
border-color: #585FD3;
}
.TagClassName
{
border-color: #585FD3;
}
</style>