Shades of Rich Blue #514EAD
Tints of Rich Blue #514EAD
RGB
CMYK
RGB Variations
Color information
#514EAD (or 0x514EAD) is known color: Rich Blue. HEX triplet: 51, 4E and AD. RGB value is (81,78,173). Sum of RGB (Red+Green+Blue) = 81+78+173=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #514EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514EAD is #AEB152. Grayscale: #595959. Windows color (decimal): -11448659 or 11357777. OLE color: 11357777.
HSL color Cylindrical-coordinate representation of color #514EAD: hue angle of 241.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514EAD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 78 | 173 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.32 |
| HSL | 241.89º | 0.38% | 0.49% | - |
| HSV(B) | 241.89º | 0.55% | 0.68% | - |
| XYZ | 13.66 | 10.22 | 40.79 | - |
| YUV | 89.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 173 | 0.53 | 0.55 | 0 | 0.32 | 241.89 | 0.38 | 0.49 |
| Hex | 51 | 4E | AD | 35 | 37 | 0 | 20 | F2 | 26 | 31 |
| Octal | 121 | 116 | 255 | 65 | 67 | 0 | 40 | 362 | 46 | 61 |
| Binary | 1010001 | 1001110 | 10101101 | 110101 | 110111 | 0 | 100000 | 11110010 | 100110 | 110001 |
Color Harmonies of #514EAD
Complementary color
Monochromatic Colors of #514EAD
Black with #514EAD
Text Example
Text Example
White with #514EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EAD; }
p { color: rgb(81,78,173); }
H1.HeaderClassName
{
color: #514EAD;
}
.AnyTagClassName
{
color: #514EAD;
}
</style>
background-color css
<style>
a { background-color: #514EAD; }
a { background-color: rgb(81,78,173); }
div.DivClassName
{
background-color: #514EAD;
}
.BgClassName
{
background-color: #514EAD;
}
</style>
border-color css
<style>
span { border-color: #514EAD; }
span { border-color: rgb(81,78,173); }
td.TdClassName
{
border-color: #514EAD;
}
.TagClassName
{
border-color: #514EAD;
}
</style>