Shades of Liver #5D3F52
Tints of Liver #5D3F52
RGB
CMYK
RGB Variations
Color information
#5D3F52 (or 0x5D3F52) is known color: Liver. HEX triplet: 5D, 3F and 52. RGB value is (93,63,82). Sum of RGB (Red+Green+Blue) = 93+63+82=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3F52 is #A2C0AD. Grayscale: #4A4A4A. Windows color (decimal): -10666158 or 5390173. OLE color: 5390173.
HSL color Cylindrical-coordinate representation of color #5D3F52: hue angle of 322º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D3F52 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 63 | 82 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.64 |
| HSL | 322º | 0.19% | 0.31% | - |
| HSV(B) | 322º | 0.32% | 0.36% | - |
| XYZ | 7.81 | 6.49 | 8.82 | - |
| YUV | 74.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 82 | 0 | 0.32 | 0.12 | 0.64 | 322 | 0.19 | 0.31 |
| Hex | 5D | 3F | 52 | 0 | 20 | C | 40 | 142 | 13 | 1F |
| Octal | 135 | 77 | 122 | 0 | 40 | 14 | 100 | 502 | 23 | 37 |
| Binary | 1011101 | 111111 | 1010010 | 0 | 100000 | 1100 | 1000000 | 101000010 | 10011 | 11111 |
Color Harmonies of #5D3F52
Complementary color
Monochromatic Colors of #5D3F52
Black with #5D3F52
Text Example
Text Example
White with #5D3F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3F52; }
p { color: rgb(93,63,82); }
H1.HeaderClassName
{
color: #5D3F52;
}
.AnyTagClassName
{
color: #5D3F52;
}
</style>
background-color css
<style>
a { background-color: #5D3F52; }
a { background-color: rgb(93,63,82); }
div.DivClassName
{
background-color: #5D3F52;
}
.BgClassName
{
background-color: #5D3F52;
}
</style>
border-color css
<style>
span { border-color: #5D3F52; }
span { border-color: rgb(93,63,82); }
td.TdClassName
{
border-color: #5D3F52;
}
.TagClassName
{
border-color: #5D3F52;
}
</style>