Shades of Blue Gem #50409E
Tints of Blue Gem #50409E
RGB
CMYK
RGB Variations
Color information
#50409E (or 0x50409E) is known color: Blue Gem. HEX triplet: 50, 40 and 9E. RGB value is (80,64,158). Sum of RGB (Red+Green+Blue) = 80+64+158=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #50409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50409E is #AFBF61. Grayscale: #4F4F4F. Windows color (decimal): -11517794 or 10371152. OLE color: 10371152.
HSL color Cylindrical-coordinate representation of color #50409E: hue angle of 250.21º 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 #50409E is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 64 | 158 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.38 |
| HSL | 250.21º | 0.42% | 0.44% | - |
| HSV(B) | 250.21º | 0.59% | 0.62% | - |
| XYZ | 11.31 | 7.84 | 33.26 | - |
| YUV | 79.5 | 172.3 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 158 | 0.49 | 0.59 | 0 | 0.38 | 250.21 | 0.42 | 0.44 |
| Hex | 50 | 40 | 9E | 31 | 3B | 0 | 26 | FA | 2A | 2C |
| Octal | 120 | 100 | 236 | 61 | 73 | 0 | 46 | 372 | 52 | 54 |
| Binary | 1010000 | 1000000 | 10011110 | 110001 | 111011 | 0 | 100110 | 11111010 | 101010 | 101100 |
Color Harmonies of #50409E
Complementary color
Monochromatic Colors of #50409E
Black with #50409E
Text Example
Text Example
White with #50409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50409E; }
p { color: rgb(80,64,158); }
H1.HeaderClassName
{
color: #50409E;
}
.AnyTagClassName
{
color: #50409E;
}
</style>
background-color css
<style>
a { background-color: #50409E; }
a { background-color: rgb(80,64,158); }
div.DivClassName
{
background-color: #50409E;
}
.BgClassName
{
background-color: #50409E;
}
</style>
border-color css
<style>
span { border-color: #50409E; }
span { border-color: rgb(80,64,158); }
td.TdClassName
{
border-color: #50409E;
}
.TagClassName
{
border-color: #50409E;
}
</style>