Shades of Slate Blue #574ECC
Tints of Slate Blue #574ECC
RGB
CMYK
RGB Variations
Color information
#574ECC (or 0x574ECC) is known color: Slate Blue. HEX triplet: 57, 4E and CC. RGB value is (87,78,204). Sum of RGB (Red+Green+Blue) = 87+78+204=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #574ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ECC is #A8B133. Grayscale: #5E5E5E. Windows color (decimal): -11055412 or 13389399. OLE color: 13389399.
HSL color Cylindrical-coordinate representation of color #574ECC: hue angle of 244.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574ECC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 78 | 204 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.2 |
| HSL | 244.29º | 0.55% | 0.55% | - |
| HSV(B) | 244.29º | 0.62% | 0.8% | - |
| XYZ | 17.55 | 11.83 | 58.49 | - |
| YUV | 95.06 | 189.48 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 204 | 0.57 | 0.62 | 0 | 0.2 | 244.29 | 0.55 | 0.55 |
| Hex | 57 | 4E | CC | 39 | 3E | 0 | 14 | F4 | 37 | 37 |
| Octal | 127 | 116 | 314 | 71 | 76 | 0 | 24 | 364 | 67 | 67 |
| Binary | 1010111 | 1001110 | 11001100 | 111001 | 111110 | 0 | 10100 | 11110100 | 110111 | 110111 |
Color Harmonies of #574ECC
Complementary color
Monochromatic Colors of #574ECC
Black with #574ECC
Text Example
Text Example
White with #574ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574ECC; }
p { color: rgb(87,78,204); }
H1.HeaderClassName
{
color: #574ECC;
}
.AnyTagClassName
{
color: #574ECC;
}
</style>
background-color css
<style>
a { background-color: #574ECC; }
a { background-color: rgb(87,78,204); }
div.DivClassName
{
background-color: #574ECC;
}
.BgClassName
{
background-color: #574ECC;
}
</style>
border-color css
<style>
span { border-color: #574ECC; }
span { border-color: rgb(87,78,204); }
td.TdClassName
{
border-color: #574ECC;
}
.TagClassName
{
border-color: #574ECC;
}
</style>