Shades of Rich Blue #574DAE
Tints of Rich Blue #574DAE
RGB
CMYK
RGB Variations
Color information
#574DAE (or 0x574DAE) is known color: Rich Blue. HEX triplet: 57, 4D and AE. RGB value is (87,77,174). Sum of RGB (Red+Green+Blue) = 87+77+174=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #574DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DAE is #A8B251. Grayscale: #5A5A5A. Windows color (decimal): -11055698 or 11423063. OLE color: 11423063.
HSL color Cylindrical-coordinate representation of color #574DAE: hue angle of 246.19º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #574DAE is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 77 | 174 | - |
| CMYK | 0.5 | 0.56 | 0 | 0.32 |
| HSL | 246.19º | 0.39% | 0.49% | - |
| HSV(B) | 246.19º | 0.56% | 0.68% | - |
| XYZ | 14.22 | 10.39 | 41.3 | - |
| YUV | 91.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 174 | 0.5 | 0.56 | 0 | 0.32 | 246.19 | 0.39 | 0.49 |
| Hex | 57 | 4D | AE | 32 | 38 | 0 | 20 | F6 | 27 | 31 |
| Octal | 127 | 115 | 256 | 62 | 70 | 0 | 40 | 366 | 47 | 61 |
| Binary | 1010111 | 1001101 | 10101110 | 110010 | 111000 | 0 | 100000 | 11110110 | 100111 | 110001 |
Color Harmonies of #574DAE
Complementary color
Monochromatic Colors of #574DAE
Black with #574DAE
Text Example
Text Example
White with #574DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DAE; }
p { color: rgb(87,77,174); }
H1.HeaderClassName
{
color: #574DAE;
}
.AnyTagClassName
{
color: #574DAE;
}
</style>
background-color css
<style>
a { background-color: #574DAE; }
a { background-color: rgb(87,77,174); }
div.DivClassName
{
background-color: #574DAE;
}
.BgClassName
{
background-color: #574DAE;
}
</style>
border-color css
<style>
span { border-color: #574DAE; }
span { border-color: rgb(87,77,174); }
td.TdClassName
{
border-color: #574DAE;
}
.TagClassName
{
border-color: #574DAE;
}
</style>