Shades of Rich Blue #574FAC
Tints of Rich Blue #574FAC
RGB
CMYK
RGB Variations
Color information
#574FAC (or 0x574FAC) is known color: Rich Blue. HEX triplet: 57, 4F and AC. RGB value is (87,79,172). Sum of RGB (Red+Green+Blue) = 87+79+172=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #574FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574FAC is #A8B053. Grayscale: #5B5B5B. Windows color (decimal): -11055188 or 11292503. OLE color: 11292503.
HSL color Cylindrical-coordinate representation of color #574FAC: hue angle of 245.16º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574FAC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 79 | 172 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.33 |
| HSL | 245.16º | 0.37% | 0.49% | - |
| HSV(B) | 245.16º | 0.54% | 0.67% | - |
| XYZ | 14.17 | 10.6 | 40.33 | - |
| YUV | 91.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 172 | 0.49 | 0.54 | 0 | 0.33 | 245.16 | 0.37 | 0.49 |
| Hex | 57 | 4F | AC | 31 | 36 | 0 | 21 | F5 | 25 | 31 |
| Octal | 127 | 117 | 254 | 61 | 66 | 0 | 41 | 365 | 45 | 61 |
| Binary | 1010111 | 1001111 | 10101100 | 110001 | 110110 | 0 | 100001 | 11110101 | 100101 | 110001 |
Color Harmonies of #574FAC
Complementary color
Monochromatic Colors of #574FAC
Black with #574FAC
Text Example
Text Example
White with #574FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574FAC; }
p { color: rgb(87,79,172); }
H1.HeaderClassName
{
color: #574FAC;
}
.AnyTagClassName
{
color: #574FAC;
}
</style>
background-color css
<style>
a { background-color: #574FAC; }
a { background-color: rgb(87,79,172); }
div.DivClassName
{
background-color: #574FAC;
}
.BgClassName
{
background-color: #574FAC;
}
</style>
border-color css
<style>
span { border-color: #574FAC; }
span { border-color: rgb(87,79,172); }
td.TdClassName
{
border-color: #574FAC;
}
.TagClassName
{
border-color: #574FAC;
}
</style>