Shades of Rich Blue #514EAA
Tints of Rich Blue #514EAA
RGB
CMYK
RGB Variations
Color information
#514EAA (or 0x514EAA) is known color: Rich Blue. HEX triplet: 51, 4E and AA. RGB value is (81,78,170). Sum of RGB (Red+Green+Blue) = 81+78+170=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #514EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514EAA is #AEB155. Grayscale: #595959. Windows color (decimal): -11448662 or 11161169. OLE color: 11161169.
HSL color Cylindrical-coordinate representation of color #514EAA: hue angle of 241.96º 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 #514EAA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 78 | 170 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.33 |
| HSL | 241.96º | 0.37% | 0.49% | - |
| HSV(B) | 241.96º | 0.54% | 0.67% | - |
| XYZ | 13.37 | 10.1 | 39.27 | - |
| YUV | 89.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 170 | 0.52 | 0.54 | 0 | 0.33 | 241.96 | 0.37 | 0.49 |
| Hex | 51 | 4E | AA | 34 | 36 | 0 | 21 | F2 | 25 | 31 |
| Octal | 121 | 116 | 252 | 64 | 66 | 0 | 41 | 362 | 45 | 61 |
| Binary | 1010001 | 1001110 | 10101010 | 110100 | 110110 | 0 | 100001 | 11110010 | 100101 | 110001 |
Color Harmonies of #514EAA
Complementary color
Monochromatic Colors of #514EAA
Black with #514EAA
Text Example
Text Example
White with #514EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EAA; }
p { color: rgb(81,78,170); }
H1.HeaderClassName
{
color: #514EAA;
}
.AnyTagClassName
{
color: #514EAA;
}
</style>
background-color css
<style>
a { background-color: #514EAA; }
a { background-color: rgb(81,78,170); }
div.DivClassName
{
background-color: #514EAA;
}
.BgClassName
{
background-color: #514EAA;
}
</style>
border-color css
<style>
span { border-color: #514EAA; }
span { border-color: rgb(81,78,170); }
td.TdClassName
{
border-color: #514EAA;
}
.TagClassName
{
border-color: #514EAA;
}
</style>