Shades of Blue Gem #514799
Tints of Blue Gem #514799
RGB
CMYK
RGB Variations
Color information
#514799 (or 0x514799) is known color: Blue Gem. HEX triplet: 51, 47 and 99. RGB value is (81,71,153). Sum of RGB (Red+Green+Blue) = 81+71+153=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #514799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514799 is #AEB866. Grayscale: #535353. Windows color (decimal): -11450471 or 10045265. OLE color: 10045265.
HSL color Cylindrical-coordinate representation of color #514799: hue angle of 247.32º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514799 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 71 | 153 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.4 |
| HSL | 247.32º | 0.37% | 0.44% | - |
| HSV(B) | 247.32º | 0.54% | 0.6% | - |
| XYZ | 11.4 | 8.56 | 31.19 | - |
| YUV | 83.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 153 | 0.47 | 0.54 | 0 | 0.4 | 247.32 | 0.37 | 0.44 |
| Hex | 51 | 47 | 99 | 2F | 36 | 0 | 28 | F7 | 25 | 2C |
| Octal | 121 | 107 | 231 | 57 | 66 | 0 | 50 | 367 | 45 | 54 |
| Binary | 1010001 | 1000111 | 10011001 | 101111 | 110110 | 0 | 101000 | 11110111 | 100101 | 101100 |
Color Harmonies of #514799
Complementary color
Monochromatic Colors of #514799
Black with #514799
Text Example
Text Example
White with #514799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514799; }
p { color: rgb(81,71,153); }
H1.HeaderClassName
{
color: #514799;
}
.AnyTagClassName
{
color: #514799;
}
</style>
background-color css
<style>
a { background-color: #514799; }
a { background-color: rgb(81,71,153); }
div.DivClassName
{
background-color: #514799;
}
.BgClassName
{
background-color: #514799;
}
</style>
border-color css
<style>
span { border-color: #514799; }
span { border-color: rgb(81,71,153); }
td.TdClassName
{
border-color: #514799;
}
.TagClassName
{
border-color: #514799;
}
</style>