Shades of Liver #504B4D
Tints of Liver #504B4D
RGB
CMYK
RGB Variations
Color information
#504B4D (or 0x504B4D) is known color: Liver. HEX triplet: 50, 4B and 4D. RGB value is (80,75,77). Sum of RGB (Red+Green+Blue) = 80+75+77=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 80 - color contains mainly: red. Hex color #504B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B4D is #AFB4B2. Grayscale: #4C4C4C. Windows color (decimal): -11515059 or 5065552. OLE color: 5065552.
HSL color Cylindrical-coordinate representation of color #504B4D: hue angle of 336º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #504B4D is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 77 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.69 |
| HSL | 336º | 0.03% | 0.3% | - |
| HSV(B) | 336º | 0.06% | 0.31% | - |
| XYZ | 7.16 | 7.27 | 8.05 | - |
| YUV | 76.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 77 | 0 | 0.06 | 0.04 | 0.69 | 336 | 0.03 | 0.3 |
| Hex | 50 | 4B | 4D | 0 | 6 | 4 | 45 | 150 | 3 | 1E |
| Octal | 120 | 113 | 115 | 0 | 6 | 4 | 105 | 520 | 3 | 36 |
| Binary | 1010000 | 1001011 | 1001101 | 0 | 110 | 100 | 1000101 | 101010000 | 11 | 11110 |
Color Harmonies of #504B4D
Complementary color
Monochromatic Colors of #504B4D
Black with #504B4D
Text Example
Text Example
White with #504B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B4D; }
p { color: rgb(80,75,77); }
H1.HeaderClassName
{
color: #504B4D;
}
.AnyTagClassName
{
color: #504B4D;
}
</style>
background-color css
<style>
a { background-color: #504B4D; }
a { background-color: rgb(80,75,77); }
div.DivClassName
{
background-color: #504B4D;
}
.BgClassName
{
background-color: #504B4D;
}
</style>
border-color css
<style>
span { border-color: #504B4D; }
span { border-color: rgb(80,75,77); }
td.TdClassName
{
border-color: #504B4D;
}
.TagClassName
{
border-color: #504B4D;
}
</style>