Shades of Slate Blue #585FDC
Tints of Slate Blue #585FDC
RGB
CMYK
RGB Variations
Color information
#585FDC (or 0x585FDC) is known color: Slate Blue. HEX triplet: 58, 5F and DC. RGB value is (88,95,220). Sum of RGB (Red+Green+Blue) = 88+95+220=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #585FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FDC is #A7A023. Grayscale: #6A6A6A. Windows color (decimal): -10985508 or 14442328. OLE color: 14442328.
HSL color Cylindrical-coordinate representation of color #585FDC: hue angle of 236.82º 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 #585FDC is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 95 | 220 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.14 |
| HSL | 236.82º | 0.65% | 0.6% | - |
| HSV(B) | 236.82º | 0.6% | 0.86% | - |
| XYZ | 21.03 | 15.43 | 69.58 | - |
| YUV | 107.16 | 191.68 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 220 | 0.6 | 0.57 | 0 | 0.14 | 236.82 | 0.65 | 0.6 |
| Hex | 58 | 5F | DC | 3C | 39 | 0 | E | ED | 41 | 3C |
| Octal | 130 | 137 | 334 | 74 | 71 | 0 | 16 | 355 | 101 | 74 |
| Binary | 1011000 | 1011111 | 11011100 | 111100 | 111001 | 0 | 1110 | 11101101 | 1000001 | 111100 |
Color Harmonies of #585FDC
Complementary color
Monochromatic Colors of #585FDC
Black with #585FDC
Text Example
Text Example
White with #585FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585FDC; }
p { color: rgb(88,95,220); }
H1.HeaderClassName
{
color: #585FDC;
}
.AnyTagClassName
{
color: #585FDC;
}
</style>
background-color css
<style>
a { background-color: #585FDC; }
a { background-color: rgb(88,95,220); }
div.DivClassName
{
background-color: #585FDC;
}
.BgClassName
{
background-color: #585FDC;
}
</style>
border-color css
<style>
span { border-color: #585FDC; }
span { border-color: rgb(88,95,220); }
td.TdClassName
{
border-color: #585FDC;
}
.TagClassName
{
border-color: #585FDC;
}
</style>