Shades of Rich Blue #514AAF
Tints of Rich Blue #514AAF
RGB
CMYK
RGB Variations
Color information
#514AAF (or 0x514AAF) is known color: Rich Blue. HEX triplet: 51, 4A and AF. RGB value is (81,74,175). Sum of RGB (Red+Green+Blue) = 81+74+175=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #514AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514AAF is #AEB550. Grayscale: #575757. Windows color (decimal): -11449681 or 11487825. OLE color: 11487825.
HSL color Cylindrical-coordinate representation of color #514AAF: hue angle of 244.16º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514AAF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 74 | 175 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.31 |
| HSL | 244.16º | 0.41% | 0.49% | - |
| HSV(B) | 244.16º | 0.58% | 0.69% | - |
| XYZ | 13.58 | 9.74 | 41.72 | - |
| YUV | 87.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 175 | 0.54 | 0.58 | 0 | 0.31 | 244.16 | 0.41 | 0.49 |
| Hex | 51 | 4A | AF | 36 | 3A | 0 | 1F | F4 | 29 | 31 |
| Octal | 121 | 112 | 257 | 66 | 72 | 0 | 37 | 364 | 51 | 61 |
| Binary | 1010001 | 1001010 | 10101111 | 110110 | 111010 | 0 | 11111 | 11110100 | 101001 | 110001 |
Color Harmonies of #514AAF
Complementary color
Monochromatic Colors of #514AAF
Black with #514AAF
Text Example
Text Example
White with #514AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AAF; }
p { color: rgb(81,74,175); }
H1.HeaderClassName
{
color: #514AAF;
}
.AnyTagClassName
{
color: #514AAF;
}
</style>
background-color css
<style>
a { background-color: #514AAF; }
a { background-color: rgb(81,74,175); }
div.DivClassName
{
background-color: #514AAF;
}
.BgClassName
{
background-color: #514AAF;
}
</style>
border-color css
<style>
span { border-color: #514AAF; }
span { border-color: rgb(81,74,175); }
td.TdClassName
{
border-color: #514AAF;
}
.TagClassName
{
border-color: #514AAF;
}
</style>