Shades of Blue Gem #514197
Tints of Blue Gem #514197
RGB
CMYK
RGB Variations
Color information
#514197 (or 0x514197) is known color: Blue Gem. HEX triplet: 51, 41 and 97. RGB value is (81,65,151). Sum of RGB (Red+Green+Blue) = 81+65+151=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #514197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514197 is #AEBE68. Grayscale: #4F4F4F. Windows color (decimal): -11452009 or 9912657. OLE color: 9912657.
HSL color Cylindrical-coordinate representation of color #514197: hue angle of 251.16º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514197 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 65 | 151 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.41 |
| HSL | 251.16º | 0.4% | 0.42% | - |
| HSV(B) | 251.16º | 0.57% | 0.59% | - |
| XYZ | 10.87 | 7.76 | 30.2 | - |
| YUV | 79.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 151 | 0.46 | 0.57 | 0 | 0.41 | 251.16 | 0.4 | 0.42 |
| Hex | 51 | 41 | 97 | 2E | 39 | 0 | 29 | FB | 28 | 2A |
| Octal | 121 | 101 | 227 | 56 | 71 | 0 | 51 | 373 | 50 | 52 |
| Binary | 1010001 | 1000001 | 10010111 | 101110 | 111001 | 0 | 101001 | 11111011 | 101000 | 101010 |
Color Harmonies of #514197
Complementary color
Monochromatic Colors of #514197
Black with #514197
Text Example
Text Example
White with #514197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514197; }
p { color: rgb(81,65,151); }
H1.HeaderClassName
{
color: #514197;
}
.AnyTagClassName
{
color: #514197;
}
</style>
background-color css
<style>
a { background-color: #514197; }
a { background-color: rgb(81,65,151); }
div.DivClassName
{
background-color: #514197;
}
.BgClassName
{
background-color: #514197;
}
</style>
border-color css
<style>
span { border-color: #514197; }
span { border-color: rgb(81,65,151); }
td.TdClassName
{
border-color: #514197;
}
.TagClassName
{
border-color: #514197;
}
</style>