Shades of Liver #5D4553
Tints of Liver #5D4553
RGB
CMYK
RGB Variations
Color information
#5D4553 (or 0x5D4553) is known color: Liver. HEX triplet: 5D, 45 and 53. RGB value is (93,69,83). Sum of RGB (Red+Green+Blue) = 93+69+83=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4553 is #A2BAAC. Grayscale: #4D4D4D. Windows color (decimal): -10664621 or 5457245. OLE color: 5457245.
HSL color Cylindrical-coordinate representation of color #5D4553: hue angle of 325º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4553 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 83 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.64 |
| HSL | 325º | 0.15% | 0.32% | - |
| HSV(B) | 325º | 0.26% | 0.36% | - |
| XYZ | 8.2 | 7.21 | 9.14 | - |
| YUV | 77.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 83 | 0 | 0.26 | 0.11 | 0.64 | 325 | 0.15 | 0.32 |
| Hex | 5D | 45 | 53 | 0 | 1A | B | 40 | 145 | F | 20 |
| Octal | 135 | 105 | 123 | 0 | 32 | 13 | 100 | 505 | 17 | 40 |
| Binary | 1011101 | 1000101 | 1010011 | 0 | 11010 | 1011 | 1000000 | 101000101 | 1111 | 100000 |
Color Harmonies of #5D4553
Complementary color
Monochromatic Colors of #5D4553
Black with #5D4553
Text Example
Text Example
White with #5D4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4553; }
p { color: rgb(93,69,83); }
H1.HeaderClassName
{
color: #5D4553;
}
.AnyTagClassName
{
color: #5D4553;
}
</style>
background-color css
<style>
a { background-color: #5D4553; }
a { background-color: rgb(93,69,83); }
div.DivClassName
{
background-color: #5D4553;
}
.BgClassName
{
background-color: #5D4553;
}
</style>
border-color css
<style>
span { border-color: #5D4553; }
span { border-color: rgb(93,69,83); }
td.TdClassName
{
border-color: #5D4553;
}
.TagClassName
{
border-color: #5D4553;
}
</style>