Shades of Blue Gem #514397
Tints of Blue Gem #514397
RGB
CMYK
RGB Variations
Color information
#514397 (or 0x514397) is known color: Blue Gem. HEX triplet: 51, 43 and 97. RGB value is (81,67,151). Sum of RGB (Red+Green+Blue) = 81+67+151=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #514397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514397 is #AEBC68. Grayscale: #505050. Windows color (decimal): -11451497 or 9913169. OLE color: 9913169.
HSL color Cylindrical-coordinate representation of color #514397: hue angle of 250º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514397 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 67 | 151 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.41 |
| HSL | 250º | 0.39% | 0.43% | - |
| HSV(B) | 250º | 0.56% | 0.59% | - |
| XYZ | 10.99 | 8 | 30.24 | - |
| YUV | 80.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 151 | 0.46 | 0.56 | 0 | 0.41 | 250 | 0.39 | 0.43 |
| Hex | 51 | 43 | 97 | 2E | 38 | 0 | 29 | FA | 27 | 2B |
| Octal | 121 | 103 | 227 | 56 | 70 | 0 | 51 | 372 | 47 | 53 |
| Binary | 1010001 | 1000011 | 10010111 | 101110 | 111000 | 0 | 101001 | 11111010 | 100111 | 101011 |
Color Harmonies of #514397
Complementary color
Monochromatic Colors of #514397
Black with #514397
Text Example
Text Example
White with #514397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514397; }
p { color: rgb(81,67,151); }
H1.HeaderClassName
{
color: #514397;
}
.AnyTagClassName
{
color: #514397;
}
</style>
background-color css
<style>
a { background-color: #514397; }
a { background-color: rgb(81,67,151); }
div.DivClassName
{
background-color: #514397;
}
.BgClassName
{
background-color: #514397;
}
</style>
border-color css
<style>
span { border-color: #514397; }
span { border-color: rgb(81,67,151); }
td.TdClassName
{
border-color: #514397;
}
.TagClassName
{
border-color: #514397;
}
</style>