Shades of Blue Gem #514192
Tints of Blue Gem #514192
RGB
CMYK
RGB Variations
Color information
#514192 (or 0x514192) is known color: Blue Gem. HEX triplet: 51, 41 and 92. RGB value is (81,65,146). Sum of RGB (Red+Green+Blue) = 81+65+146=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #514192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514192 is #AEBE6D. Grayscale: #4E4E4E. Windows color (decimal): -11452014 or 9584977. OLE color: 9584977.
HSL color Cylindrical-coordinate representation of color #514192: hue angle of 251.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514192 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 65 | 146 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.43 |
| HSL | 251.85º | 0.38% | 0.41% | - |
| HSV(B) | 251.85º | 0.55% | 0.57% | - |
| XYZ | 10.47 | 7.61 | 28.11 | - |
| YUV | 79.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 146 | 0.45 | 0.55 | 0 | 0.43 | 251.85 | 0.38 | 0.41 |
| Hex | 51 | 41 | 92 | 2D | 37 | 0 | 2B | FC | 26 | 29 |
| Octal | 121 | 101 | 222 | 55 | 67 | 0 | 53 | 374 | 46 | 51 |
| Binary | 1010001 | 1000001 | 10010010 | 101101 | 110111 | 0 | 101011 | 11111100 | 100110 | 101001 |
Color Harmonies of #514192
Complementary color
Monochromatic Colors of #514192
Black with #514192
Text Example
Text Example
White with #514192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514192; }
p { color: rgb(81,65,146); }
H1.HeaderClassName
{
color: #514192;
}
.AnyTagClassName
{
color: #514192;
}
</style>
background-color css
<style>
a { background-color: #514192; }
a { background-color: rgb(81,65,146); }
div.DivClassName
{
background-color: #514192;
}
.BgClassName
{
background-color: #514192;
}
</style>
border-color css
<style>
span { border-color: #514192; }
span { border-color: rgb(81,65,146); }
td.TdClassName
{
border-color: #514192;
}
.TagClassName
{
border-color: #514192;
}
</style>