Shades of Verdigris #5A593C
Tints of Verdigris #5A593C
RGB
CMYK
RGB Variations
Color information
#5A593C (or 0x5A593C) is known color: Verdigris. HEX triplet: 5A, 59 and 3C. RGB value is (90,89,60). Sum of RGB (Red+Green+Blue) = 90+89+60=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A593C is #A5A6C3. Grayscale: #565656. Windows color (decimal): -10856132 or 3955034. OLE color: 3955034.
HSL color Cylindrical-coordinate representation of color #5A593C: hue angle of 58º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A593C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 60 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.65 |
| HSL | 58º | 0.2% | 0.29% | - |
| HSV(B) | 58º | 0.33% | 0.35% | - |
| XYZ | 8.6 | 9.64 | 5.68 | - |
| YUV | 85.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 60 | 0 | 0.01 | 0.33 | 0.65 | 58 | 0.2 | 0.29 |
| Hex | 5A | 59 | 3C | 0 | 1 | 21 | 41 | 3A | 14 | 1D |
| Octal | 132 | 131 | 74 | 0 | 1 | 41 | 101 | 72 | 24 | 35 |
| Binary | 1011010 | 1011001 | 111100 | 0 | 1 | 100001 | 1000001 | 111010 | 10100 | 11101 |
Color Harmonies of #5A593C
Complementary color
Monochromatic Colors of #5A593C
Black with #5A593C
Text Example
Text Example
White with #5A593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A593C; }
p { color: rgb(90,89,60); }
H1.HeaderClassName
{
color: #5A593C;
}
.AnyTagClassName
{
color: #5A593C;
}
</style>
background-color css
<style>
a { background-color: #5A593C; }
a { background-color: rgb(90,89,60); }
div.DivClassName
{
background-color: #5A593C;
}
.BgClassName
{
background-color: #5A593C;
}
</style>
border-color css
<style>
span { border-color: #5A593C; }
span { border-color: rgb(90,89,60); }
td.TdClassName
{
border-color: #5A593C;
}
.TagClassName
{
border-color: #5A593C;
}
</style>