Shades of Rich Blue #514AAA
Tints of Rich Blue #514AAA
RGB
CMYK
RGB Variations
Color information
#514AAA (or 0x514AAA) is known color: Rich Blue. HEX triplet: 51, 4A and AA. RGB value is (81,74,170). Sum of RGB (Red+Green+Blue) = 81+74+170=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #514AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514AAA is #AEB555. Grayscale: #565656. Windows color (decimal): -11449686 or 11160145. OLE color: 11160145.
HSL color Cylindrical-coordinate representation of color #514AAA: hue angle of 244.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514AAA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 74 | 170 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.33 |
| HSL | 244.38º | 0.39% | 0.48% | - |
| HSV(B) | 244.38º | 0.56% | 0.67% | - |
| XYZ | 13.1 | 9.55 | 39.18 | - |
| YUV | 87.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 170 | 0.52 | 0.56 | 0 | 0.33 | 244.38 | 0.39 | 0.48 |
| Hex | 51 | 4A | AA | 34 | 38 | 0 | 21 | F4 | 27 | 30 |
| Octal | 121 | 112 | 252 | 64 | 70 | 0 | 41 | 364 | 47 | 60 |
| Binary | 1010001 | 1001010 | 10101010 | 110100 | 111000 | 0 | 100001 | 11110100 | 100111 | 110000 |
Color Harmonies of #514AAA
Complementary color
Monochromatic Colors of #514AAA
Black with #514AAA
Text Example
Text Example
White with #514AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AAA; }
p { color: rgb(81,74,170); }
H1.HeaderClassName
{
color: #514AAA;
}
.AnyTagClassName
{
color: #514AAA;
}
</style>
background-color css
<style>
a { background-color: #514AAA; }
a { background-color: rgb(81,74,170); }
div.DivClassName
{
background-color: #514AAA;
}
.BgClassName
{
background-color: #514AAA;
}
</style>
border-color css
<style>
span { border-color: #514AAA; }
span { border-color: rgb(81,74,170); }
td.TdClassName
{
border-color: #514AAA;
}
.TagClassName
{
border-color: #514AAA;
}
</style>