Shades of Slate Blue #574CCC
Tints of Slate Blue #574CCC
RGB
CMYK
RGB Variations
Color information
#574CCC (or 0x574CCC) is known color: Slate Blue. HEX triplet: 57, 4C and CC. RGB value is (87,76,204). Sum of RGB (Red+Green+Blue) = 87+76+204=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #574CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CCC is #A8B333. Grayscale: #5D5D5D. Windows color (decimal): -11055924 or 13388887. OLE color: 13388887.
HSL color Cylindrical-coordinate representation of color #574CCC: hue angle of 245.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574CCC is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 76 | 204 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.2 |
| HSL | 245.16º | 0.56% | 0.55% | - |
| HSV(B) | 245.16º | 0.63% | 0.8% | - |
| XYZ | 17.41 | 11.55 | 58.44 | - |
| YUV | 93.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 204 | 0.57 | 0.63 | 0 | 0.2 | 245.16 | 0.56 | 0.55 |
| Hex | 57 | 4C | CC | 39 | 3F | 0 | 14 | F5 | 38 | 37 |
| Octal | 127 | 114 | 314 | 71 | 77 | 0 | 24 | 365 | 70 | 67 |
| Binary | 1010111 | 1001100 | 11001100 | 111001 | 111111 | 0 | 10100 | 11110101 | 111000 | 110111 |
Color Harmonies of #574CCC
Complementary color
Monochromatic Colors of #574CCC
Black with #574CCC
Text Example
Text Example
White with #574CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CCC; }
p { color: rgb(87,76,204); }
H1.HeaderClassName
{
color: #574CCC;
}
.AnyTagClassName
{
color: #574CCC;
}
</style>
background-color css
<style>
a { background-color: #574CCC; }
a { background-color: rgb(87,76,204); }
div.DivClassName
{
background-color: #574CCC;
}
.BgClassName
{
background-color: #574CCC;
}
</style>
border-color css
<style>
span { border-color: #574CCC; }
span { border-color: rgb(87,76,204); }
td.TdClassName
{
border-color: #574CCC;
}
.TagClassName
{
border-color: #574CCC;
}
</style>