Shades of Verdigris #59573A
Tints of Verdigris #59573A
RGB
CMYK
RGB Variations
Color information
#59573A (or 0x59573A) is known color: Verdigris. HEX triplet: 59, 57 and 3A. RGB value is (89,87,58). Sum of RGB (Red+Green+Blue) = 89+87+58=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59573A is #A6A8C5. Grayscale: #545454. Windows color (decimal): -10922182 or 3823449. OLE color: 3823449.
HSL color Cylindrical-coordinate representation of color #59573A: hue angle of 56.13º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59573A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 58 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.65 |
| HSL | 56.13º | 0.21% | 0.29% | - |
| HSV(B) | 56.13º | 0.35% | 0.35% | - |
| XYZ | 8.29 | 9.25 | 5.35 | - |
| YUV | 84.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 58 | 0 | 0.02 | 0.35 | 0.65 | 56.13 | 0.21 | 0.29 |
| Hex | 59 | 57 | 3A | 0 | 2 | 23 | 41 | 38 | 15 | 1D |
| Octal | 131 | 127 | 72 | 0 | 2 | 43 | 101 | 70 | 25 | 35 |
| Binary | 1011001 | 1010111 | 111010 | 0 | 10 | 100011 | 1000001 | 111000 | 10101 | 11101 |
Color Harmonies of #59573A
Complementary color
Monochromatic Colors of #59573A
Black with #59573A
Text Example
Text Example
White with #59573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59573A; }
p { color: rgb(89,87,58); }
H1.HeaderClassName
{
color: #59573A;
}
.AnyTagClassName
{
color: #59573A;
}
</style>
background-color css
<style>
a { background-color: #59573A; }
a { background-color: rgb(89,87,58); }
div.DivClassName
{
background-color: #59573A;
}
.BgClassName
{
background-color: #59573A;
}
</style>
border-color css
<style>
span { border-color: #59573A; }
span { border-color: rgb(89,87,58); }
td.TdClassName
{
border-color: #59573A;
}
.TagClassName
{
border-color: #59573A;
}
</style>