Shades of Rich Blue #574AB2
Tints of Rich Blue #574AB2
RGB
CMYK
RGB Variations
Color information
#574AB2 (or 0x574AB2) is known color: Rich Blue. HEX triplet: 57, 4A and B2. RGB value is (87,74,178). Sum of RGB (Red+Green+Blue) = 87+74+178=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #574AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574AB2 is #A8B54D. Grayscale: #595959. Windows color (decimal): -11056462 or 11684439. OLE color: 11684439.
HSL color Cylindrical-coordinate representation of color #574AB2: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574AB2 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 74 | 178 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.30 |
| HSL | 247.5º | 0.41% | 0.49% | - |
| HSV(B) | 247.5º | 0.58% | 0.7% | - |
| XYZ | 14.42 | 10.14 | 43.32 | - |
| YUV | 89.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 178 | 0.51 | 0.58 | 0 | 0.30 | 247.5 | 0.41 | 0.49 |
| Hex | 57 | 4A | B2 | 33 | 3A | 0 | 1E | F8 | 29 | 31 |
| Octal | 127 | 112 | 262 | 63 | 72 | 0 | 36 | 370 | 51 | 61 |
| Binary | 1010111 | 1001010 | 10110010 | 110011 | 111010 | 0 | 11110 | 11111000 | 101001 | 110001 |
Color Harmonies of #574AB2
Complementary color
Monochromatic Colors of #574AB2
Black with #574AB2
Text Example
Text Example
White with #574AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574AB2; }
p { color: rgb(87,74,178); }
H1.HeaderClassName
{
color: #574AB2;
}
.AnyTagClassName
{
color: #574AB2;
}
</style>
background-color css
<style>
a { background-color: #574AB2; }
a { background-color: rgb(87,74,178); }
div.DivClassName
{
background-color: #574AB2;
}
.BgClassName
{
background-color: #574AB2;
}
</style>
border-color css
<style>
span { border-color: #574AB2; }
span { border-color: rgb(87,74,178); }
td.TdClassName
{
border-color: #574AB2;
}
.TagClassName
{
border-color: #574AB2;
}
</style>