Shades of Liver #50444B
Tints of Liver #50444B
RGB
CMYK
RGB Variations
Color information
#50444B (or 0x50444B) is known color: Liver. HEX triplet: 50, 44 and 4B. RGB value is (80,68,75). Sum of RGB (Red+Green+Blue) = 80+68+75=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #50444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50444B is #AFBBB4. Grayscale: #484848. Windows color (decimal): -11516853 or 4932688. OLE color: 4932688.
HSL color Cylindrical-coordinate representation of color #50444B: hue angle of 325º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #50444B is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 75 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.69 |
| HSL | 325º | 0.08% | 0.29% | - |
| HSV(B) | 325º | 0.15% | 0.31% | - |
| XYZ | 6.65 | 6.35 | 7.53 | - |
| YUV | 72.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 75 | 0 | 0.15 | 0.06 | 0.69 | 325 | 0.08 | 0.29 |
| Hex | 50 | 44 | 4B | 0 | F | 6 | 45 | 145 | 8 | 1D |
| Octal | 120 | 104 | 113 | 0 | 17 | 6 | 105 | 505 | 10 | 35 |
| Binary | 1010000 | 1000100 | 1001011 | 0 | 1111 | 110 | 1000101 | 101000101 | 1000 | 11101 |
Color Harmonies of #50444B
Complementary color
Monochromatic Colors of #50444B
Black with #50444B
Text Example
Text Example
White with #50444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50444B; }
p { color: rgb(80,68,75); }
H1.HeaderClassName
{
color: #50444B;
}
.AnyTagClassName
{
color: #50444B;
}
</style>
background-color css
<style>
a { background-color: #50444B; }
a { background-color: rgb(80,68,75); }
div.DivClassName
{
background-color: #50444B;
}
.BgClassName
{
background-color: #50444B;
}
</style>
border-color css
<style>
span { border-color: #50444B; }
span { border-color: rgb(80,68,75); }
td.TdClassName
{
border-color: #50444B;
}
.TagClassName
{
border-color: #50444B;
}
</style>