Shades of Verdigris #58573F
Tints of Verdigris #58573F
RGB
CMYK
RGB Variations
Color information
#58573F (or 0x58573F) is known color: Verdigris. HEX triplet: 58, 57 and 3F. RGB value is (88,87,63). Sum of RGB (Red+Green+Blue) = 88+87+63=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #58573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573F is #A7A8C0. Grayscale: #545454. Windows color (decimal): -10987713 or 4151128. OLE color: 4151128.
HSL color Cylindrical-coordinate representation of color #58573F: hue angle of 57.6º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58573F is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 87 | 63 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.65 |
| HSL | 57.6º | 0.17% | 0.3% | - |
| HSV(B) | 57.6º | 0.28% | 0.35% | - |
| XYZ | 8.33 | 9.25 | 6.05 | - |
| YUV | 84.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 63 | 0 | 0.01 | 0.28 | 0.65 | 57.6 | 0.17 | 0.3 |
| Hex | 58 | 57 | 3F | 0 | 1 | 1C | 41 | 3A | 11 | 1E |
| Octal | 130 | 127 | 77 | 0 | 1 | 34 | 101 | 72 | 21 | 36 |
| Binary | 1011000 | 1010111 | 111111 | 0 | 1 | 11100 | 1000001 | 111010 | 10001 | 11110 |
Color Harmonies of #58573F
Complementary color
Monochromatic Colors of #58573F
Black with #58573F
Text Example
Text Example
White with #58573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58573F; }
p { color: rgb(88,87,63); }
H1.HeaderClassName
{
color: #58573F;
}
.AnyTagClassName
{
color: #58573F;
}
</style>
background-color css
<style>
a { background-color: #58573F; }
a { background-color: rgb(88,87,63); }
div.DivClassName
{
background-color: #58573F;
}
.BgClassName
{
background-color: #58573F;
}
</style>
border-color css
<style>
span { border-color: #58573F; }
span { border-color: rgb(88,87,63); }
td.TdClassName
{
border-color: #58573F;
}
.TagClassName
{
border-color: #58573F;
}
</style>