Shades of Verdigris #57583D
Tints of Verdigris #57583D
RGB
CMYK
RGB Variations
Color information
#57583D (or 0x57583D) is known color: Verdigris. HEX triplet: 57, 58 and 3D. RGB value is (87,88,61). Sum of RGB (Red+Green+Blue) = 87+88+61=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #57583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57583D is #A8A7C2. Grayscale: #545454. Windows color (decimal): -11052995 or 4020311. OLE color: 4020311.
HSL color Cylindrical-coordinate representation of color #57583D: hue angle of 62.22º degrees, saturation: 0.18, 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 #57583D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 61 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.65 |
| HSL | 62.22º | 0.18% | 0.29% | - |
| HSV(B) | 62.22º | 0.31% | 0.35% | - |
| XYZ | 8.26 | 9.34 | 5.78 | - |
| YUV | 84.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 61 | 0.01 | 0 | 0.31 | 0.65 | 62.22 | 0.18 | 0.29 |
| Hex | 57 | 58 | 3D | 1 | 0 | 1F | 41 | 3E | 12 | 1D |
| Octal | 127 | 130 | 75 | 1 | 0 | 37 | 101 | 76 | 22 | 35 |
| Binary | 1010111 | 1011000 | 111101 | 1 | 0 | 11111 | 1000001 | 111110 | 10010 | 11101 |
Color Harmonies of #57583D
Complementary color
Monochromatic Colors of #57583D
Black with #57583D
Text Example
Text Example
White with #57583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57583D; }
p { color: rgb(87,88,61); }
H1.HeaderClassName
{
color: #57583D;
}
.AnyTagClassName
{
color: #57583D;
}
</style>
background-color css
<style>
a { background-color: #57583D; }
a { background-color: rgb(87,88,61); }
div.DivClassName
{
background-color: #57583D;
}
.BgClassName
{
background-color: #57583D;
}
</style>
border-color css
<style>
span { border-color: #57583D; }
span { border-color: rgb(87,88,61); }
td.TdClassName
{
border-color: #57583D;
}
.TagClassName
{
border-color: #57583D;
}
</style>