Shades of Rich Blue #514DAA
Tints of Rich Blue #514DAA
RGB
CMYK
RGB Variations
Color information
#514DAA (or 0x514DAA) is known color: Rich Blue. HEX triplet: 51, 4D and AA. RGB value is (81,77,170). Sum of RGB (Red+Green+Blue) = 81+77+170=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #514DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514DAA is #AEB255. Grayscale: #585858. Windows color (decimal): -11448918 or 11160913. OLE color: 11160913.
HSL color Cylindrical-coordinate representation of color #514DAA: hue angle of 242.58º 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 #514DAA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 77 | 170 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.33 |
| HSL | 242.58º | 0.38% | 0.48% | - |
| HSV(B) | 242.58º | 0.55% | 0.67% | - |
| XYZ | 13.3 | 9.96 | 39.25 | - |
| YUV | 88.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 170 | 0.52 | 0.55 | 0 | 0.33 | 242.58 | 0.38 | 0.48 |
| Hex | 51 | 4D | AA | 34 | 37 | 0 | 21 | F3 | 26 | 30 |
| Octal | 121 | 115 | 252 | 64 | 67 | 0 | 41 | 363 | 46 | 60 |
| Binary | 1010001 | 1001101 | 10101010 | 110100 | 110111 | 0 | 100001 | 11110011 | 100110 | 110000 |
Color Harmonies of #514DAA
Complementary color
Monochromatic Colors of #514DAA
Black with #514DAA
Text Example
Text Example
White with #514DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DAA; }
p { color: rgb(81,77,170); }
H1.HeaderClassName
{
color: #514DAA;
}
.AnyTagClassName
{
color: #514DAA;
}
</style>
background-color css
<style>
a { background-color: #514DAA; }
a { background-color: rgb(81,77,170); }
div.DivClassName
{
background-color: #514DAA;
}
.BgClassName
{
background-color: #514DAA;
}
</style>
border-color css
<style>
span { border-color: #514DAA; }
span { border-color: rgb(81,77,170); }
td.TdClassName
{
border-color: #514DAA;
}
.TagClassName
{
border-color: #514DAA;
}
</style>