Shades of Rich Blue #574CAC
Tints of Rich Blue #574CAC
RGB
CMYK
RGB Variations
Color information
#574CAC (or 0x574CAC) is known color: Rich Blue. HEX triplet: 57, 4C and AC. RGB value is (87,76,172). Sum of RGB (Red+Green+Blue) = 87+76+172=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #574CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574CAC is #A8B353. Grayscale: #595959. Windows color (decimal): -11055956 or 11291735. OLE color: 11291735.
HSL color Cylindrical-coordinate representation of color #574CAC: hue angle of 246.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #574CAC is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 76 | 172 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.33 |
| HSL | 246.88º | 0.39% | 0.49% | - |
| HSV(B) | 246.88º | 0.56% | 0.67% | - |
| XYZ | 13.96 | 10.17 | 40.26 | - |
| YUV | 90.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 172 | 0.49 | 0.56 | 0 | 0.33 | 246.88 | 0.39 | 0.49 |
| Hex | 57 | 4C | AC | 31 | 38 | 0 | 21 | F7 | 27 | 31 |
| Octal | 127 | 114 | 254 | 61 | 70 | 0 | 41 | 367 | 47 | 61 |
| Binary | 1010111 | 1001100 | 10101100 | 110001 | 111000 | 0 | 100001 | 11110111 | 100111 | 110001 |
Color Harmonies of #574CAC
Complementary color
Monochromatic Colors of #574CAC
Black with #574CAC
Text Example
Text Example
White with #574CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CAC; }
p { color: rgb(87,76,172); }
H1.HeaderClassName
{
color: #574CAC;
}
.AnyTagClassName
{
color: #574CAC;
}
</style>
background-color css
<style>
a { background-color: #574CAC; }
a { background-color: rgb(87,76,172); }
div.DivClassName
{
background-color: #574CAC;
}
.BgClassName
{
background-color: #574CAC;
}
</style>
border-color css
<style>
span { border-color: #574CAC; }
span { border-color: rgb(87,76,172); }
td.TdClassName
{
border-color: #574CAC;
}
.TagClassName
{
border-color: #574CAC;
}
</style>