Shades of Blue Gem #514291
Tints of Blue Gem #514291
RGB
CMYK
RGB Variations
Color information
#514291 (or 0x514291) is known color: Blue Gem. HEX triplet: 51, 42 and 91. RGB value is (81,66,145). Sum of RGB (Red+Green+Blue) = 81+66+145=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #514291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514291 is #AEBD6E. Grayscale: #4F4F4F. Windows color (decimal): -11451759 or 9519697. OLE color: 9519697.
HSL color Cylindrical-coordinate representation of color #514291: hue angle of 251.39º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514291 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 66 | 145 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.43 |
| HSL | 251.39º | 0.37% | 0.41% | - |
| HSV(B) | 251.39º | 0.54% | 0.57% | - |
| XYZ | 10.45 | 7.69 | 27.72 | - |
| YUV | 79.49 | 164.97 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 145 | 0.44 | 0.54 | 0 | 0.43 | 251.39 | 0.37 | 0.41 |
| Hex | 51 | 42 | 91 | 2C | 36 | 0 | 2B | FB | 25 | 29 |
| Octal | 121 | 102 | 221 | 54 | 66 | 0 | 53 | 373 | 45 | 51 |
| Binary | 1010001 | 1000010 | 10010001 | 101100 | 110110 | 0 | 101011 | 11111011 | 100101 | 101001 |
Color Harmonies of #514291
Complementary color
Monochromatic Colors of #514291
Black with #514291
Text Example
Text Example
White with #514291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514291; }
p { color: rgb(81,66,145); }
H1.HeaderClassName
{
color: #514291;
}
.AnyTagClassName
{
color: #514291;
}
</style>
background-color css
<style>
a { background-color: #514291; }
a { background-color: rgb(81,66,145); }
div.DivClassName
{
background-color: #514291;
}
.BgClassName
{
background-color: #514291;
}
</style>
border-color css
<style>
span { border-color: #514291; }
span { border-color: rgb(81,66,145); }
td.TdClassName
{
border-color: #514291;
}
.TagClassName
{
border-color: #514291;
}
</style>