Shades of Verdigris #58593B
Tints of Verdigris #58593B
RGB
CMYK
RGB Variations
Color information
#58593B (or 0x58593B) is known color: Verdigris. HEX triplet: 58, 59 and 3B. RGB value is (88,89,59). Sum of RGB (Red+Green+Blue) = 88+89+59=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #58593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58593B is #A7A6C4. Grayscale: #555555. Windows color (decimal): -10987205 or 3889496. OLE color: 3889496.
HSL color Cylindrical-coordinate representation of color #58593B: hue angle of 62º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58593B is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 59 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.65 |
| HSL | 62º | 0.2% | 0.29% | - |
| HSV(B) | 62º | 0.34% | 0.35% | - |
| XYZ | 8.39 | 9.54 | 5.54 | - |
| YUV | 85.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 59 | 0.01 | 0 | 0.34 | 0.65 | 62 | 0.2 | 0.29 |
| Hex | 58 | 59 | 3B | 1 | 0 | 22 | 41 | 3E | 14 | 1D |
| Octal | 130 | 131 | 73 | 1 | 0 | 42 | 101 | 76 | 24 | 35 |
| Binary | 1011000 | 1011001 | 111011 | 1 | 0 | 100010 | 1000001 | 111110 | 10100 | 11101 |
Color Harmonies of #58593B
Complementary color
Monochromatic Colors of #58593B
Black with #58593B
Text Example
Text Example
White with #58593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58593B; }
p { color: rgb(88,89,59); }
H1.HeaderClassName
{
color: #58593B;
}
.AnyTagClassName
{
color: #58593B;
}
</style>
background-color css
<style>
a { background-color: #58593B; }
a { background-color: rgb(88,89,59); }
div.DivClassName
{
background-color: #58593B;
}
.BgClassName
{
background-color: #58593B;
}
</style>
border-color css
<style>
span { border-color: #58593B; }
span { border-color: rgb(88,89,59); }
td.TdClassName
{
border-color: #58593B;
}
.TagClassName
{
border-color: #58593B;
}
</style>