Shades of Liver #5C384D
Tints of Liver #5C384D
RGB
CMYK
RGB Variations
Color information
#5C384D (or 0x5C384D) is known color: Liver. HEX triplet: 5C, 38 and 4D. RGB value is (92,56,77). Sum of RGB (Red+Green+Blue) = 92+56+77=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C384D is #A3C7B2. Grayscale: #454545. Windows color (decimal): -10733491 or 5060700. OLE color: 5060700.
HSL color Cylindrical-coordinate representation of color #5C384D: hue angle of 325º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C384D is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 56 | 77 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.64 |
| HSL | 325º | 0.24% | 0.29% | - |
| HSV(B) | 325º | 0.39% | 0.36% | - |
| XYZ | 7.17 | 5.64 | 7.73 | - |
| YUV | 69.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 77 | 0 | 0.39 | 0.16 | 0.64 | 325 | 0.24 | 0.29 |
| Hex | 5C | 38 | 4D | 0 | 27 | 10 | 40 | 145 | 18 | 1D |
| Octal | 134 | 70 | 115 | 0 | 47 | 20 | 100 | 505 | 30 | 35 |
| Binary | 1011100 | 111000 | 1001101 | 0 | 100111 | 10000 | 1000000 | 101000101 | 11000 | 11101 |
Color Harmonies of #5C384D
Complementary color
Monochromatic Colors of #5C384D
Black with #5C384D
Text Example
Text Example
White with #5C384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C384D; }
p { color: rgb(92,56,77); }
H1.HeaderClassName
{
color: #5C384D;
}
.AnyTagClassName
{
color: #5C384D;
}
</style>
background-color css
<style>
a { background-color: #5C384D; }
a { background-color: rgb(92,56,77); }
div.DivClassName
{
background-color: #5C384D;
}
.BgClassName
{
background-color: #5C384D;
}
</style>
border-color css
<style>
span { border-color: #5C384D; }
span { border-color: rgb(92,56,77); }
td.TdClassName
{
border-color: #5C384D;
}
.TagClassName
{
border-color: #5C384D;
}
</style>