Shades of Liver #5B4453
Tints of Liver #5B4453
RGB
CMYK
RGB Variations
Color information
#5B4453 (or 0x5B4453) is known color: Liver. HEX triplet: 5B, 44 and 53. RGB value is (91,68,83). Sum of RGB (Red+Green+Blue) = 91+68+83=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4453 is #A4BBAC. Grayscale: #4C4C4C. Windows color (decimal): -10795949 or 5456987. OLE color: 5456987.
HSL color Cylindrical-coordinate representation of color #5B4453: hue angle of 320.87º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B4453 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 83 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.64 |
| HSL | 320.87º | 0.14% | 0.31% | - |
| HSV(B) | 320.87º | 0.25% | 0.36% | - |
| XYZ | 7.94 | 6.98 | 9.11 | - |
| YUV | 76.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 83 | 0 | 0.25 | 0.09 | 0.64 | 320.87 | 0.14 | 0.31 |
| Hex | 5B | 44 | 53 | 0 | 19 | 9 | 40 | 141 | E | 1F |
| Octal | 133 | 104 | 123 | 0 | 31 | 11 | 100 | 501 | 16 | 37 |
| Binary | 1011011 | 1000100 | 1010011 | 0 | 11001 | 1001 | 1000000 | 101000001 | 1110 | 11111 |
Color Harmonies of #5B4453
Complementary color
Monochromatic Colors of #5B4453
Black with #5B4453
Text Example
Text Example
White with #5B4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4453; }
p { color: rgb(91,68,83); }
H1.HeaderClassName
{
color: #5B4453;
}
.AnyTagClassName
{
color: #5B4453;
}
</style>
background-color css
<style>
a { background-color: #5B4453; }
a { background-color: rgb(91,68,83); }
div.DivClassName
{
background-color: #5B4453;
}
.BgClassName
{
background-color: #5B4453;
}
</style>
border-color css
<style>
span { border-color: #5B4453; }
span { border-color: rgb(91,68,83); }
td.TdClassName
{
border-color: #5B4453;
}
.TagClassName
{
border-color: #5B4453;
}
</style>