Shades of Liver #5D414E
Tints of Liver #5D414E
RGB
CMYK
RGB Variations
Color information
#5D414E (or 0x5D414E) is known color: Liver. HEX triplet: 5D, 41 and 4E. RGB value is (93,65,78). Sum of RGB (Red+Green+Blue) = 93+65+78=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 93 - color contains mainly: red. Hex color #5D414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D414E is #A2BEB1. Grayscale: #4A4A4A. Windows color (decimal): -10665650 or 5128541. OLE color: 5128541.
HSL color Cylindrical-coordinate representation of color #5D414E: hue angle of 332.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D414E is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 65 | 78 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.64 |
| HSL | 332.14º | 0.18% | 0.31% | - |
| HSV(B) | 332.14º | 0.3% | 0.36% | - |
| XYZ | 7.78 | 6.66 | 8.08 | - |
| YUV | 74.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 78 | 0 | 0.30 | 0.16 | 0.64 | 332.14 | 0.18 | 0.31 |
| Hex | 5D | 41 | 4E | 0 | 1E | 10 | 40 | 14C | 12 | 1F |
| Octal | 135 | 101 | 116 | 0 | 36 | 20 | 100 | 514 | 22 | 37 |
| Binary | 1011101 | 1000001 | 1001110 | 0 | 11110 | 10000 | 1000000 | 101001100 | 10010 | 11111 |
Color Harmonies of #5D414E
Complementary color
Monochromatic Colors of #5D414E
Black with #5D414E
Text Example
Text Example
White with #5D414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D414E; }
p { color: rgb(93,65,78); }
H1.HeaderClassName
{
color: #5D414E;
}
.AnyTagClassName
{
color: #5D414E;
}
</style>
background-color css
<style>
a { background-color: #5D414E; }
a { background-color: rgb(93,65,78); }
div.DivClassName
{
background-color: #5D414E;
}
.BgClassName
{
background-color: #5D414E;
}
</style>
border-color css
<style>
span { border-color: #5D414E; }
span { border-color: rgb(93,65,78); }
td.TdClassName
{
border-color: #5D414E;
}
.TagClassName
{
border-color: #5D414E;
}
</style>