Shades of Liver #50454C
Tints of Liver #50454C
RGB
CMYK
RGB Variations
Color information
#50454C (or 0x50454C) is known color: Liver. HEX triplet: 50, 45 and 4C. RGB value is (80,69,76). Sum of RGB (Red+Green+Blue) = 80+69+76=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #50454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50454C is #AFBAB3. Grayscale: #494949. Windows color (decimal): -11516596 or 4998480. OLE color: 4998480.
HSL color Cylindrical-coordinate representation of color #50454C: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #50454C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 76 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.69 |
| HSL | 321.82º | 0.07% | 0.29% | - |
| HSV(B) | 321.82º | 0.14% | 0.31% | - |
| XYZ | 6.74 | 6.48 | 7.73 | - |
| YUV | 73.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 76 | 0 | 0.14 | 0.05 | 0.69 | 321.82 | 0.07 | 0.29 |
| Hex | 50 | 45 | 4C | 0 | E | 5 | 45 | 142 | 7 | 1D |
| Octal | 120 | 105 | 114 | 0 | 16 | 5 | 105 | 502 | 7 | 35 |
| Binary | 1010000 | 1000101 | 1001100 | 0 | 1110 | 101 | 1000101 | 101000010 | 111 | 11101 |
Color Harmonies of #50454C
Complementary color
Monochromatic Colors of #50454C
Black with #50454C
Text Example
Text Example
White with #50454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50454C; }
p { color: rgb(80,69,76); }
H1.HeaderClassName
{
color: #50454C;
}
.AnyTagClassName
{
color: #50454C;
}
</style>
background-color css
<style>
a { background-color: #50454C; }
a { background-color: rgb(80,69,76); }
div.DivClassName
{
background-color: #50454C;
}
.BgClassName
{
background-color: #50454C;
}
</style>
border-color css
<style>
span { border-color: #50454C; }
span { border-color: rgb(80,69,76); }
td.TdClassName
{
border-color: #50454C;
}
.TagClassName
{
border-color: #50454C;
}
</style>