Shades of Slate Blue #585CCD
Tints of Slate Blue #585CCD
RGB
CMYK
RGB Variations
Color information
#585CCD (or 0x585CCD) is known color: Slate Blue. HEX triplet: 58, 5C and CD. RGB value is (88,92,205). Sum of RGB (Red+Green+Blue) = 88+92+205=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #585CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CCD is #A7A332. Grayscale: #676767. Windows color (decimal): -10986291 or 13458520. OLE color: 13458520.
HSL color Cylindrical-coordinate representation of color #585CCD: hue angle of 237.95º 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 #585CCD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 92 | 205 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.20 |
| HSL | 237.95º | 0.54% | 0.57% | - |
| HSV(B) | 237.95º | 0.57% | 0.8% | - |
| XYZ | 18.87 | 14.14 | 59.49 | - |
| YUV | 103.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 205 | 0.57 | 0.55 | 0 | 0.20 | 237.95 | 0.54 | 0.57 |
| Hex | 58 | 5C | CD | 39 | 37 | 0 | 14 | EE | 36 | 39 |
| Octal | 130 | 134 | 315 | 71 | 67 | 0 | 24 | 356 | 66 | 71 |
| Binary | 1011000 | 1011100 | 11001101 | 111001 | 110111 | 0 | 10100 | 11101110 | 110110 | 111001 |
Color Harmonies of #585CCD
Complementary color
Monochromatic Colors of #585CCD
Black with #585CCD
Text Example
Text Example
White with #585CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CCD; }
p { color: rgb(88,92,205); }
H1.HeaderClassName
{
color: #585CCD;
}
.AnyTagClassName
{
color: #585CCD;
}
</style>
background-color css
<style>
a { background-color: #585CCD; }
a { background-color: rgb(88,92,205); }
div.DivClassName
{
background-color: #585CCD;
}
.BgClassName
{
background-color: #585CCD;
}
</style>
border-color css
<style>
span { border-color: #585CCD; }
span { border-color: rgb(88,92,205); }
td.TdClassName
{
border-color: #585CCD;
}
.TagClassName
{
border-color: #585CCD;
}
</style>