Shades of Rich Blue #514FAA
Tints of Rich Blue #514FAA
RGB
CMYK
RGB Variations
Color information
#514FAA (or 0x514FAA) is known color: Rich Blue. HEX triplet: 51, 4F and AA. RGB value is (81,79,170). Sum of RGB (Red+Green+Blue) = 81+79+170=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #514FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514FAA is #AEB055. Grayscale: #595959. Windows color (decimal): -11448406 or 11161425. OLE color: 11161425.
HSL color Cylindrical-coordinate representation of color #514FAA: hue angle of 241.32º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514FAA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 79 | 170 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.33 |
| HSL | 241.32º | 0.37% | 0.49% | - |
| HSV(B) | 241.32º | 0.54% | 0.67% | - |
| XYZ | 13.45 | 10.24 | 39.3 | - |
| YUV | 89.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 170 | 0.52 | 0.54 | 0 | 0.33 | 241.32 | 0.37 | 0.49 |
| Hex | 51 | 4F | AA | 34 | 36 | 0 | 21 | F1 | 25 | 31 |
| Octal | 121 | 117 | 252 | 64 | 66 | 0 | 41 | 361 | 45 | 61 |
| Binary | 1010001 | 1001111 | 10101010 | 110100 | 110110 | 0 | 100001 | 11110001 | 100101 | 110001 |
Color Harmonies of #514FAA
Complementary color
Monochromatic Colors of #514FAA
Black with #514FAA
Text Example
Text Example
White with #514FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FAA; }
p { color: rgb(81,79,170); }
H1.HeaderClassName
{
color: #514FAA;
}
.AnyTagClassName
{
color: #514FAA;
}
</style>
background-color css
<style>
a { background-color: #514FAA; }
a { background-color: rgb(81,79,170); }
div.DivClassName
{
background-color: #514FAA;
}
.BgClassName
{
background-color: #514FAA;
}
</style>
border-color css
<style>
span { border-color: #514FAA; }
span { border-color: rgb(81,79,170); }
td.TdClassName
{
border-color: #514FAA;
}
.TagClassName
{
border-color: #514FAA;
}
</style>