Shades of Liver #5A4351
Tints of Liver #5A4351
RGB
CMYK
RGB Variations
Color information
#5A4351 (or 0x5A4351) is known color: Liver. HEX triplet: 5A, 43 and 51. RGB value is (90,67,81). Sum of RGB (Red+Green+Blue) = 90+67+81=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4351 is #A5BCAE. Grayscale: #4B4B4B. Windows color (decimal): -10861743 or 5325658. OLE color: 5325658.
HSL color Cylindrical-coordinate representation of color #5A4351: hue angle of 323.48º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A4351 is Cyan = 0, Magento = 0.26, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 81 | - |
| CMYK | 0 | 0.26 | 0.1 | 0.65 |
| HSL | 323.48º | 0.15% | 0.31% | - |
| HSV(B) | 323.48º | 0.26% | 0.35% | - |
| XYZ | 7.71 | 6.78 | 8.69 | - |
| YUV | 75.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 81 | 0 | 0.26 | 0.1 | 0.65 | 323.48 | 0.15 | 0.31 |
| Hex | 5A | 43 | 51 | 0 | 1A | A | 41 | 143 | F | 1F |
| Octal | 132 | 103 | 121 | 0 | 32 | 12 | 101 | 503 | 17 | 37 |
| Binary | 1011010 | 1000011 | 1010001 | 0 | 11010 | 1010 | 1000001 | 101000011 | 1111 | 11111 |
Color Harmonies of #5A4351
Complementary color
Monochromatic Colors of #5A4351
Black with #5A4351
Text Example
Text Example
White with #5A4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4351; }
p { color: rgb(90,67,81); }
H1.HeaderClassName
{
color: #5A4351;
}
.AnyTagClassName
{
color: #5A4351;
}
</style>
background-color css
<style>
a { background-color: #5A4351; }
a { background-color: rgb(90,67,81); }
div.DivClassName
{
background-color: #5A4351;
}
.BgClassName
{
background-color: #5A4351;
}
</style>
border-color css
<style>
span { border-color: #5A4351; }
span { border-color: rgb(90,67,81); }
td.TdClassName
{
border-color: #5A4351;
}
.TagClassName
{
border-color: #5A4351;
}
</style>