Shades of Slate Blue #585BDE
Tints of Slate Blue #585BDE
RGB
CMYK
RGB Variations
Color information
#585BDE (or 0x585BDE) is known color: Slate Blue. HEX triplet: 58, 5B and DE. RGB value is (88,91,222). Sum of RGB (Red+Green+Blue) = 88+91+222=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #585BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BDE is #A7A421. Grayscale: #686868. Windows color (decimal): -10986530 or 14572376. OLE color: 14572376.
HSL color Cylindrical-coordinate representation of color #585BDE: hue angle of 238.66º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585BDE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 91 | 222 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.13 |
| HSL | 238.66º | 0.67% | 0.61% | - |
| HSV(B) | 238.66º | 0.6% | 0.87% | - |
| XYZ | 20.95 | 14.83 | 70.87 | - |
| YUV | 105.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 222 | 0.60 | 0.59 | 0 | 0.13 | 238.66 | 0.67 | 0.61 |
| Hex | 58 | 5B | DE | 3C | 3B | 0 | D | EF | 43 | 3D |
| Octal | 130 | 133 | 336 | 74 | 73 | 0 | 15 | 357 | 103 | 75 |
| Binary | 1011000 | 1011011 | 11011110 | 111100 | 111011 | 0 | 1101 | 11101111 | 1000011 | 111101 |
Color Harmonies of #585BDE
Complementary color
Monochromatic Colors of #585BDE
Black with #585BDE
Text Example
Text Example
White with #585BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BDE; }
p { color: rgb(88,91,222); }
H1.HeaderClassName
{
color: #585BDE;
}
.AnyTagClassName
{
color: #585BDE;
}
</style>
background-color css
<style>
a { background-color: #585BDE; }
a { background-color: rgb(88,91,222); }
div.DivClassName
{
background-color: #585BDE;
}
.BgClassName
{
background-color: #585BDE;
}
</style>
border-color css
<style>
span { border-color: #585BDE; }
span { border-color: rgb(88,91,222); }
td.TdClassName
{
border-color: #585BDE;
}
.TagClassName
{
border-color: #585BDE;
}
</style>