Shades of Slate Blue #575DCC
Tints of Slate Blue #575DCC
RGB
CMYK
RGB Variations
Color information
#575DCC (or 0x575DCC) is known color: Slate Blue. HEX triplet: 57, 5D and CC. RGB value is (87,93,204). Sum of RGB (Red+Green+Blue) = 87+93+204=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 93 (36.72% from 255 or 24.22% 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 #575DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DCC is #A8A233. Grayscale: #676767. Windows color (decimal): -11051572 or 13393239. OLE color: 13393239.
HSL color Cylindrical-coordinate representation of color #575DCC: hue angle of 236.92º 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 #575DCC is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 93 | 204 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.2 |
| HSL | 236.92º | 0.53% | 0.57% | - |
| HSV(B) | 236.92º | 0.57% | 0.8% | - |
| XYZ | 18.74 | 14.21 | 58.88 | - |
| YUV | 103.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 204 | 0.57 | 0.54 | 0 | 0.2 | 236.92 | 0.53 | 0.57 |
| Hex | 57 | 5D | CC | 39 | 36 | 0 | 14 | ED | 35 | 39 |
| Octal | 127 | 135 | 314 | 71 | 66 | 0 | 24 | 355 | 65 | 71 |
| Binary | 1010111 | 1011101 | 11001100 | 111001 | 110110 | 0 | 10100 | 11101101 | 110101 | 111001 |
Color Harmonies of #575DCC
Complementary color
Monochromatic Colors of #575DCC
Black with #575DCC
Text Example
Text Example
White with #575DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DCC; }
p { color: rgb(87,93,204); }
H1.HeaderClassName
{
color: #575DCC;
}
.AnyTagClassName
{
color: #575DCC;
}
</style>
background-color css
<style>
a { background-color: #575DCC; }
a { background-color: rgb(87,93,204); }
div.DivClassName
{
background-color: #575DCC;
}
.BgClassName
{
background-color: #575DCC;
}
</style>
border-color css
<style>
span { border-color: #575DCC; }
span { border-color: rgb(87,93,204); }
td.TdClassName
{
border-color: #575DCC;
}
.TagClassName
{
border-color: #575DCC;
}
</style>