Shades of Liver #5B4F54
Tints of Liver #5B4F54
RGB
CMYK
RGB Variations
Color information
#5B4F54 (or 0x5B4F54) is known color: Liver. HEX triplet: 5B, 4F and 54. RGB value is (91,79,84). Sum of RGB (Red+Green+Blue) = 91+79+84=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4F54 is #A4B0AB. Grayscale: #535353. Windows color (decimal): -10793132 or 5525339. OLE color: 5525339.
HSL color Cylindrical-coordinate representation of color #5B4F54: hue angle of 335º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B4F54 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 79 | 84 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.64 |
| HSL | 335º | 0.07% | 0.33% | - |
| HSV(B) | 335º | 0.13% | 0.36% | - |
| XYZ | 8.71 | 8.46 | 9.56 | - |
| YUV | 83.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 79 | 84 | 0 | 0.13 | 0.08 | 0.64 | 335 | 0.07 | 0.33 |
| Hex | 5B | 4F | 54 | 0 | D | 8 | 40 | 14F | 7 | 21 |
| Octal | 133 | 117 | 124 | 0 | 15 | 10 | 100 | 517 | 7 | 41 |
| Binary | 1011011 | 1001111 | 1010100 | 0 | 1101 | 1000 | 1000000 | 101001111 | 111 | 100001 |
Color Harmonies of #5B4F54
Complementary color
Monochromatic Colors of #5B4F54
Black with #5B4F54
Text Example
Text Example
White with #5B4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4F54; }
p { color: rgb(91,79,84); }
H1.HeaderClassName
{
color: #5B4F54;
}
.AnyTagClassName
{
color: #5B4F54;
}
</style>
background-color css
<style>
a { background-color: #5B4F54; }
a { background-color: rgb(91,79,84); }
div.DivClassName
{
background-color: #5B4F54;
}
.BgClassName
{
background-color: #5B4F54;
}
</style>
border-color css
<style>
span { border-color: #5B4F54; }
span { border-color: rgb(91,79,84); }
td.TdClassName
{
border-color: #5B4F54;
}
.TagClassName
{
border-color: #5B4F54;
}
</style>