Shades of Rich Blue #514AB1
Tints of Rich Blue #514AB1
RGB
CMYK
RGB Variations
Color information
#514AB1 (or 0x514AB1) is known color: Rich Blue. HEX triplet: 51, 4A and B1. RGB value is (81,74,177). Sum of RGB (Red+Green+Blue) = 81+74+177=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #514AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514AB1 is #AEB54E. Grayscale: #575757. Windows color (decimal): -11449679 or 11618897. OLE color: 11618897.
HSL color Cylindrical-coordinate representation of color #514AB1: hue angle of 244.08º 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 #514AB1 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 74 | 177 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.31 |
| HSL | 244.08º | 0.41% | 0.49% | - |
| HSV(B) | 244.08º | 0.58% | 0.69% | - |
| XYZ | 13.78 | 9.82 | 42.76 | - |
| YUV | 87.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 177 | 0.54 | 0.58 | 0 | 0.31 | 244.08 | 0.41 | 0.49 |
| Hex | 51 | 4A | B1 | 36 | 3A | 0 | 1F | F4 | 29 | 31 |
| Octal | 121 | 112 | 261 | 66 | 72 | 0 | 37 | 364 | 51 | 61 |
| Binary | 1010001 | 1001010 | 10110001 | 110110 | 111010 | 0 | 11111 | 11110100 | 101001 | 110001 |
Color Harmonies of #514AB1
Complementary color
Monochromatic Colors of #514AB1
Black with #514AB1
Text Example
Text Example
White with #514AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AB1; }
p { color: rgb(81,74,177); }
H1.HeaderClassName
{
color: #514AB1;
}
.AnyTagClassName
{
color: #514AB1;
}
</style>
background-color css
<style>
a { background-color: #514AB1; }
a { background-color: rgb(81,74,177); }
div.DivClassName
{
background-color: #514AB1;
}
.BgClassName
{
background-color: #514AB1;
}
</style>
border-color css
<style>
span { border-color: #514AB1; }
span { border-color: rgb(81,74,177); }
td.TdClassName
{
border-color: #514AB1;
}
.TagClassName
{
border-color: #514AB1;
}
</style>