Shades of Blue Gem #514992
Tints of Blue Gem #514992
RGB
CMYK
RGB Variations
Color information
#514992 (or 0x514992) is known color: Blue Gem. HEX triplet: 51, 49 and 92. RGB value is (81,73,146). Sum of RGB (Red+Green+Blue) = 81+73+146=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #514992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514992 is #AEB66D. Grayscale: #535353. Windows color (decimal): -11449966 or 9587025. OLE color: 9587025.
HSL color Cylindrical-coordinate representation of color #514992: hue angle of 246.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514992 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 73 | 146 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.43 |
| HSL | 246.58º | 0.33% | 0.43% | - |
| HSV(B) | 246.58º | 0.5% | 0.57% | - |
| XYZ | 10.96 | 8.59 | 28.27 | - |
| YUV | 83.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 146 | 0.45 | 0.5 | 0 | 0.43 | 246.58 | 0.33 | 0.43 |
| Hex | 51 | 49 | 92 | 2D | 32 | 0 | 2B | F7 | 21 | 2B |
| Octal | 121 | 111 | 222 | 55 | 62 | 0 | 53 | 367 | 41 | 53 |
| Binary | 1010001 | 1001001 | 10010010 | 101101 | 110010 | 0 | 101011 | 11110111 | 100001 | 101011 |
Color Harmonies of #514992
Complementary color
Monochromatic Colors of #514992
Black with #514992
Text Example
Text Example
White with #514992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514992; }
p { color: rgb(81,73,146); }
H1.HeaderClassName
{
color: #514992;
}
.AnyTagClassName
{
color: #514992;
}
</style>
background-color css
<style>
a { background-color: #514992; }
a { background-color: rgb(81,73,146); }
div.DivClassName
{
background-color: #514992;
}
.BgClassName
{
background-color: #514992;
}
</style>
border-color css
<style>
span { border-color: #514992; }
span { border-color: rgb(81,73,146); }
td.TdClassName
{
border-color: #514992;
}
.TagClassName
{
border-color: #514992;
}
</style>