Shades of Liver #5C5459
Tints of Liver #5C5459
RGB
CMYK
RGB Variations
Color information
#5C5459 (or 0x5C5459) is known color: Liver. HEX triplet: 5C, 54 and 59. RGB value is (92,84,89). Sum of RGB (Red+Green+Blue) = 92+84+89=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5459 is #A3ABA6. Grayscale: #565656. Windows color (decimal): -10726311 or 5854300. OLE color: 5854300.
HSL color Cylindrical-coordinate representation of color #5C5459: hue angle of 322.5º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C5459 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 84 | 89 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.64 |
| HSL | 322.5º | 0.05% | 0.35% | - |
| HSV(B) | 322.5º | 0.09% | 0.36% | - |
| XYZ | 9.39 | 9.34 | 10.76 | - |
| YUV | 86.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 89 | 0 | 0.09 | 0.03 | 0.64 | 322.5 | 0.05 | 0.35 |
| Hex | 5C | 54 | 59 | 0 | 9 | 3 | 40 | 142 | 5 | 23 |
| Octal | 134 | 124 | 131 | 0 | 11 | 3 | 100 | 502 | 5 | 43 |
| Binary | 1011100 | 1010100 | 1011001 | 0 | 1001 | 11 | 1000000 | 101000010 | 101 | 100011 |
Color Harmonies of #5C5459
Complementary color
Monochromatic Colors of #5C5459
Black with #5C5459
Text Example
Text Example
White with #5C5459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5459; }
p { color: rgb(92,84,89); }
H1.HeaderClassName
{
color: #5C5459;
}
.AnyTagClassName
{
color: #5C5459;
}
</style>
background-color css
<style>
a { background-color: #5C5459; }
a { background-color: rgb(92,84,89); }
div.DivClassName
{
background-color: #5C5459;
}
.BgClassName
{
background-color: #5C5459;
}
</style>
border-color css
<style>
span { border-color: #5C5459; }
span { border-color: rgb(92,84,89); }
td.TdClassName
{
border-color: #5C5459;
}
.TagClassName
{
border-color: #5C5459;
}
</style>