Shades of Blue Gem #514795
Tints of Blue Gem #514795
RGB
CMYK
RGB Variations
Color information
#514795 (or 0x514795) is known color: Blue Gem. HEX triplet: 51, 47 and 95. RGB value is (81,71,149). Sum of RGB (Red+Green+Blue) = 81+71+149=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #514795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514795 is #AEB86A. Grayscale: #525252. Windows color (decimal): -11450475 or 9783121. OLE color: 9783121.
HSL color Cylindrical-coordinate representation of color #514795: hue angle of 247.69º 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 #514795 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 71 | 149 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.42 |
| HSL | 247.69º | 0.35% | 0.43% | - |
| HSV(B) | 247.69º | 0.52% | 0.58% | - |
| XYZ | 11.07 | 8.43 | 29.48 | - |
| YUV | 82.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 149 | 0.46 | 0.52 | 0 | 0.42 | 247.69 | 0.35 | 0.43 |
| Hex | 51 | 47 | 95 | 2E | 34 | 0 | 2A | F8 | 23 | 2B |
| Octal | 121 | 107 | 225 | 56 | 64 | 0 | 52 | 370 | 43 | 53 |
| Binary | 1010001 | 1000111 | 10010101 | 101110 | 110100 | 0 | 101010 | 11111000 | 100011 | 101011 |
Color Harmonies of #514795
Complementary color
Monochromatic Colors of #514795
Black with #514795
Text Example
Text Example
White with #514795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514795; }
p { color: rgb(81,71,149); }
H1.HeaderClassName
{
color: #514795;
}
.AnyTagClassName
{
color: #514795;
}
</style>
background-color css
<style>
a { background-color: #514795; }
a { background-color: rgb(81,71,149); }
div.DivClassName
{
background-color: #514795;
}
.BgClassName
{
background-color: #514795;
}
</style>
border-color css
<style>
span { border-color: #514795; }
span { border-color: rgb(81,71,149); }
td.TdClassName
{
border-color: #514795;
}
.TagClassName
{
border-color: #514795;
}
</style>