Shades of Liver #5C5259
Tints of Liver #5C5259
RGB
CMYK
RGB Variations
Color information
#5C5259 (or 0x5C5259) is known color: Liver. HEX triplet: 5C, 52 and 59. RGB value is (92,82,89). Sum of RGB (Red+Green+Blue) = 92+82+89=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5259 is #A3ADA6. Grayscale: #555555. Windows color (decimal): -10726823 or 5853788. OLE color: 5853788.
HSL color Cylindrical-coordinate representation of color #5C5259: hue angle of 318º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5259 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 89 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.64 |
| HSL | 318º | 0.06% | 0.34% | - |
| HSV(B) | 318º | 0.11% | 0.36% | - |
| XYZ | 9.23 | 9.03 | 10.71 | - |
| YUV | 85.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 89 | 0 | 0.11 | 0.03 | 0.64 | 318 | 0.06 | 0.34 |
| Hex | 5C | 52 | 59 | 0 | B | 3 | 40 | 13E | 6 | 22 |
| Octal | 134 | 122 | 131 | 0 | 13 | 3 | 100 | 476 | 6 | 42 |
| Binary | 1011100 | 1010010 | 1011001 | 0 | 1011 | 11 | 1000000 | 100111110 | 110 | 100010 |
Color Harmonies of #5C5259
Complementary color
Monochromatic Colors of #5C5259
Black with #5C5259
Text Example
Text Example
White with #5C5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5259; }
p { color: rgb(92,82,89); }
H1.HeaderClassName
{
color: #5C5259;
}
.AnyTagClassName
{
color: #5C5259;
}
</style>
background-color css
<style>
a { background-color: #5C5259; }
a { background-color: rgb(92,82,89); }
div.DivClassName
{
background-color: #5C5259;
}
.BgClassName
{
background-color: #5C5259;
}
</style>
border-color css
<style>
span { border-color: #5C5259; }
span { border-color: rgb(92,82,89); }
td.TdClassName
{
border-color: #5C5259;
}
.TagClassName
{
border-color: #5C5259;
}
</style>