Shades of Slate Blue #585CCC
Tints of Slate Blue #585CCC
RGB
CMYK
RGB Variations
Color information
#585CCC (or 0x585CCC) is known color: Slate Blue. HEX triplet: 58, 5C and CC. RGB value is (88,92,204). Sum of RGB (Red+Green+Blue) = 88+92+204=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #585CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CCC is #A7A333. Grayscale: #676767. Windows color (decimal): -10986292 or 13392984. OLE color: 13392984.
HSL color Cylindrical-coordinate representation of color #585CCC: hue angle of 237.93º degrees, saturation: 0.53, 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 #585CCC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 92 | 204 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.2 |
| HSL | 237.93º | 0.53% | 0.57% | - |
| HSV(B) | 237.93º | 0.57% | 0.8% | - |
| XYZ | 18.75 | 14.09 | 58.86 | - |
| YUV | 103.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 204 | 0.57 | 0.55 | 0 | 0.2 | 237.93 | 0.53 | 0.57 |
| Hex | 58 | 5C | CC | 39 | 37 | 0 | 14 | EE | 35 | 39 |
| Octal | 130 | 134 | 314 | 71 | 67 | 0 | 24 | 356 | 65 | 71 |
| Binary | 1011000 | 1011100 | 11001100 | 111001 | 110111 | 0 | 10100 | 11101110 | 110101 | 111001 |
Color Harmonies of #585CCC
Complementary color
Monochromatic Colors of #585CCC
Black with #585CCC
Text Example
Text Example
White with #585CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CCC; }
p { color: rgb(88,92,204); }
H1.HeaderClassName
{
color: #585CCC;
}
.AnyTagClassName
{
color: #585CCC;
}
</style>
background-color css
<style>
a { background-color: #585CCC; }
a { background-color: rgb(88,92,204); }
div.DivClassName
{
background-color: #585CCC;
}
.BgClassName
{
background-color: #585CCC;
}
</style>
border-color css
<style>
span { border-color: #585CCC; }
span { border-color: rgb(88,92,204); }
td.TdClassName
{
border-color: #585CCC;
}
.TagClassName
{
border-color: #585CCC;
}
</style>