Shades of Liver #5B404D
Tints of Liver #5B404D
RGB
CMYK
RGB Variations
Color information
#5B404D (or 0x5B404D) is known color: Liver. HEX triplet: 5B, 40 and 4D. RGB value is (91,64,77). Sum of RGB (Red+Green+Blue) = 91+64+77=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 91 - color contains mainly: red. Hex color #5B404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B404D is #A4BFB2. Grayscale: #494949. Windows color (decimal): -10796979 or 5062747. OLE color: 5062747.
HSL color Cylindrical-coordinate representation of color #5B404D: hue angle of 331.11º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B404D is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 77 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.64 |
| HSL | 331.11º | 0.17% | 0.3% | - |
| HSV(B) | 331.11º | 0.3% | 0.36% | - |
| XYZ | 7.49 | 6.43 | 7.87 | - |
| YUV | 73.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 77 | 0 | 0.30 | 0.15 | 0.64 | 331.11 | 0.17 | 0.3 |
| Hex | 5B | 40 | 4D | 0 | 1E | F | 40 | 14B | 11 | 1E |
| Octal | 133 | 100 | 115 | 0 | 36 | 17 | 100 | 513 | 21 | 36 |
| Binary | 1011011 | 1000000 | 1001101 | 0 | 11110 | 1111 | 1000000 | 101001011 | 10001 | 11110 |
Color Harmonies of #5B404D
Complementary color
Monochromatic Colors of #5B404D
Black with #5B404D
Text Example
Text Example
White with #5B404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B404D; }
p { color: rgb(91,64,77); }
H1.HeaderClassName
{
color: #5B404D;
}
.AnyTagClassName
{
color: #5B404D;
}
</style>
background-color css
<style>
a { background-color: #5B404D; }
a { background-color: rgb(91,64,77); }
div.DivClassName
{
background-color: #5B404D;
}
.BgClassName
{
background-color: #5B404D;
}
</style>
border-color css
<style>
span { border-color: #5B404D; }
span { border-color: rgb(91,64,77); }
td.TdClassName
{
border-color: #5B404D;
}
.TagClassName
{
border-color: #5B404D;
}
</style>