Shades of Rich Blue #574DAC
Tints of Rich Blue #574DAC
RGB
CMYK
RGB Variations
Color information
#574DAC (or 0x574DAC) is known color: Rich Blue. HEX triplet: 57, 4D and AC. RGB value is (87,77,172). Sum of RGB (Red+Green+Blue) = 87+77+172=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #574DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DAC is #A8B253. Grayscale: #5A5A5A. Windows color (decimal): -11055700 or 11291991. OLE color: 11291991.
HSL color Cylindrical-coordinate representation of color #574DAC: hue angle of 246.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #574DAC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 77 | 172 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.33 |
| HSL | 246.32º | 0.38% | 0.49% | - |
| HSV(B) | 246.32º | 0.55% | 0.67% | - |
| XYZ | 14.03 | 10.31 | 40.28 | - |
| YUV | 90.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 172 | 0.49 | 0.55 | 0 | 0.33 | 246.32 | 0.38 | 0.49 |
| Hex | 57 | 4D | AC | 31 | 37 | 0 | 21 | F6 | 26 | 31 |
| Octal | 127 | 115 | 254 | 61 | 67 | 0 | 41 | 366 | 46 | 61 |
| Binary | 1010111 | 1001101 | 10101100 | 110001 | 110111 | 0 | 100001 | 11110110 | 100110 | 110001 |
Color Harmonies of #574DAC
Complementary color
Monochromatic Colors of #574DAC
Black with #574DAC
Text Example
Text Example
White with #574DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DAC; }
p { color: rgb(87,77,172); }
H1.HeaderClassName
{
color: #574DAC;
}
.AnyTagClassName
{
color: #574DAC;
}
</style>
background-color css
<style>
a { background-color: #574DAC; }
a { background-color: rgb(87,77,172); }
div.DivClassName
{
background-color: #574DAC;
}
.BgClassName
{
background-color: #574DAC;
}
</style>
border-color css
<style>
span { border-color: #574DAC; }
span { border-color: rgb(87,77,172); }
td.TdClassName
{
border-color: #574DAC;
}
.TagClassName
{
border-color: #574DAC;
}
</style>