Shades of Liver #5C424E
Tints of Liver #5C424E
RGB
CMYK
RGB Variations
Color information
#5C424E (or 0x5C424E) is known color: Liver. HEX triplet: 5C, 42 and 4E. RGB value is (92,66,78). Sum of RGB (Red+Green+Blue) = 92+66+78=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 92 - color contains mainly: red. Hex color #5C424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C424E is #A3BDB1. Grayscale: #4B4B4B. Windows color (decimal): -10730930 or 5128796. OLE color: 5128796.
HSL color Cylindrical-coordinate representation of color #5C424E: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C424E is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 66 | 78 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.64 |
| HSL | 332.31º | 0.16% | 0.31% | - |
| HSV(B) | 332.31º | 0.28% | 0.36% | - |
| XYZ | 7.74 | 6.72 | 8.1 | - |
| YUV | 75.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 78 | 0 | 0.28 | 0.15 | 0.64 | 332.31 | 0.16 | 0.31 |
| Hex | 5C | 42 | 4E | 0 | 1C | F | 40 | 14C | 10 | 1F |
| Octal | 134 | 102 | 116 | 0 | 34 | 17 | 100 | 514 | 20 | 37 |
| Binary | 1011100 | 1000010 | 1001110 | 0 | 11100 | 1111 | 1000000 | 101001100 | 10000 | 11111 |
Color Harmonies of #5C424E
Complementary color
Monochromatic Colors of #5C424E
Black with #5C424E
Text Example
Text Example
White with #5C424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C424E; }
p { color: rgb(92,66,78); }
H1.HeaderClassName
{
color: #5C424E;
}
.AnyTagClassName
{
color: #5C424E;
}
</style>
background-color css
<style>
a { background-color: #5C424E; }
a { background-color: rgb(92,66,78); }
div.DivClassName
{
background-color: #5C424E;
}
.BgClassName
{
background-color: #5C424E;
}
</style>
border-color css
<style>
span { border-color: #5C424E; }
span { border-color: rgb(92,66,78); }
td.TdClassName
{
border-color: #5C424E;
}
.TagClassName
{
border-color: #5C424E;
}
</style>