Shades of Slate Blue #585FCD
Tints of Slate Blue #585FCD
RGB
CMYK
RGB Variations
Color information
#585FCD (or 0x585FCD) is known color: Slate Blue. HEX triplet: 58, 5F and CD. RGB value is (88,95,205). Sum of RGB (Red+Green+Blue) = 88+95+205=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #585FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FCD is #A7A032. Grayscale: #686868. Windows color (decimal): -10985523 or 13459288. OLE color: 13459288.
HSL color Cylindrical-coordinate representation of color #585FCD: hue angle of 236.41º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585FCD is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 95 | 205 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.20 |
| HSL | 236.41º | 0.54% | 0.57% | - |
| HSV(B) | 236.41º | 0.57% | 0.8% | - |
| XYZ | 19.14 | 14.67 | 59.58 | - |
| YUV | 105.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 205 | 0.57 | 0.54 | 0 | 0.20 | 236.41 | 0.54 | 0.57 |
| Hex | 58 | 5F | CD | 39 | 36 | 0 | 14 | EC | 36 | 39 |
| Octal | 130 | 137 | 315 | 71 | 66 | 0 | 24 | 354 | 66 | 71 |
| Binary | 1011000 | 1011111 | 11001101 | 111001 | 110110 | 0 | 10100 | 11101100 | 110110 | 111001 |
Color Harmonies of #585FCD
Complementary color
Monochromatic Colors of #585FCD
Black with #585FCD
Text Example
Text Example
White with #585FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585FCD; }
p { color: rgb(88,95,205); }
H1.HeaderClassName
{
color: #585FCD;
}
.AnyTagClassName
{
color: #585FCD;
}
</style>
background-color css
<style>
a { background-color: #585FCD; }
a { background-color: rgb(88,95,205); }
div.DivClassName
{
background-color: #585FCD;
}
.BgClassName
{
background-color: #585FCD;
}
</style>
border-color css
<style>
span { border-color: #585FCD; }
span { border-color: rgb(88,95,205); }
td.TdClassName
{
border-color: #585FCD;
}
.TagClassName
{
border-color: #585FCD;
}
</style>