Shades of Liver #5B4753
Tints of Liver #5B4753
RGB
CMYK
RGB Variations
Color information
#5B4753 (or 0x5B4753) is known color: Liver. HEX triplet: 5B, 47 and 53. RGB value is (91,71,83). Sum of RGB (Red+Green+Blue) = 91+71+83=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4753 is #A4B8AC. Grayscale: #4E4E4E. Windows color (decimal): -10795181 or 5457755. OLE color: 5457755.
HSL color Cylindrical-coordinate representation of color #5B4753: hue angle of 324º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B4753 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 83 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.64 |
| HSL | 324º | 0.12% | 0.32% | - |
| HSV(B) | 324º | 0.22% | 0.36% | - |
| XYZ | 8.13 | 7.36 | 9.17 | - |
| YUV | 78.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 83 | 0 | 0.22 | 0.09 | 0.64 | 324 | 0.12 | 0.32 |
| Hex | 5B | 47 | 53 | 0 | 16 | 9 | 40 | 144 | C | 20 |
| Octal | 133 | 107 | 123 | 0 | 26 | 11 | 100 | 504 | 14 | 40 |
| Binary | 1011011 | 1000111 | 1010011 | 0 | 10110 | 1001 | 1000000 | 101000100 | 1100 | 100000 |
Color Harmonies of #5B4753
Complementary color
Monochromatic Colors of #5B4753
Black with #5B4753
Text Example
Text Example
White with #5B4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4753; }
p { color: rgb(91,71,83); }
H1.HeaderClassName
{
color: #5B4753;
}
.AnyTagClassName
{
color: #5B4753;
}
</style>
background-color css
<style>
a { background-color: #5B4753; }
a { background-color: rgb(91,71,83); }
div.DivClassName
{
background-color: #5B4753;
}
.BgClassName
{
background-color: #5B4753;
}
</style>
border-color css
<style>
span { border-color: #5B4753; }
span { border-color: rgb(91,71,83); }
td.TdClassName
{
border-color: #5B4753;
}
.TagClassName
{
border-color: #5B4753;
}
</style>