Shades of Blue Gem #50419E
Tints of Blue Gem #50419E
RGB
CMYK
RGB Variations
Color information
#50419E (or 0x50419E) is known color: Blue Gem. HEX triplet: 50, 41 and 9E. RGB value is (80,65,158). Sum of RGB (Red+Green+Blue) = 80+65+158=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #50419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50419E is #AFBE61. Grayscale: #4F4F4F. Windows color (decimal): -11517538 or 10371408. OLE color: 10371408.
HSL color Cylindrical-coordinate representation of color #50419E: hue angle of 249.68º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50419E is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 65 | 158 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.38 |
| HSL | 249.68º | 0.42% | 0.44% | - |
| HSV(B) | 249.68º | 0.59% | 0.62% | - |
| XYZ | 11.37 | 7.95 | 33.28 | - |
| YUV | 80.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 158 | 0.49 | 0.59 | 0 | 0.38 | 249.68 | 0.42 | 0.44 |
| Hex | 50 | 41 | 9E | 31 | 3B | 0 | 26 | FA | 2A | 2C |
| Octal | 120 | 101 | 236 | 61 | 73 | 0 | 46 | 372 | 52 | 54 |
| Binary | 1010000 | 1000001 | 10011110 | 110001 | 111011 | 0 | 100110 | 11111010 | 101010 | 101100 |
Color Harmonies of #50419E
Complementary color
Monochromatic Colors of #50419E
Black with #50419E
Text Example
Text Example
White with #50419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50419E; }
p { color: rgb(80,65,158); }
H1.HeaderClassName
{
color: #50419E;
}
.AnyTagClassName
{
color: #50419E;
}
</style>
background-color css
<style>
a { background-color: #50419E; }
a { background-color: rgb(80,65,158); }
div.DivClassName
{
background-color: #50419E;
}
.BgClassName
{
background-color: #50419E;
}
</style>
border-color css
<style>
span { border-color: #50419E; }
span { border-color: rgb(80,65,158); }
td.TdClassName
{
border-color: #50419E;
}
.TagClassName
{
border-color: #50419E;
}
</style>