Shades of Liver #5D4150
Tints of Liver #5D4150
RGB
CMYK
RGB Variations
Color information
#5D4150 (or 0x5D4150) is known color: Liver. HEX triplet: 5D, 41 and 50. RGB value is (93,65,80). Sum of RGB (Red+Green+Blue) = 93+65+80=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4150 is #A2BEAF. Grayscale: #4B4B4B. Windows color (decimal): -10665648 or 5259613. OLE color: 5259613.
HSL color Cylindrical-coordinate representation of color #5D4150: hue angle of 327.86º 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 #5D4150 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 65 | 80 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.64 |
| HSL | 327.86º | 0.18% | 0.31% | - |
| HSV(B) | 327.86º | 0.3% | 0.36% | - |
| XYZ | 7.85 | 6.69 | 8.47 | - |
| YUV | 75.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 80 | 0 | 0.30 | 0.14 | 0.64 | 327.86 | 0.18 | 0.31 |
| Hex | 5D | 41 | 50 | 0 | 1E | E | 40 | 148 | 12 | 1F |
| Octal | 135 | 101 | 120 | 0 | 36 | 16 | 100 | 510 | 22 | 37 |
| Binary | 1011101 | 1000001 | 1010000 | 0 | 11110 | 1110 | 1000000 | 101001000 | 10010 | 11111 |
Color Harmonies of #5D4150
Complementary color
Monochromatic Colors of #5D4150
Black with #5D4150
Text Example
Text Example
White with #5D4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4150; }
p { color: rgb(93,65,80); }
H1.HeaderClassName
{
color: #5D4150;
}
.AnyTagClassName
{
color: #5D4150;
}
</style>
background-color css
<style>
a { background-color: #5D4150; }
a { background-color: rgb(93,65,80); }
div.DivClassName
{
background-color: #5D4150;
}
.BgClassName
{
background-color: #5D4150;
}
</style>
border-color css
<style>
span { border-color: #5D4150; }
span { border-color: rgb(93,65,80); }
td.TdClassName
{
border-color: #5D4150;
}
.TagClassName
{
border-color: #5D4150;
}
</style>