Shades of Blue Gem #514894
Tints of Blue Gem #514894
RGB
CMYK
RGB Variations
Color information
#514894 (or 0x514894) is known color: Blue Gem. HEX triplet: 51, 48 and 94. RGB value is (81,72,148). Sum of RGB (Red+Green+Blue) = 81+72+148=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #514894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514894 is #AEB76B. Grayscale: #535353. Windows color (decimal): -11450220 or 9717841. OLE color: 9717841.
HSL color Cylindrical-coordinate representation of color #514894: hue angle of 247.11º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514894 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 72 | 148 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.42 |
| HSL | 247.11º | 0.35% | 0.43% | - |
| HSV(B) | 247.11º | 0.51% | 0.58% | - |
| XYZ | 11.06 | 8.52 | 29.08 | - |
| YUV | 83.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 148 | 0.45 | 0.51 | 0 | 0.42 | 247.11 | 0.35 | 0.43 |
| Hex | 51 | 48 | 94 | 2D | 33 | 0 | 2A | F7 | 23 | 2B |
| Octal | 121 | 110 | 224 | 55 | 63 | 0 | 52 | 367 | 43 | 53 |
| Binary | 1010001 | 1001000 | 10010100 | 101101 | 110011 | 0 | 101010 | 11110111 | 100011 | 101011 |
Color Harmonies of #514894
Complementary color
Monochromatic Colors of #514894
Black with #514894
Text Example
Text Example
White with #514894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514894; }
p { color: rgb(81,72,148); }
H1.HeaderClassName
{
color: #514894;
}
.AnyTagClassName
{
color: #514894;
}
</style>
background-color css
<style>
a { background-color: #514894; }
a { background-color: rgb(81,72,148); }
div.DivClassName
{
background-color: #514894;
}
.BgClassName
{
background-color: #514894;
}
</style>
border-color css
<style>
span { border-color: #514894; }
span { border-color: rgb(81,72,148); }
td.TdClassName
{
border-color: #514894;
}
.TagClassName
{
border-color: #514894;
}
</style>