Shades of Liver #5C394E
Tints of Liver #5C394E
RGB
CMYK
RGB Variations
Color information
#5C394E (or 0x5C394E) is known color: Liver. HEX triplet: 5C, 39 and 4E. RGB value is (92,57,78). Sum of RGB (Red+Green+Blue) = 92+57+78=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C394E is #A3C6B1. Grayscale: #454545. Windows color (decimal): -10733234 or 5126492. OLE color: 5126492.
HSL color Cylindrical-coordinate representation of color #5C394E: hue angle of 324º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C394E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 57 | 78 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.64 |
| HSL | 324º | 0.23% | 0.29% | - |
| HSV(B) | 324º | 0.38% | 0.36% | - |
| XYZ | 7.25 | 5.75 | 7.94 | - |
| YUV | 69.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 78 | 0 | 0.38 | 0.15 | 0.64 | 324 | 0.23 | 0.29 |
| Hex | 5C | 39 | 4E | 0 | 26 | F | 40 | 144 | 17 | 1D |
| Octal | 134 | 71 | 116 | 0 | 46 | 17 | 100 | 504 | 27 | 35 |
| Binary | 1011100 | 111001 | 1001110 | 0 | 100110 | 1111 | 1000000 | 101000100 | 10111 | 11101 |
Color Harmonies of #5C394E
Complementary color
Monochromatic Colors of #5C394E
Black with #5C394E
Text Example
Text Example
White with #5C394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C394E; }
p { color: rgb(92,57,78); }
H1.HeaderClassName
{
color: #5C394E;
}
.AnyTagClassName
{
color: #5C394E;
}
</style>
background-color css
<style>
a { background-color: #5C394E; }
a { background-color: rgb(92,57,78); }
div.DivClassName
{
background-color: #5C394E;
}
.BgClassName
{
background-color: #5C394E;
}
</style>
border-color css
<style>
span { border-color: #5C394E; }
span { border-color: rgb(92,57,78); }
td.TdClassName
{
border-color: #5C394E;
}
.TagClassName
{
border-color: #5C394E;
}
</style>