Shades of Slate Blue #574CC9
Tints of Slate Blue #574CC9
RGB
CMYK
RGB Variations
Color information
#574CC9 (or 0x574CC9) is known color: Slate Blue. HEX triplet: 57, 4C and C9. RGB value is (87,76,201). Sum of RGB (Red+Green+Blue) = 87+76+201=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #574CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CC9 is #A8B336. Grayscale: #5D5D5D. Windows color (decimal): -11055927 or 13192279. OLE color: 13192279.
HSL color Cylindrical-coordinate representation of color #574CC9: hue angle of 245.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574CC9 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 76 | 201 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.21 |
| HSL | 245.28º | 0.54% | 0.54% | - |
| HSV(B) | 245.28º | 0.62% | 0.79% | - |
| XYZ | 17.06 | 11.41 | 56.56 | - |
| YUV | 93.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 201 | 0.57 | 0.62 | 0 | 0.21 | 245.28 | 0.54 | 0.54 |
| Hex | 57 | 4C | C9 | 39 | 3E | 0 | 15 | F5 | 36 | 36 |
| Octal | 127 | 114 | 311 | 71 | 76 | 0 | 25 | 365 | 66 | 66 |
| Binary | 1010111 | 1001100 | 11001001 | 111001 | 111110 | 0 | 10101 | 11110101 | 110110 | 110110 |
Color Harmonies of #574CC9
Complementary color
Monochromatic Colors of #574CC9
Black with #574CC9
Text Example
Text Example
White with #574CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CC9; }
p { color: rgb(87,76,201); }
H1.HeaderClassName
{
color: #574CC9;
}
.AnyTagClassName
{
color: #574CC9;
}
</style>
background-color css
<style>
a { background-color: #574CC9; }
a { background-color: rgb(87,76,201); }
div.DivClassName
{
background-color: #574CC9;
}
.BgClassName
{
background-color: #574CC9;
}
</style>
border-color css
<style>
span { border-color: #574CC9; }
span { border-color: rgb(87,76,201); }
td.TdClassName
{
border-color: #574CC9;
}
.TagClassName
{
border-color: #574CC9;
}
</style>