Shades of Rich Blue #574BA3
Tints of Rich Blue #574BA3
RGB
CMYK
RGB Variations
Color information
#574BA3 (or 0x574BA3) is known color: Rich Blue. HEX triplet: 57, 4B and A3. RGB value is (87,75,163). Sum of RGB (Red+Green+Blue) = 87+75+163=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #574BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574BA3 is #A8B45C. Grayscale: #585858. Windows color (decimal): -11056221 or 10701655. OLE color: 10701655.
HSL color Cylindrical-coordinate representation of color #574BA3: hue angle of 248.18º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574BA3 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 75 | 163 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.36 |
| HSL | 248.18º | 0.37% | 0.47% | - |
| HSV(B) | 248.18º | 0.54% | 0.64% | - |
| XYZ | 13.06 | 9.7 | 35.83 | - |
| YUV | 88.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 163 | 0.47 | 0.54 | 0 | 0.36 | 248.18 | 0.37 | 0.47 |
| Hex | 57 | 4B | A3 | 2F | 36 | 0 | 24 | F8 | 25 | 2F |
| Octal | 127 | 113 | 243 | 57 | 66 | 0 | 44 | 370 | 45 | 57 |
| Binary | 1010111 | 1001011 | 10100011 | 101111 | 110110 | 0 | 100100 | 11111000 | 100101 | 101111 |
Color Harmonies of #574BA3
Complementary color
Monochromatic Colors of #574BA3
Black with #574BA3
Text Example
Text Example
White with #574BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574BA3; }
p { color: rgb(87,75,163); }
H1.HeaderClassName
{
color: #574BA3;
}
.AnyTagClassName
{
color: #574BA3;
}
</style>
background-color css
<style>
a { background-color: #574BA3; }
a { background-color: rgb(87,75,163); }
div.DivClassName
{
background-color: #574BA3;
}
.BgClassName
{
background-color: #574BA3;
}
</style>
border-color css
<style>
span { border-color: #574BA3; }
span { border-color: rgb(87,75,163); }
td.TdClassName
{
border-color: #574BA3;
}
.TagClassName
{
border-color: #574BA3;
}
</style>