Shades of Rich Blue #514AB4
Tints of Rich Blue #514AB4
RGB
CMYK
RGB Variations
Color information
#514AB4 (or 0x514AB4) is known color: Rich Blue. HEX triplet: 51, 4A and B4. RGB value is (81,74,180). Sum of RGB (Red+Green+Blue) = 81+74+180=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #514AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AB4 is #AEB54B. Grayscale: #575757. Windows color (decimal): -11449676 or 11815505. OLE color: 11815505.
HSL color Cylindrical-coordinate representation of color #514AB4: hue angle of 243.96º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514AB4 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 74 | 180 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.29 |
| HSL | 243.96º | 0.42% | 0.5% | - |
| HSV(B) | 243.96º | 0.59% | 0.71% | - |
| XYZ | 14.08 | 9.94 | 44.36 | - |
| YUV | 88.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 180 | 0.55 | 0.59 | 0 | 0.29 | 243.96 | 0.42 | 0.5 |
| Hex | 51 | 4A | B4 | 37 | 3B | 0 | 1D | F4 | 2A | 32 |
| Octal | 121 | 112 | 264 | 67 | 73 | 0 | 35 | 364 | 52 | 62 |
| Binary | 1010001 | 1001010 | 10110100 | 110111 | 111011 | 0 | 11101 | 11110100 | 101010 | 110010 |
Color Harmonies of #514AB4
Complementary color
Monochromatic Colors of #514AB4
Black with #514AB4
Text Example
Text Example
White with #514AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AB4; }
p { color: rgb(81,74,180); }
H1.HeaderClassName
{
color: #514AB4;
}
.AnyTagClassName
{
color: #514AB4;
}
</style>
background-color css
<style>
a { background-color: #514AB4; }
a { background-color: rgb(81,74,180); }
div.DivClassName
{
background-color: #514AB4;
}
.BgClassName
{
background-color: #514AB4;
}
</style>
border-color css
<style>
span { border-color: #514AB4; }
span { border-color: rgb(81,74,180); }
td.TdClassName
{
border-color: #514AB4;
}
.TagClassName
{
border-color: #514AB4;
}
</style>