Shades of Liver #5C4851
Tints of Liver #5C4851
RGB
CMYK
RGB Variations
Color information
#5C4851 (or 0x5C4851) is known color: Liver. HEX triplet: 5C, 48 and 51. RGB value is (92,72,81). Sum of RGB (Red+Green+Blue) = 92+72+81=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4851 is #A3B7AE. Grayscale: #4E4E4E. Windows color (decimal): -10729391 or 5326940. OLE color: 5326940.
HSL color Cylindrical-coordinate representation of color #5C4851: hue angle of 333º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4851 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 72 | 81 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.64 |
| HSL | 333º | 0.12% | 0.32% | - |
| HSV(B) | 333º | 0.22% | 0.36% | - |
| XYZ | 8.22 | 7.5 | 8.8 | - |
| YUV | 79.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 81 | 0 | 0.22 | 0.12 | 0.64 | 333 | 0.12 | 0.32 |
| Hex | 5C | 48 | 51 | 0 | 16 | C | 40 | 14D | C | 20 |
| Octal | 134 | 110 | 121 | 0 | 26 | 14 | 100 | 515 | 14 | 40 |
| Binary | 1011100 | 1001000 | 1010001 | 0 | 10110 | 1100 | 1000000 | 101001101 | 1100 | 100000 |
Color Harmonies of #5C4851
Complementary color
Monochromatic Colors of #5C4851
Black with #5C4851
Text Example
Text Example
White with #5C4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4851; }
p { color: rgb(92,72,81); }
H1.HeaderClassName
{
color: #5C4851;
}
.AnyTagClassName
{
color: #5C4851;
}
</style>
background-color css
<style>
a { background-color: #5C4851; }
a { background-color: rgb(92,72,81); }
div.DivClassName
{
background-color: #5C4851;
}
.BgClassName
{
background-color: #5C4851;
}
</style>
border-color css
<style>
span { border-color: #5C4851; }
span { border-color: rgb(92,72,81); }
td.TdClassName
{
border-color: #5C4851;
}
.TagClassName
{
border-color: #5C4851;
}
</style>