Shades of Liver #50474C
Tints of Liver #50474C
RGB
CMYK
RGB Variations
Color information
#50474C (or 0x50474C) is known color: Liver. HEX triplet: 50, 47 and 4C. RGB value is (80,71,76). Sum of RGB (Red+Green+Blue) = 80+71+76=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #50474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50474C is #AFB8B3. Grayscale: #4A4A4A. Windows color (decimal): -11516084 or 4998992. OLE color: 4998992.
HSL color Cylindrical-coordinate representation of color #50474C: hue angle of 326.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50474C is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 76 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.69 |
| HSL | 326.67º | 0.06% | 0.3% | - |
| HSV(B) | 326.67º | 0.11% | 0.31% | - |
| XYZ | 6.87 | 6.73 | 7.78 | - |
| YUV | 74.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 76 | 0 | 0.11 | 0.05 | 0.69 | 326.67 | 0.06 | 0.3 |
| Hex | 50 | 47 | 4C | 0 | B | 5 | 45 | 147 | 6 | 1E |
| Octal | 120 | 107 | 114 | 0 | 13 | 5 | 105 | 507 | 6 | 36 |
| Binary | 1010000 | 1000111 | 1001100 | 0 | 1011 | 101 | 1000101 | 101000111 | 110 | 11110 |
Color Harmonies of #50474C
Complementary color
Monochromatic Colors of #50474C
Black with #50474C
Text Example
Text Example
White with #50474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50474C; }
p { color: rgb(80,71,76); }
H1.HeaderClassName
{
color: #50474C;
}
.AnyTagClassName
{
color: #50474C;
}
</style>
background-color css
<style>
a { background-color: #50474C; }
a { background-color: rgb(80,71,76); }
div.DivClassName
{
background-color: #50474C;
}
.BgClassName
{
background-color: #50474C;
}
</style>
border-color css
<style>
span { border-color: #50474C; }
span { border-color: rgb(80,71,76); }
td.TdClassName
{
border-color: #50474C;
}
.TagClassName
{
border-color: #50474C;
}
</style>