Shades of Slate Blue #575CCC
Tints of Slate Blue #575CCC
RGB
CMYK
RGB Variations
Color information
#575CCC (or 0x575CCC) is known color: Slate Blue. HEX triplet: 57, 5C and CC. RGB value is (87,92,204). Sum of RGB (Red+Green+Blue) = 87+92+204=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #575CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CCC is #A8A333. Grayscale: #666666. Windows color (decimal): -11051828 or 13392983. OLE color: 13392983.
HSL color Cylindrical-coordinate representation of color #575CCC: hue angle of 237.44º 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 #575CCC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 92 | 204 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.2 |
| HSL | 237.44º | 0.53% | 0.57% | - |
| HSV(B) | 237.44º | 0.57% | 0.8% | - |
| XYZ | 18.66 | 14.04 | 58.85 | - |
| YUV | 103.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 204 | 0.57 | 0.55 | 0 | 0.2 | 237.44 | 0.53 | 0.57 |
| Hex | 57 | 5C | CC | 39 | 37 | 0 | 14 | ED | 35 | 39 |
| Octal | 127 | 134 | 314 | 71 | 67 | 0 | 24 | 355 | 65 | 71 |
| Binary | 1010111 | 1011100 | 11001100 | 111001 | 110111 | 0 | 10100 | 11101101 | 110101 | 111001 |
Color Harmonies of #575CCC
Complementary color
Monochromatic Colors of #575CCC
Black with #575CCC
Text Example
Text Example
White with #575CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CCC; }
p { color: rgb(87,92,204); }
H1.HeaderClassName
{
color: #575CCC;
}
.AnyTagClassName
{
color: #575CCC;
}
</style>
background-color css
<style>
a { background-color: #575CCC; }
a { background-color: rgb(87,92,204); }
div.DivClassName
{
background-color: #575CCC;
}
.BgClassName
{
background-color: #575CCC;
}
</style>
border-color css
<style>
span { border-color: #575CCC; }
span { border-color: rgb(87,92,204); }
td.TdClassName
{
border-color: #575CCC;
}
.TagClassName
{
border-color: #575CCC;
}
</style>