Shades of Slate Blue #574CC8
Tints of Slate Blue #574CC8
RGB
CMYK
RGB Variations
Color information
#574CC8 (or 0x574CC8) is known color: Slate Blue. HEX triplet: 57, 4C and C8. RGB value is (87,76,200). Sum of RGB (Red+Green+Blue) = 87+76+200=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #574CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CC8 is #A8B337. Grayscale: #5C5C5C. Windows color (decimal): -11055928 or 13126743. OLE color: 13126743.
HSL color Cylindrical-coordinate representation of color #574CC8: hue angle of 245.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574CC8 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 76 | 200 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.22 |
| HSL | 245.32º | 0.53% | 0.54% | - |
| HSV(B) | 245.32º | 0.62% | 0.78% | - |
| XYZ | 16.94 | 11.37 | 55.94 | - |
| YUV | 93.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 200 | 0.56 | 0.62 | 0 | 0.22 | 245.32 | 0.53 | 0.54 |
| Hex | 57 | 4C | C8 | 38 | 3E | 0 | 16 | F5 | 35 | 36 |
| Octal | 127 | 114 | 310 | 70 | 76 | 0 | 26 | 365 | 65 | 66 |
| Binary | 1010111 | 1001100 | 11001000 | 111000 | 111110 | 0 | 10110 | 11110101 | 110101 | 110110 |
Color Harmonies of #574CC8
Complementary color
Monochromatic Colors of #574CC8
Black with #574CC8
Text Example
Text Example
White with #574CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CC8; }
p { color: rgb(87,76,200); }
H1.HeaderClassName
{
color: #574CC8;
}
.AnyTagClassName
{
color: #574CC8;
}
</style>
background-color css
<style>
a { background-color: #574CC8; }
a { background-color: rgb(87,76,200); }
div.DivClassName
{
background-color: #574CC8;
}
.BgClassName
{
background-color: #574CC8;
}
</style>
border-color css
<style>
span { border-color: #574CC8; }
span { border-color: rgb(87,76,200); }
td.TdClassName
{
border-color: #574CC8;
}
.TagClassName
{
border-color: #574CC8;
}
</style>