Shades of Verdigris #58593D
Tints of Verdigris #58593D
RGB
CMYK
RGB Variations
Color information
#58593D (or 0x58593D) is known color: Verdigris. HEX triplet: 58, 59 and 3D. RGB value is (88,89,61). Sum of RGB (Red+Green+Blue) = 88+89+61=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #58593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58593D is #A7A6C2. Grayscale: #555555. Windows color (decimal): -10987203 or 4020568. OLE color: 4020568.
HSL color Cylindrical-coordinate representation of color #58593D: hue angle of 62.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58593D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 61 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.65 |
| HSL | 62.14º | 0.19% | 0.29% | - |
| HSV(B) | 62.14º | 0.31% | 0.35% | - |
| XYZ | 8.44 | 9.56 | 5.81 | - |
| YUV | 85.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 61 | 0.01 | 0 | 0.31 | 0.65 | 62.14 | 0.19 | 0.29 |
| Hex | 58 | 59 | 3D | 1 | 0 | 1F | 41 | 3E | 13 | 1D |
| Octal | 130 | 131 | 75 | 1 | 0 | 37 | 101 | 76 | 23 | 35 |
| Binary | 1011000 | 1011001 | 111101 | 1 | 0 | 11111 | 1000001 | 111110 | 10011 | 11101 |
Color Harmonies of #58593D
Complementary color
Monochromatic Colors of #58593D
Black with #58593D
Text Example
Text Example
White with #58593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58593D; }
p { color: rgb(88,89,61); }
H1.HeaderClassName
{
color: #58593D;
}
.AnyTagClassName
{
color: #58593D;
}
</style>
background-color css
<style>
a { background-color: #58593D; }
a { background-color: rgb(88,89,61); }
div.DivClassName
{
background-color: #58593D;
}
.BgClassName
{
background-color: #58593D;
}
</style>
border-color css
<style>
span { border-color: #58593D; }
span { border-color: rgb(88,89,61); }
td.TdClassName
{
border-color: #58593D;
}
.TagClassName
{
border-color: #58593D;
}
</style>