Shades of Liver #5C414E
Tints of Liver #5C414E
RGB
CMYK
RGB Variations
Color information
#5C414E (or 0x5C414E) is known color: Liver. HEX triplet: 5C, 41 and 4E. RGB value is (92,65,78). Sum of RGB (Red+Green+Blue) = 92+65+78=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 92 - color contains mainly: red. Hex color #5C414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C414E is #A3BEB1. Grayscale: #4A4A4A. Windows color (decimal): -10731186 or 5128540. OLE color: 5128540.
HSL color Cylindrical-coordinate representation of color #5C414E: hue angle of 331.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C414E is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 78 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.64 |
| HSL | 331.11º | 0.17% | 0.31% | - |
| HSV(B) | 331.11º | 0.29% | 0.36% | - |
| XYZ | 7.68 | 6.61 | 8.08 | - |
| YUV | 74.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 78 | 0 | 0.29 | 0.15 | 0.64 | 331.11 | 0.17 | 0.31 |
| Hex | 5C | 41 | 4E | 0 | 1D | F | 40 | 14B | 11 | 1F |
| Octal | 134 | 101 | 116 | 0 | 35 | 17 | 100 | 513 | 21 | 37 |
| Binary | 1011100 | 1000001 | 1001110 | 0 | 11101 | 1111 | 1000000 | 101001011 | 10001 | 11111 |
Color Harmonies of #5C414E
Complementary color
Monochromatic Colors of #5C414E
Black with #5C414E
Text Example
Text Example
White with #5C414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C414E; }
p { color: rgb(92,65,78); }
H1.HeaderClassName
{
color: #5C414E;
}
.AnyTagClassName
{
color: #5C414E;
}
</style>
background-color css
<style>
a { background-color: #5C414E; }
a { background-color: rgb(92,65,78); }
div.DivClassName
{
background-color: #5C414E;
}
.BgClassName
{
background-color: #5C414E;
}
</style>
border-color css
<style>
span { border-color: #5C414E; }
span { border-color: rgb(92,65,78); }
td.TdClassName
{
border-color: #5C414E;
}
.TagClassName
{
border-color: #5C414E;
}
</style>