Shades of Blue Gem #50418B
Tints of Blue Gem #50418B
RGB
CMYK
RGB Variations
Color information
#50418B (or 0x50418B) is known color: Blue Gem. HEX triplet: 50, 41 and 8B. RGB value is (80,65,139). Sum of RGB (Red+Green+Blue) = 80+65+139=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #50418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50418B is #AFBE74. Grayscale: #4D4D4D. Windows color (decimal): -11517557 or 9126224. OLE color: 9126224.
HSL color Cylindrical-coordinate representation of color #50418B: hue angle of 252.16º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50418B is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 65 | 139 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.45 |
| HSL | 252.16º | 0.36% | 0.4% | - |
| HSV(B) | 252.16º | 0.53% | 0.55% | - |
| XYZ | 9.86 | 7.35 | 25.33 | - |
| YUV | 77.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 139 | 0.42 | 0.53 | 0 | 0.45 | 252.16 | 0.36 | 0.4 |
| Hex | 50 | 41 | 8B | 2A | 35 | 0 | 2D | FC | 24 | 28 |
| Octal | 120 | 101 | 213 | 52 | 65 | 0 | 55 | 374 | 44 | 50 |
| Binary | 1010000 | 1000001 | 10001011 | 101010 | 110101 | 0 | 101101 | 11111100 | 100100 | 101000 |
Color Harmonies of #50418B
Complementary color
Monochromatic Colors of #50418B
Black with #50418B
Text Example
Text Example
White with #50418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50418B; }
p { color: rgb(80,65,139); }
H1.HeaderClassName
{
color: #50418B;
}
.AnyTagClassName
{
color: #50418B;
}
</style>
background-color css
<style>
a { background-color: #50418B; }
a { background-color: rgb(80,65,139); }
div.DivClassName
{
background-color: #50418B;
}
.BgClassName
{
background-color: #50418B;
}
</style>
border-color css
<style>
span { border-color: #50418B; }
span { border-color: rgb(80,65,139); }
td.TdClassName
{
border-color: #50418B;
}
.TagClassName
{
border-color: #50418B;
}
</style>