Shades of Liver #5C374D
Tints of Liver #5C374D
RGB
CMYK
RGB Variations
Color information
#5C374D (or 0x5C374D) is known color: Liver. HEX triplet: 5C, 37 and 4D. RGB value is (92,55,77). Sum of RGB (Red+Green+Blue) = 92+55+77=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C374D is #A3C8B2. Grayscale: #444444. Windows color (decimal): -10733747 or 5060444. OLE color: 5060444.
HSL color Cylindrical-coordinate representation of color #5C374D: hue angle of 324.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C374D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 77 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.64 |
| HSL | 324.32º | 0.25% | 0.29% | - |
| HSV(B) | 324.32º | 0.4% | 0.36% | - |
| XYZ | 7.12 | 5.54 | 7.72 | - |
| YUV | 68.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 77 | 0 | 0.40 | 0.16 | 0.64 | 324.32 | 0.25 | 0.29 |
| Hex | 5C | 37 | 4D | 0 | 28 | 10 | 40 | 144 | 19 | 1D |
| Octal | 134 | 67 | 115 | 0 | 50 | 20 | 100 | 504 | 31 | 35 |
| Binary | 1011100 | 110111 | 1001101 | 0 | 101000 | 10000 | 1000000 | 101000100 | 11001 | 11101 |
Color Harmonies of #5C374D
Complementary color
Monochromatic Colors of #5C374D
Black with #5C374D
Text Example
Text Example
White with #5C374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C374D; }
p { color: rgb(92,55,77); }
H1.HeaderClassName
{
color: #5C374D;
}
.AnyTagClassName
{
color: #5C374D;
}
</style>
background-color css
<style>
a { background-color: #5C374D; }
a { background-color: rgb(92,55,77); }
div.DivClassName
{
background-color: #5C374D;
}
.BgClassName
{
background-color: #5C374D;
}
</style>
border-color css
<style>
span { border-color: #5C374D; }
span { border-color: rgb(92,55,77); }
td.TdClassName
{
border-color: #5C374D;
}
.TagClassName
{
border-color: #5C374D;
}
</style>