Shades of Verdigris #57583E
Tints of Verdigris #57583E
RGB
CMYK
RGB Variations
Color information
#57583E (or 0x57583E) is known color: Verdigris. HEX triplet: 57, 58 and 3E. RGB value is (87,88,62). Sum of RGB (Red+Green+Blue) = 87+88+62=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #57583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57583E is #A8A7C1. Grayscale: #545454. Windows color (decimal): -11052994 or 4085847. OLE color: 4085847.
HSL color Cylindrical-coordinate representation of color #57583E: hue angle of 62.31º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57583E is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 62 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.65 |
| HSL | 62.31º | 0.17% | 0.29% | - |
| HSV(B) | 62.31º | 0.3% | 0.35% | - |
| XYZ | 8.29 | 9.35 | 5.93 | - |
| YUV | 84.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 62 | 0.01 | 0 | 0.30 | 0.65 | 62.31 | 0.17 | 0.29 |
| Hex | 57 | 58 | 3E | 1 | 0 | 1E | 41 | 3E | 11 | 1D |
| Octal | 127 | 130 | 76 | 1 | 0 | 36 | 101 | 76 | 21 | 35 |
| Binary | 1010111 | 1011000 | 111110 | 1 | 0 | 11110 | 1000001 | 111110 | 10001 | 11101 |
Color Harmonies of #57583E
Complementary color
Monochromatic Colors of #57583E
Black with #57583E
Text Example
Text Example
White with #57583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57583E; }
p { color: rgb(87,88,62); }
H1.HeaderClassName
{
color: #57583E;
}
.AnyTagClassName
{
color: #57583E;
}
</style>
background-color css
<style>
a { background-color: #57583E; }
a { background-color: rgb(87,88,62); }
div.DivClassName
{
background-color: #57583E;
}
.BgClassName
{
background-color: #57583E;
}
</style>
border-color css
<style>
span { border-color: #57583E; }
span { border-color: rgb(87,88,62); }
td.TdClassName
{
border-color: #57583E;
}
.TagClassName
{
border-color: #57583E;
}
</style>