Shades of Slate Blue #585BDC
Tints of Slate Blue #585BDC
RGB
CMYK
RGB Variations
Color information
#585BDC (or 0x585BDC) is known color: Slate Blue. HEX triplet: 58, 5B and DC. RGB value is (88,91,220). Sum of RGB (Red+Green+Blue) = 88+91+220=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #585BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BDC is #A7A423. Grayscale: #686868. Windows color (decimal): -10986532 or 14441304. OLE color: 14441304.
HSL color Cylindrical-coordinate representation of color #585BDC: hue angle of 238.64º 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 #585BDC is Cyan = 0.6, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 91 | 220 | - |
| CMYK | 0.6 | 0.59 | 0 | 0.14 |
| HSL | 238.64º | 0.65% | 0.6% | - |
| HSV(B) | 238.64º | 0.6% | 0.86% | - |
| XYZ | 20.68 | 14.72 | 69.46 | - |
| YUV | 104.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 220 | 0.6 | 0.59 | 0 | 0.14 | 238.64 | 0.65 | 0.6 |
| Hex | 58 | 5B | DC | 3C | 3B | 0 | E | EF | 41 | 3C |
| Octal | 130 | 133 | 334 | 74 | 73 | 0 | 16 | 357 | 101 | 74 |
| Binary | 1011000 | 1011011 | 11011100 | 111100 | 111011 | 0 | 1110 | 11101111 | 1000001 | 111100 |
Color Harmonies of #585BDC
Complementary color
Monochromatic Colors of #585BDC
Black with #585BDC
Text Example
Text Example
White with #585BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BDC; }
p { color: rgb(88,91,220); }
H1.HeaderClassName
{
color: #585BDC;
}
.AnyTagClassName
{
color: #585BDC;
}
</style>
background-color css
<style>
a { background-color: #585BDC; }
a { background-color: rgb(88,91,220); }
div.DivClassName
{
background-color: #585BDC;
}
.BgClassName
{
background-color: #585BDC;
}
</style>
border-color css
<style>
span { border-color: #585BDC; }
span { border-color: rgb(88,91,220); }
td.TdClassName
{
border-color: #585BDC;
}
.TagClassName
{
border-color: #585BDC;
}
</style>