Shades of Liver #50474B
Tints of Liver #50474B
RGB
CMYK
RGB Variations
Color information
#50474B (or 0x50474B) is known color: Liver. HEX triplet: 50, 47 and 4B. RGB value is (80,71,75). Sum of RGB (Red+Green+Blue) = 80+71+75=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 80 - color contains mainly: red. Hex color #50474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50474B is #AFB8B4. Grayscale: #4A4A4A. Windows color (decimal): -11516085 or 4933456. OLE color: 4933456.
HSL color Cylindrical-coordinate representation of color #50474B: hue angle of 333.33º 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 #50474B is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 75 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.69 |
| HSL | 333.33º | 0.06% | 0.3% | - |
| HSV(B) | 333.33º | 0.11% | 0.31% | - |
| XYZ | 6.83 | 6.72 | 7.59 | - |
| YUV | 74.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 75 | 0 | 0.11 | 0.06 | 0.69 | 333.33 | 0.06 | 0.3 |
| Hex | 50 | 47 | 4B | 0 | B | 6 | 45 | 14D | 6 | 1E |
| Octal | 120 | 107 | 113 | 0 | 13 | 6 | 105 | 515 | 6 | 36 |
| Binary | 1010000 | 1000111 | 1001011 | 0 | 1011 | 110 | 1000101 | 101001101 | 110 | 11110 |
Color Harmonies of #50474B
Complementary color
Monochromatic Colors of #50474B
Black with #50474B
Text Example
Text Example
White with #50474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50474B; }
p { color: rgb(80,71,75); }
H1.HeaderClassName
{
color: #50474B;
}
.AnyTagClassName
{
color: #50474B;
}
</style>
background-color css
<style>
a { background-color: #50474B; }
a { background-color: rgb(80,71,75); }
div.DivClassName
{
background-color: #50474B;
}
.BgClassName
{
background-color: #50474B;
}
</style>
border-color css
<style>
span { border-color: #50474B; }
span { border-color: rgb(80,71,75); }
td.TdClassName
{
border-color: #50474B;
}
.TagClassName
{
border-color: #50474B;
}
</style>