Shades of Verdigris #58593A
Tints of Verdigris #58593A
RGB
CMYK
RGB Variations
Color information
#58593A (or 0x58593A) is known color: Verdigris. HEX triplet: 58, 59 and 3A. RGB value is (88,89,58). Sum of RGB (Red+Green+Blue) = 88+89+58=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #58593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58593A is #A7A6C5. Grayscale: #555555. Windows color (decimal): -10987206 or 3823960. OLE color: 3823960.
HSL color Cylindrical-coordinate representation of color #58593A: hue angle of 61.94º 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 #58593A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 58 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.65 |
| HSL | 61.94º | 0.21% | 0.29% | - |
| HSV(B) | 61.94º | 0.35% | 0.35% | - |
| XYZ | 8.36 | 9.52 | 5.4 | - |
| YUV | 85.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 58 | 0.01 | 0 | 0.35 | 0.65 | 61.94 | 0.21 | 0.29 |
| Hex | 58 | 59 | 3A | 1 | 0 | 23 | 41 | 3E | 15 | 1D |
| Octal | 130 | 131 | 72 | 1 | 0 | 43 | 101 | 76 | 25 | 35 |
| Binary | 1011000 | 1011001 | 111010 | 1 | 0 | 100011 | 1000001 | 111110 | 10101 | 11101 |
Color Harmonies of #58593A
Complementary color
Monochromatic Colors of #58593A
Black with #58593A
Text Example
Text Example
White with #58593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58593A; }
p { color: rgb(88,89,58); }
H1.HeaderClassName
{
color: #58593A;
}
.AnyTagClassName
{
color: #58593A;
}
</style>
background-color css
<style>
a { background-color: #58593A; }
a { background-color: rgb(88,89,58); }
div.DivClassName
{
background-color: #58593A;
}
.BgClassName
{
background-color: #58593A;
}
</style>
border-color css
<style>
span { border-color: #58593A; }
span { border-color: rgb(88,89,58); }
td.TdClassName
{
border-color: #58593A;
}
.TagClassName
{
border-color: #58593A;
}
</style>