Shades of Rich Blue #514CAA
Tints of Rich Blue #514CAA
RGB
CMYK
RGB Variations
Color information
#514CAA (or 0x514CAA) is known color: Rich Blue. HEX triplet: 51, 4C and AA. RGB value is (81,76,170). Sum of RGB (Red+Green+Blue) = 81+76+170=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #514CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514CAA is #AEB355. Grayscale: #575757. Windows color (decimal): -11449174 or 11160657. OLE color: 11160657.
HSL color Cylindrical-coordinate representation of color #514CAA: hue angle of 243.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514CAA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 76 | 170 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.33 |
| HSL | 243.19º | 0.38% | 0.48% | - |
| HSV(B) | 243.19º | 0.55% | 0.67% | - |
| XYZ | 13.23 | 9.82 | 39.23 | - |
| YUV | 88.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 170 | 0.52 | 0.55 | 0 | 0.33 | 243.19 | 0.38 | 0.48 |
| Hex | 51 | 4C | AA | 34 | 37 | 0 | 21 | F3 | 26 | 30 |
| Octal | 121 | 114 | 252 | 64 | 67 | 0 | 41 | 363 | 46 | 60 |
| Binary | 1010001 | 1001100 | 10101010 | 110100 | 110111 | 0 | 100001 | 11110011 | 100110 | 110000 |
Color Harmonies of #514CAA
Complementary color
Monochromatic Colors of #514CAA
Black with #514CAA
Text Example
Text Example
White with #514CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CAA; }
p { color: rgb(81,76,170); }
H1.HeaderClassName
{
color: #514CAA;
}
.AnyTagClassName
{
color: #514CAA;
}
</style>
background-color css
<style>
a { background-color: #514CAA; }
a { background-color: rgb(81,76,170); }
div.DivClassName
{
background-color: #514CAA;
}
.BgClassName
{
background-color: #514CAA;
}
</style>
border-color css
<style>
span { border-color: #514CAA; }
span { border-color: rgb(81,76,170); }
td.TdClassName
{
border-color: #514CAA;
}
.TagClassName
{
border-color: #514CAA;
}
</style>