Shades of Rich Blue #574CA2
Tints of Rich Blue #574CA2
RGB
CMYK
RGB Variations
Color information
#574CA2 (or 0x574CA2) is known color: Rich Blue. HEX triplet: 57, 4C and A2. RGB value is (87,76,162). Sum of RGB (Red+Green+Blue) = 87+76+162=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #574CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574CA2 is #A8B35D. Grayscale: #585858. Windows color (decimal): -11055966 or 10636375. OLE color: 10636375.
HSL color Cylindrical-coordinate representation of color #574CA2: hue angle of 247.67º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574CA2 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 76 | 162 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.36 |
| HSL | 247.67º | 0.36% | 0.47% | - |
| HSV(B) | 247.67º | 0.53% | 0.64% | - |
| XYZ | 13.04 | 9.8 | 35.39 | - |
| YUV | 89.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 162 | 0.46 | 0.53 | 0 | 0.36 | 247.67 | 0.36 | 0.47 |
| Hex | 57 | 4C | A2 | 2E | 35 | 0 | 24 | F8 | 24 | 2F |
| Octal | 127 | 114 | 242 | 56 | 65 | 0 | 44 | 370 | 44 | 57 |
| Binary | 1010111 | 1001100 | 10100010 | 101110 | 110101 | 0 | 100100 | 11111000 | 100100 | 101111 |
Color Harmonies of #574CA2
Complementary color
Monochromatic Colors of #574CA2
Black with #574CA2
Text Example
Text Example
White with #574CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CA2; }
p { color: rgb(87,76,162); }
H1.HeaderClassName
{
color: #574CA2;
}
.AnyTagClassName
{
color: #574CA2;
}
</style>
background-color css
<style>
a { background-color: #574CA2; }
a { background-color: rgb(87,76,162); }
div.DivClassName
{
background-color: #574CA2;
}
.BgClassName
{
background-color: #574CA2;
}
</style>
border-color css
<style>
span { border-color: #574CA2; }
span { border-color: rgb(87,76,162); }
td.TdClassName
{
border-color: #574CA2;
}
.TagClassName
{
border-color: #574CA2;
}
</style>