Shades of Liver #5C5256
Tints of Liver #5C5256
RGB
CMYK
RGB Variations
Color information
#5C5256 (or 0x5C5256) is known color: Liver. HEX triplet: 5C, 52 and 56. RGB value is (92,82,86). Sum of RGB (Red+Green+Blue) = 92+82+86=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5256 is #A3ADA9. Grayscale: #555555. Windows color (decimal): -10726826 or 5657180. OLE color: 5657180.
HSL color Cylindrical-coordinate representation of color #5C5256: hue angle of 336º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5256 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 86 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.64 |
| HSL | 336º | 0.06% | 0.34% | - |
| HSV(B) | 336º | 0.11% | 0.36% | - |
| XYZ | 9.11 | 8.98 | 10.06 | - |
| YUV | 85.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 86 | 0 | 0.11 | 0.07 | 0.64 | 336 | 0.06 | 0.34 |
| Hex | 5C | 52 | 56 | 0 | B | 7 | 40 | 150 | 6 | 22 |
| Octal | 134 | 122 | 126 | 0 | 13 | 7 | 100 | 520 | 6 | 42 |
| Binary | 1011100 | 1010010 | 1010110 | 0 | 1011 | 111 | 1000000 | 101010000 | 110 | 100010 |
Color Harmonies of #5C5256
Complementary color
Monochromatic Colors of #5C5256
Black with #5C5256
Text Example
Text Example
White with #5C5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5256; }
p { color: rgb(92,82,86); }
H1.HeaderClassName
{
color: #5C5256;
}
.AnyTagClassName
{
color: #5C5256;
}
</style>
background-color css
<style>
a { background-color: #5C5256; }
a { background-color: rgb(92,82,86); }
div.DivClassName
{
background-color: #5C5256;
}
.BgClassName
{
background-color: #5C5256;
}
</style>
border-color css
<style>
span { border-color: #5C5256; }
span { border-color: rgb(92,82,86); }
td.TdClassName
{
border-color: #5C5256;
}
.TagClassName
{
border-color: #5C5256;
}
</style>