Shades of Liver #5C4250
Tints of Liver #5C4250
RGB
CMYK
RGB Variations
Color information
#5C4250 (or 0x5C4250) is known color: Liver. HEX triplet: 5C, 42 and 50. RGB value is (92,66,80). Sum of RGB (Red+Green+Blue) = 92+66+80=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4250 is #A3BDAF. Grayscale: #4B4B4B. Windows color (decimal): -10730928 or 5259868. OLE color: 5259868.
HSL color Cylindrical-coordinate representation of color #5C4250: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C4250 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 66 | 80 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.64 |
| HSL | 327.69º | 0.16% | 0.31% | - |
| HSV(B) | 327.69º | 0.28% | 0.36% | - |
| XYZ | 7.81 | 6.75 | 8.48 | - |
| YUV | 75.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 80 | 0 | 0.28 | 0.13 | 0.64 | 327.69 | 0.16 | 0.31 |
| Hex | 5C | 42 | 50 | 0 | 1C | D | 40 | 148 | 10 | 1F |
| Octal | 134 | 102 | 120 | 0 | 34 | 15 | 100 | 510 | 20 | 37 |
| Binary | 1011100 | 1000010 | 1010000 | 0 | 11100 | 1101 | 1000000 | 101001000 | 10000 | 11111 |
Color Harmonies of #5C4250
Complementary color
Monochromatic Colors of #5C4250
Black with #5C4250
Text Example
Text Example
White with #5C4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4250; }
p { color: rgb(92,66,80); }
H1.HeaderClassName
{
color: #5C4250;
}
.AnyTagClassName
{
color: #5C4250;
}
</style>
background-color css
<style>
a { background-color: #5C4250; }
a { background-color: rgb(92,66,80); }
div.DivClassName
{
background-color: #5C4250;
}
.BgClassName
{
background-color: #5C4250;
}
</style>
border-color css
<style>
span { border-color: #5C4250; }
span { border-color: rgb(92,66,80); }
td.TdClassName
{
border-color: #5C4250;
}
.TagClassName
{
border-color: #5C4250;
}
</style>