Shades of Blue Gem #514190
Tints of Blue Gem #514190
RGB
CMYK
RGB Variations
Color information
#514190 (or 0x514190) is known color: Blue Gem. HEX triplet: 51, 41 and 90. RGB value is (81,65,144). Sum of RGB (Red+Green+Blue) = 81+65+144=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #514190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514190 is #AEBE6F. Grayscale: #4E4E4E. Windows color (decimal): -11452016 or 9453905. OLE color: 9453905.
HSL color Cylindrical-coordinate representation of color #514190: hue angle of 252.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514190 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 65 | 144 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.44 |
| HSL | 252.15º | 0.38% | 0.41% | - |
| HSV(B) | 252.15º | 0.55% | 0.56% | - |
| XYZ | 10.32 | 7.54 | 27.3 | - |
| YUV | 78.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 144 | 0.44 | 0.55 | 0 | 0.44 | 252.15 | 0.38 | 0.41 |
| Hex | 51 | 41 | 90 | 2C | 37 | 0 | 2C | FC | 26 | 29 |
| Octal | 121 | 101 | 220 | 54 | 67 | 0 | 54 | 374 | 46 | 51 |
| Binary | 1010001 | 1000001 | 10010000 | 101100 | 110111 | 0 | 101100 | 11111100 | 100110 | 101001 |
Color Harmonies of #514190
Complementary color
Monochromatic Colors of #514190
Black with #514190
Text Example
Text Example
White with #514190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514190; }
p { color: rgb(81,65,144); }
H1.HeaderClassName
{
color: #514190;
}
.AnyTagClassName
{
color: #514190;
}
</style>
background-color css
<style>
a { background-color: #514190; }
a { background-color: rgb(81,65,144); }
div.DivClassName
{
background-color: #514190;
}
.BgClassName
{
background-color: #514190;
}
</style>
border-color css
<style>
span { border-color: #514190; }
span { border-color: rgb(81,65,144); }
td.TdClassName
{
border-color: #514190;
}
.TagClassName
{
border-color: #514190;
}
</style>