Shades of Slate Blue #585DDC
Tints of Slate Blue #585DDC
RGB
CMYK
RGB Variations
Color information
#585DDC (or 0x585DDC) is known color: Slate Blue. HEX triplet: 58, 5D and DC. RGB value is (88,93,220). Sum of RGB (Red+Green+Blue) = 88+93+220=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #585DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DDC is #A7A223. Grayscale: #696969. Windows color (decimal): -10986020 or 14441816. OLE color: 14441816.
HSL color Cylindrical-coordinate representation of color #585DDC: hue angle of 237.73º 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 #585DDC is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 93 | 220 | - |
| CMYK | 0.6 | 0.58 | 0 | 0.14 |
| HSL | 237.73º | 0.65% | 0.6% | - |
| HSV(B) | 237.73º | 0.6% | 0.86% | - |
| XYZ | 20.86 | 15.07 | 69.52 | - |
| YUV | 105.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 220 | 0.6 | 0.58 | 0 | 0.14 | 237.73 | 0.65 | 0.6 |
| Hex | 58 | 5D | DC | 3C | 3A | 0 | E | EE | 41 | 3C |
| Octal | 130 | 135 | 334 | 74 | 72 | 0 | 16 | 356 | 101 | 74 |
| Binary | 1011000 | 1011101 | 11011100 | 111100 | 111010 | 0 | 1110 | 11101110 | 1000001 | 111100 |
Color Harmonies of #585DDC
Complementary color
Monochromatic Colors of #585DDC
Black with #585DDC
Text Example
Text Example
White with #585DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DDC; }
p { color: rgb(88,93,220); }
H1.HeaderClassName
{
color: #585DDC;
}
.AnyTagClassName
{
color: #585DDC;
}
</style>
background-color css
<style>
a { background-color: #585DDC; }
a { background-color: rgb(88,93,220); }
div.DivClassName
{
background-color: #585DDC;
}
.BgClassName
{
background-color: #585DDC;
}
</style>
border-color css
<style>
span { border-color: #585DDC; }
span { border-color: rgb(88,93,220); }
td.TdClassName
{
border-color: #585DDC;
}
.TagClassName
{
border-color: #585DDC;
}
</style>