Shades of Blue Gem #514895
Tints of Blue Gem #514895
RGB
CMYK
RGB Variations
Color information
#514895 (or 0x514895) is known color: Blue Gem. HEX triplet: 51, 48 and 95. RGB value is (81,72,149). Sum of RGB (Red+Green+Blue) = 81+72+149=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #514895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514895 is #AEB76A. Grayscale: #535353. Windows color (decimal): -11450219 or 9783377. OLE color: 9783377.
HSL color Cylindrical-coordinate representation of color #514895: hue angle of 247.01º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514895 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 72 | 149 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.42 |
| HSL | 247.01º | 0.35% | 0.43% | - |
| HSV(B) | 247.01º | 0.52% | 0.58% | - |
| XYZ | 11.14 | 8.55 | 29.5 | - |
| YUV | 83.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 149 | 0.46 | 0.52 | 0 | 0.42 | 247.01 | 0.35 | 0.43 |
| Hex | 51 | 48 | 95 | 2E | 34 | 0 | 2A | F7 | 23 | 2B |
| Octal | 121 | 110 | 225 | 56 | 64 | 0 | 52 | 367 | 43 | 53 |
| Binary | 1010001 | 1001000 | 10010101 | 101110 | 110100 | 0 | 101010 | 11110111 | 100011 | 101011 |
Color Harmonies of #514895
Complementary color
Monochromatic Colors of #514895
Black with #514895
Text Example
Text Example
White with #514895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514895; }
p { color: rgb(81,72,149); }
H1.HeaderClassName
{
color: #514895;
}
.AnyTagClassName
{
color: #514895;
}
</style>
background-color css
<style>
a { background-color: #514895; }
a { background-color: rgb(81,72,149); }
div.DivClassName
{
background-color: #514895;
}
.BgClassName
{
background-color: #514895;
}
</style>
border-color css
<style>
span { border-color: #514895; }
span { border-color: rgb(81,72,149); }
td.TdClassName
{
border-color: #514895;
}
.TagClassName
{
border-color: #514895;
}
</style>