Shades of Blue Gem #514098
Tints of Blue Gem #514098
RGB
CMYK
RGB Variations
Color information
#514098 (or 0x514098) is known color: Blue Gem. HEX triplet: 51, 40 and 98. RGB value is (81,64,152). Sum of RGB (Red+Green+Blue) = 81+64+152=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #514098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514098 is #AEBF67. Grayscale: #4E4E4E. Windows color (decimal): -11452264 or 9977937. OLE color: 9977937.
HSL color Cylindrical-coordinate representation of color #514098: hue angle of 251.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514098 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 64 | 152 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.40 |
| HSL | 251.59º | 0.41% | 0.42% | - |
| HSV(B) | 251.59º | 0.58% | 0.6% | - |
| XYZ | 10.89 | 7.68 | 30.61 | - |
| YUV | 79.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 152 | 0.47 | 0.58 | 0 | 0.40 | 251.59 | 0.41 | 0.42 |
| Hex | 51 | 40 | 98 | 2F | 3A | 0 | 28 | FC | 29 | 2A |
| Octal | 121 | 100 | 230 | 57 | 72 | 0 | 50 | 374 | 51 | 52 |
| Binary | 1010001 | 1000000 | 10011000 | 101111 | 111010 | 0 | 101000 | 11111100 | 101001 | 101010 |
Color Harmonies of #514098
Complementary color
Monochromatic Colors of #514098
Black with #514098
Text Example
Text Example
White with #514098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514098; }
p { color: rgb(81,64,152); }
H1.HeaderClassName
{
color: #514098;
}
.AnyTagClassName
{
color: #514098;
}
</style>
background-color css
<style>
a { background-color: #514098; }
a { background-color: rgb(81,64,152); }
div.DivClassName
{
background-color: #514098;
}
.BgClassName
{
background-color: #514098;
}
</style>
border-color css
<style>
span { border-color: #514098; }
span { border-color: rgb(81,64,152); }
td.TdClassName
{
border-color: #514098;
}
.TagClassName
{
border-color: #514098;
}
</style>