Shades of Blue Gem #50378D
Tints of Blue Gem #50378D
RGB
CMYK
RGB Variations
Color information
#50378D (or 0x50378D) is known color: Blue Gem. HEX triplet: 50, 37 and 8D. RGB value is (80,55,141). Sum of RGB (Red+Green+Blue) = 80+55+141=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #50378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50378D is #AFC872. Grayscale: #474747. Windows color (decimal): -11520115 or 9254736. OLE color: 9254736.
HSL color Cylindrical-coordinate representation of color #50378D: hue angle of 257.44º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50378D is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 55 | 141 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.45 |
| HSL | 257.44º | 0.44% | 0.38% | - |
| HSV(B) | 257.44º | 0.61% | 0.55% | - |
| XYZ | 9.48 | 6.36 | 25.93 | - |
| YUV | 72.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 141 | 0.43 | 0.61 | 0 | 0.45 | 257.44 | 0.44 | 0.38 |
| Hex | 50 | 37 | 8D | 2B | 3D | 0 | 2D | 101 | 2C | 26 |
| Octal | 120 | 67 | 215 | 53 | 75 | 0 | 55 | 401 | 54 | 46 |
| Binary | 1010000 | 110111 | 10001101 | 101011 | 111101 | 0 | 101101 | 100000001 | 101100 | 100110 |
Color Harmonies of #50378D
Complementary color
Monochromatic Colors of #50378D
Black with #50378D
Text Example
Text Example
White with #50378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50378D; }
p { color: rgb(80,55,141); }
H1.HeaderClassName
{
color: #50378D;
}
.AnyTagClassName
{
color: #50378D;
}
</style>
background-color css
<style>
a { background-color: #50378D; }
a { background-color: rgb(80,55,141); }
div.DivClassName
{
background-color: #50378D;
}
.BgClassName
{
background-color: #50378D;
}
</style>
border-color css
<style>
span { border-color: #50378D; }
span { border-color: rgb(80,55,141); }
td.TdClassName
{
border-color: #50378D;
}
.TagClassName
{
border-color: #50378D;
}
</style>