Shades of Blue Gem #514798
Tints of Blue Gem #514798
RGB
CMYK
RGB Variations
Color information
#514798 (or 0x514798) is known color: Blue Gem. HEX triplet: 51, 47 and 98. RGB value is (81,71,152). Sum of RGB (Red+Green+Blue) = 81+71+152=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #514798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514798 is #AEB867. Grayscale: #525252. Windows color (decimal): -11450472 or 9979729. OLE color: 9979729.
HSL color Cylindrical-coordinate representation of color #514798: hue angle of 247.41º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514798 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 71 | 152 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.40 |
| HSL | 247.41º | 0.36% | 0.44% | - |
| HSV(B) | 247.41º | 0.53% | 0.6% | - |
| XYZ | 11.31 | 8.52 | 30.75 | - |
| YUV | 83.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 152 | 0.47 | 0.53 | 0 | 0.40 | 247.41 | 0.36 | 0.44 |
| Hex | 51 | 47 | 98 | 2F | 35 | 0 | 28 | F7 | 24 | 2C |
| Octal | 121 | 107 | 230 | 57 | 65 | 0 | 50 | 367 | 44 | 54 |
| Binary | 1010001 | 1000111 | 10011000 | 101111 | 110101 | 0 | 101000 | 11110111 | 100100 | 101100 |
Color Harmonies of #514798
Complementary color
Monochromatic Colors of #514798
Black with #514798
Text Example
Text Example
White with #514798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514798; }
p { color: rgb(81,71,152); }
H1.HeaderClassName
{
color: #514798;
}
.AnyTagClassName
{
color: #514798;
}
</style>
background-color css
<style>
a { background-color: #514798; }
a { background-color: rgb(81,71,152); }
div.DivClassName
{
background-color: #514798;
}
.BgClassName
{
background-color: #514798;
}
</style>
border-color css
<style>
span { border-color: #514798; }
span { border-color: rgb(81,71,152); }
td.TdClassName
{
border-color: #514798;
}
.TagClassName
{
border-color: #514798;
}
</style>