Shades of Liver #5A434F
Tints of Liver #5A434F
RGB
CMYK
RGB Variations
Color information
#5A434F (or 0x5A434F) is known color: Liver. HEX triplet: 5A, 43 and 4F. RGB value is (90,67,79). Sum of RGB (Red+Green+Blue) = 90+67+79=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A434F is #A5BCB0. Grayscale: #4B4B4B. Windows color (decimal): -10861745 or 5194586. OLE color: 5194586.
HSL color Cylindrical-coordinate representation of color #5A434F: hue angle of 328.7º 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 #5A434F is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 79 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.65 |
| HSL | 328.7º | 0.15% | 0.31% | - |
| HSV(B) | 328.7º | 0.26% | 0.35% | - |
| XYZ | 7.63 | 6.75 | 8.3 | - |
| YUV | 75.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 79 | 0 | 0.26 | 0.12 | 0.65 | 328.7 | 0.15 | 0.31 |
| Hex | 5A | 43 | 4F | 0 | 1A | C | 41 | 149 | F | 1F |
| Octal | 132 | 103 | 117 | 0 | 32 | 14 | 101 | 511 | 17 | 37 |
| Binary | 1011010 | 1000011 | 1001111 | 0 | 11010 | 1100 | 1000001 | 101001001 | 1111 | 11111 |
Color Harmonies of #5A434F
Complementary color
Monochromatic Colors of #5A434F
Black with #5A434F
Text Example
Text Example
White with #5A434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A434F; }
p { color: rgb(90,67,79); }
H1.HeaderClassName
{
color: #5A434F;
}
.AnyTagClassName
{
color: #5A434F;
}
</style>
background-color css
<style>
a { background-color: #5A434F; }
a { background-color: rgb(90,67,79); }
div.DivClassName
{
background-color: #5A434F;
}
.BgClassName
{
background-color: #5A434F;
}
</style>
border-color css
<style>
span { border-color: #5A434F; }
span { border-color: rgb(90,67,79); }
td.TdClassName
{
border-color: #5A434F;
}
.TagClassName
{
border-color: #5A434F;
}
</style>