Shades of Blue Gem #514099
Tints of Blue Gem #514099
RGB
CMYK
RGB Variations
Color information
#514099 (or 0x514099) is known color: Blue Gem. HEX triplet: 51, 40 and 99. RGB value is (81,64,153). Sum of RGB (Red+Green+Blue) = 81+64+153=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #514099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514099 is #AEBF66. Grayscale: #4E4E4E. Windows color (decimal): -11452263 or 10043473. OLE color: 10043473.
HSL color Cylindrical-coordinate representation of color #514099: hue angle of 251.46º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514099 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 64 | 153 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.4 |
| HSL | 251.46º | 0.41% | 0.43% | - |
| HSV(B) | 251.46º | 0.58% | 0.6% | - |
| XYZ | 10.98 | 7.72 | 31.05 | - |
| YUV | 79.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 153 | 0.47 | 0.58 | 0 | 0.4 | 251.46 | 0.41 | 0.43 |
| Hex | 51 | 40 | 99 | 2F | 3A | 0 | 28 | FB | 29 | 2B |
| Octal | 121 | 100 | 231 | 57 | 72 | 0 | 50 | 373 | 51 | 53 |
| Binary | 1010001 | 1000000 | 10011001 | 101111 | 111010 | 0 | 101000 | 11111011 | 101001 | 101011 |
Color Harmonies of #514099
Complementary color
Monochromatic Colors of #514099
Black with #514099
Text Example
Text Example
White with #514099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514099; }
p { color: rgb(81,64,153); }
H1.HeaderClassName
{
color: #514099;
}
.AnyTagClassName
{
color: #514099;
}
</style>
background-color css
<style>
a { background-color: #514099; }
a { background-color: rgb(81,64,153); }
div.DivClassName
{
background-color: #514099;
}
.BgClassName
{
background-color: #514099;
}
</style>
border-color css
<style>
span { border-color: #514099; }
span { border-color: rgb(81,64,153); }
td.TdClassName
{
border-color: #514099;
}
.TagClassName
{
border-color: #514099;
}
</style>