Shades of Slate Blue #574CCA
Tints of Slate Blue #574CCA
RGB
CMYK
RGB Variations
Color information
#574CCA (or 0x574CCA) is known color: Slate Blue. HEX triplet: 57, 4C and CA. RGB value is (87,76,202). Sum of RGB (Red+Green+Blue) = 87+76+202=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #574CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CCA is #A8B335. Grayscale: #5D5D5D. Windows color (decimal): -11055926 or 13257815. OLE color: 13257815.
HSL color Cylindrical-coordinate representation of color #574CCA: hue angle of 245.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574CCA is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 76 | 202 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.21 |
| HSL | 245.24º | 0.54% | 0.55% | - |
| HSV(B) | 245.24º | 0.62% | 0.79% | - |
| XYZ | 17.18 | 11.46 | 57.18 | - |
| YUV | 93.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 202 | 0.57 | 0.62 | 0 | 0.21 | 245.24 | 0.54 | 0.55 |
| Hex | 57 | 4C | CA | 39 | 3E | 0 | 15 | F5 | 36 | 37 |
| Octal | 127 | 114 | 312 | 71 | 76 | 0 | 25 | 365 | 66 | 67 |
| Binary | 1010111 | 1001100 | 11001010 | 111001 | 111110 | 0 | 10101 | 11110101 | 110110 | 110111 |
Color Harmonies of #574CCA
Complementary color
Monochromatic Colors of #574CCA
Black with #574CCA
Text Example
Text Example
White with #574CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CCA; }
p { color: rgb(87,76,202); }
H1.HeaderClassName
{
color: #574CCA;
}
.AnyTagClassName
{
color: #574CCA;
}
</style>
background-color css
<style>
a { background-color: #574CCA; }
a { background-color: rgb(87,76,202); }
div.DivClassName
{
background-color: #574CCA;
}
.BgClassName
{
background-color: #574CCA;
}
</style>
border-color css
<style>
span { border-color: #574CCA; }
span { border-color: rgb(87,76,202); }
td.TdClassName
{
border-color: #574CCA;
}
.TagClassName
{
border-color: #574CCA;
}
</style>