Shades of Liver #5A4551
Tints of Liver #5A4551
RGB
CMYK
RGB Variations
Color information
#5A4551 (or 0x5A4551) is known color: Liver. HEX triplet: 5A, 45 and 51. RGB value is (90,69,81). Sum of RGB (Red+Green+Blue) = 90+69+81=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4551 is #A5BAAE. Grayscale: #4C4C4C. Windows color (decimal): -10861231 or 5326170. OLE color: 5326170.
HSL color Cylindrical-coordinate representation of color #5A4551: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A4551 is Cyan = 0, Magento = 0.23, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 81 | - |
| CMYK | 0 | 0.23 | 0.1 | 0.65 |
| HSL | 325.71º | 0.13% | 0.31% | - |
| HSV(B) | 325.71º | 0.23% | 0.35% | - |
| XYZ | 7.83 | 7.02 | 8.73 | - |
| YUV | 76.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 81 | 0 | 0.23 | 0.1 | 0.65 | 325.71 | 0.13 | 0.31 |
| Hex | 5A | 45 | 51 | 0 | 17 | A | 41 | 146 | D | 1F |
| Octal | 132 | 105 | 121 | 0 | 27 | 12 | 101 | 506 | 15 | 37 |
| Binary | 1011010 | 1000101 | 1010001 | 0 | 10111 | 1010 | 1000001 | 101000110 | 1101 | 11111 |
Color Harmonies of #5A4551
Complementary color
Monochromatic Colors of #5A4551
Black with #5A4551
Text Example
Text Example
White with #5A4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4551; }
p { color: rgb(90,69,81); }
H1.HeaderClassName
{
color: #5A4551;
}
.AnyTagClassName
{
color: #5A4551;
}
</style>
background-color css
<style>
a { background-color: #5A4551; }
a { background-color: rgb(90,69,81); }
div.DivClassName
{
background-color: #5A4551;
}
.BgClassName
{
background-color: #5A4551;
}
</style>
border-color css
<style>
span { border-color: #5A4551; }
span { border-color: rgb(90,69,81); }
td.TdClassName
{
border-color: #5A4551;
}
.TagClassName
{
border-color: #5A4551;
}
</style>