Shades of Liver #5C4451
Tints of Liver #5C4451
RGB
CMYK
RGB Variations
Color information
#5C4451 (or 0x5C4451) is known color: Liver. HEX triplet: 5C, 44 and 51. RGB value is (92,68,81). Sum of RGB (Red+Green+Blue) = 92+68+81=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4451 is #A3BBAE. Grayscale: #4C4C4C. Windows color (decimal): -10730415 or 5325916. OLE color: 5325916.
HSL color Cylindrical-coordinate representation of color #5C4451: hue angle of 327.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4451 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 81 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.64 |
| HSL | 327.5º | 0.15% | 0.31% | - |
| HSV(B) | 327.5º | 0.26% | 0.36% | - |
| XYZ | 7.97 | 7 | 8.72 | - |
| YUV | 76.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 81 | 0 | 0.26 | 0.12 | 0.64 | 327.5 | 0.15 | 0.31 |
| Hex | 5C | 44 | 51 | 0 | 1A | C | 40 | 148 | F | 1F |
| Octal | 134 | 104 | 121 | 0 | 32 | 14 | 100 | 510 | 17 | 37 |
| Binary | 1011100 | 1000100 | 1010001 | 0 | 11010 | 1100 | 1000000 | 101001000 | 1111 | 11111 |
Color Harmonies of #5C4451
Complementary color
Monochromatic Colors of #5C4451
Black with #5C4451
Text Example
Text Example
White with #5C4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4451; }
p { color: rgb(92,68,81); }
H1.HeaderClassName
{
color: #5C4451;
}
.AnyTagClassName
{
color: #5C4451;
}
</style>
background-color css
<style>
a { background-color: #5C4451; }
a { background-color: rgb(92,68,81); }
div.DivClassName
{
background-color: #5C4451;
}
.BgClassName
{
background-color: #5C4451;
}
</style>
border-color css
<style>
span { border-color: #5C4451; }
span { border-color: rgb(92,68,81); }
td.TdClassName
{
border-color: #5C4451;
}
.TagClassName
{
border-color: #5C4451;
}
</style>