Shades of Liver #50434A
Tints of Liver #50434A
RGB
CMYK
RGB Variations
Color information
#50434A (or 0x50434A) is known color: Liver. HEX triplet: 50, 43 and 4A. RGB value is (80,67,74). Sum of RGB (Red+Green+Blue) = 80+67+74=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #50434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50434A is #AFBCB5. Grayscale: #474747. Windows color (decimal): -11517110 or 4866896. OLE color: 4866896.
HSL color Cylindrical-coordinate representation of color #50434A: hue angle of 327.69º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #50434A is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 74 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.69 |
| HSL | 327.69º | 0.09% | 0.29% | - |
| HSV(B) | 327.69º | 0.16% | 0.31% | - |
| XYZ | 6.55 | 6.21 | 7.33 | - |
| YUV | 71.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 74 | 0 | 0.16 | 0.08 | 0.69 | 327.69 | 0.09 | 0.29 |
| Hex | 50 | 43 | 4A | 0 | 10 | 8 | 45 | 148 | 9 | 1D |
| Octal | 120 | 103 | 112 | 0 | 20 | 10 | 105 | 510 | 11 | 35 |
| Binary | 1010000 | 1000011 | 1001010 | 0 | 10000 | 1000 | 1000101 | 101001000 | 1001 | 11101 |
Color Harmonies of #50434A
Complementary color
Monochromatic Colors of #50434A
Black with #50434A
Text Example
Text Example
White with #50434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50434A; }
p { color: rgb(80,67,74); }
H1.HeaderClassName
{
color: #50434A;
}
.AnyTagClassName
{
color: #50434A;
}
</style>
background-color css
<style>
a { background-color: #50434A; }
a { background-color: rgb(80,67,74); }
div.DivClassName
{
background-color: #50434A;
}
.BgClassName
{
background-color: #50434A;
}
</style>
border-color css
<style>
span { border-color: #50434A; }
span { border-color: rgb(80,67,74); }
td.TdClassName
{
border-color: #50434A;
}
.TagClassName
{
border-color: #50434A;
}
</style>