Shades of Rich Blue #574DAA
Tints of Rich Blue #574DAA
RGB
CMYK
RGB Variations
Color information
#574DAA (or 0x574DAA) is known color: Rich Blue. HEX triplet: 57, 4D and AA. RGB value is (87,77,170). Sum of RGB (Red+Green+Blue) = 87+77+170=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #574DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DAA is #A8B255. Grayscale: #5A5A5A. Windows color (decimal): -11055702 or 11160919. OLE color: 11160919.
HSL color Cylindrical-coordinate representation of color #574DAA: hue angle of 246.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #574DAA is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 77 | 170 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.33 |
| HSL | 246.45º | 0.38% | 0.48% | - |
| HSV(B) | 246.45º | 0.55% | 0.67% | - |
| XYZ | 13.84 | 10.24 | 39.28 | - |
| YUV | 90.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 170 | 0.49 | 0.55 | 0 | 0.33 | 246.45 | 0.38 | 0.48 |
| Hex | 57 | 4D | AA | 31 | 37 | 0 | 21 | F6 | 26 | 30 |
| Octal | 127 | 115 | 252 | 61 | 67 | 0 | 41 | 366 | 46 | 60 |
| Binary | 1010111 | 1001101 | 10101010 | 110001 | 110111 | 0 | 100001 | 11110110 | 100110 | 110000 |
Color Harmonies of #574DAA
Complementary color
Monochromatic Colors of #574DAA
Black with #574DAA
Text Example
Text Example
White with #574DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DAA; }
p { color: rgb(87,77,170); }
H1.HeaderClassName
{
color: #574DAA;
}
.AnyTagClassName
{
color: #574DAA;
}
</style>
background-color css
<style>
a { background-color: #574DAA; }
a { background-color: rgb(87,77,170); }
div.DivClassName
{
background-color: #574DAA;
}
.BgClassName
{
background-color: #574DAA;
}
</style>
border-color css
<style>
span { border-color: #574DAA; }
span { border-color: rgb(87,77,170); }
td.TdClassName
{
border-color: #574DAA;
}
.TagClassName
{
border-color: #574DAA;
}
</style>