Shades of Blue Gem #514792
Tints of Blue Gem #514792
RGB
CMYK
RGB Variations
Color information
#514792 (or 0x514792) is known color: Blue Gem. HEX triplet: 51, 47 and 92. RGB value is (81,71,146). Sum of RGB (Red+Green+Blue) = 81+71+146=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #514792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514792 is #AEB86D. Grayscale: #525252. Windows color (decimal): -11450478 or 9586513. OLE color: 9586513.
HSL color Cylindrical-coordinate representation of color #514792: hue angle of 248º degrees, saturation: 0.35, 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 #514792 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 71 | 146 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.43 |
| HSL | 248º | 0.35% | 0.43% | - |
| HSV(B) | 248º | 0.51% | 0.57% | - |
| XYZ | 10.83 | 8.33 | 28.23 | - |
| YUV | 82.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 146 | 0.45 | 0.51 | 0 | 0.43 | 248 | 0.35 | 0.43 |
| Hex | 51 | 47 | 92 | 2D | 33 | 0 | 2B | F8 | 23 | 2B |
| Octal | 121 | 107 | 222 | 55 | 63 | 0 | 53 | 370 | 43 | 53 |
| Binary | 1010001 | 1000111 | 10010010 | 101101 | 110011 | 0 | 101011 | 11111000 | 100011 | 101011 |
Color Harmonies of #514792
Complementary color
Monochromatic Colors of #514792
Black with #514792
Text Example
Text Example
White with #514792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514792; }
p { color: rgb(81,71,146); }
H1.HeaderClassName
{
color: #514792;
}
.AnyTagClassName
{
color: #514792;
}
</style>
background-color css
<style>
a { background-color: #514792; }
a { background-color: rgb(81,71,146); }
div.DivClassName
{
background-color: #514792;
}
.BgClassName
{
background-color: #514792;
}
</style>
border-color css
<style>
span { border-color: #514792; }
span { border-color: rgb(81,71,146); }
td.TdClassName
{
border-color: #514792;
}
.TagClassName
{
border-color: #514792;
}
</style>