Shades of Liver #5B414D
Tints of Liver #5B414D
RGB
CMYK
RGB Variations
Color information
#5B414D (or 0x5B414D) is known color: Liver. HEX triplet: 5B, 41 and 4D. RGB value is (91,65,77). Sum of RGB (Red+Green+Blue) = 91+65+77=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B414D is #A4BEB2. Grayscale: #4A4A4A. Windows color (decimal): -10796723 or 5063003. OLE color: 5063003.
HSL color Cylindrical-coordinate representation of color #5B414D: hue angle of 332.31º 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 #5B414D is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 77 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.64 |
| HSL | 332.31º | 0.17% | 0.31% | - |
| HSV(B) | 332.31º | 0.29% | 0.36% | - |
| XYZ | 7.54 | 6.54 | 7.89 | - |
| YUV | 74.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 77 | 0 | 0.29 | 0.15 | 0.64 | 332.31 | 0.17 | 0.31 |
| Hex | 5B | 41 | 4D | 0 | 1D | F | 40 | 14C | 11 | 1F |
| Octal | 133 | 101 | 115 | 0 | 35 | 17 | 100 | 514 | 21 | 37 |
| Binary | 1011011 | 1000001 | 1001101 | 0 | 11101 | 1111 | 1000000 | 101001100 | 10001 | 11111 |
Color Harmonies of #5B414D
Complementary color
Monochromatic Colors of #5B414D
Black with #5B414D
Text Example
Text Example
White with #5B414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B414D; }
p { color: rgb(91,65,77); }
H1.HeaderClassName
{
color: #5B414D;
}
.AnyTagClassName
{
color: #5B414D;
}
</style>
background-color css
<style>
a { background-color: #5B414D; }
a { background-color: rgb(91,65,77); }
div.DivClassName
{
background-color: #5B414D;
}
.BgClassName
{
background-color: #5B414D;
}
</style>
border-color css
<style>
span { border-color: #5B414D; }
span { border-color: rgb(91,65,77); }
td.TdClassName
{
border-color: #5B414D;
}
.TagClassName
{
border-color: #5B414D;
}
</style>