Shades of Rich Blue #514AAB
Tints of Rich Blue #514AAB
RGB
CMYK
RGB Variations
Color information
#514AAB (or 0x514AAB) is known color: Rich Blue. HEX triplet: 51, 4A and AB. RGB value is (81,74,171). Sum of RGB (Red+Green+Blue) = 81+74+171=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #514AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514AAB is #AEB554. Grayscale: #565656. Windows color (decimal): -11449685 or 11225681. OLE color: 11225681.
HSL color Cylindrical-coordinate representation of color #514AAB: hue angle of 244.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514AAB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 74 | 171 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.33 |
| HSL | 244.33º | 0.4% | 0.48% | - |
| HSV(B) | 244.33º | 0.57% | 0.67% | - |
| XYZ | 13.19 | 9.59 | 39.68 | - |
| YUV | 87.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 171 | 0.53 | 0.57 | 0 | 0.33 | 244.33 | 0.4 | 0.48 |
| Hex | 51 | 4A | AB | 35 | 39 | 0 | 21 | F4 | 28 | 30 |
| Octal | 121 | 112 | 253 | 65 | 71 | 0 | 41 | 364 | 50 | 60 |
| Binary | 1010001 | 1001010 | 10101011 | 110101 | 111001 | 0 | 100001 | 11110100 | 101000 | 110000 |
Color Harmonies of #514AAB
Complementary color
Monochromatic Colors of #514AAB
Black with #514AAB
Text Example
Text Example
White with #514AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AAB; }
p { color: rgb(81,74,171); }
H1.HeaderClassName
{
color: #514AAB;
}
.AnyTagClassName
{
color: #514AAB;
}
</style>
background-color css
<style>
a { background-color: #514AAB; }
a { background-color: rgb(81,74,171); }
div.DivClassName
{
background-color: #514AAB;
}
.BgClassName
{
background-color: #514AAB;
}
</style>
border-color css
<style>
span { border-color: #514AAB; }
span { border-color: rgb(81,74,171); }
td.TdClassName
{
border-color: #514AAB;
}
.TagClassName
{
border-color: #514AAB;
}
</style>