Shades of Liver #514E50
Tints of Liver #514E50
RGB
CMYK
RGB Variations
Color information
#514E50 (or 0x514E50) is known color: Liver. HEX triplet: 51, 4E and 50. RGB value is (81,78,80). Sum of RGB (Red+Green+Blue) = 81+78+80=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 81 - color contains mainly: red. Hex color #514E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E50 is #AEB1AF. Grayscale: #4F4F4F. Windows color (decimal): -11448752 or 5262929. OLE color: 5262929.
HSL color Cylindrical-coordinate representation of color #514E50: hue angle of 320º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #514E50 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 78 | 80 | - |
CMYK | 0 | 0.04 | 0.01 | 0.68 |
HSL | 320º | 0.02% | 0.31% | - |
HSV(B) | 320º | 0.04% | 0.32% | - |
XYZ | 7.57 | 7.78 | 8.69 | - |
YUV | 79.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 78 | 80 | 0 | 0.04 | 0.01 | 0.68 | 320 | 0.02 | 0.31 |
Hex | 51 | 4E | 50 | 0 | 4 | 1 | 44 | 140 | 2 | 1F |
Octal | 121 | 116 | 120 | 0 | 4 | 1 | 104 | 500 | 2 | 37 |
Binary | 1010001 | 1001110 | 1010000 | 0 | 100 | 1 | 1000100 | 101000000 | 10 | 11111 |
Color Harmonies of #514E50
Complementary color
Monochromatic Colors of #514E50
Black with #514E50
Text Example
Text Example
White with #514E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E50; }
p { color: rgb(81,78,80); }
H1.HeaderClassName
{
color: #514E50;
}
.AnyTagClassName
{
color: #514E50;
}
</style>
background-color css
<style>
a { background-color: #514E50; }
a { background-color: rgb(81,78,80); }
div.DivClassName
{
background-color: #514E50;
}
.BgClassName
{
background-color: #514E50;
}
</style>
border-color css
<style>
span { border-color: #514E50; }
span { border-color: rgb(81,78,80); }
td.TdClassName
{
border-color: #514E50;
}
.TagClassName
{
border-color: #514E50;
}
</style>