Shades of Blue Gem #514892
Tints of Blue Gem #514892
RGB
CMYK
RGB Variations
Color information
#514892 (or 0x514892) is known color: Blue Gem. HEX triplet: 51, 48 and 92. RGB value is (81,72,146). Sum of RGB (Red+Green+Blue) = 81+72+146=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #514892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514892 is #AEB76D. Grayscale: #525252. Windows color (decimal): -11450222 or 9586769. OLE color: 9586769.
HSL color Cylindrical-coordinate representation of color #514892: hue angle of 247.3º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514892 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 72 | 146 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.43 |
| HSL | 247.3º | 0.34% | 0.43% | - |
| HSV(B) | 247.3º | 0.51% | 0.57% | - |
| XYZ | 10.9 | 8.46 | 28.25 | - |
| YUV | 83.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 146 | 0.45 | 0.51 | 0 | 0.43 | 247.3 | 0.34 | 0.43 |
| Hex | 51 | 48 | 92 | 2D | 33 | 0 | 2B | F7 | 22 | 2B |
| Octal | 121 | 110 | 222 | 55 | 63 | 0 | 53 | 367 | 42 | 53 |
| Binary | 1010001 | 1001000 | 10010010 | 101101 | 110011 | 0 | 101011 | 11110111 | 100010 | 101011 |
Color Harmonies of #514892
Complementary color
Monochromatic Colors of #514892
Black with #514892
Text Example
Text Example
White with #514892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514892; }
p { color: rgb(81,72,146); }
H1.HeaderClassName
{
color: #514892;
}
.AnyTagClassName
{
color: #514892;
}
</style>
background-color css
<style>
a { background-color: #514892; }
a { background-color: rgb(81,72,146); }
div.DivClassName
{
background-color: #514892;
}
.BgClassName
{
background-color: #514892;
}
</style>
border-color css
<style>
span { border-color: #514892; }
span { border-color: rgb(81,72,146); }
td.TdClassName
{
border-color: #514892;
}
.TagClassName
{
border-color: #514892;
}
</style>