Shades of Verdigris #575840
Tints of Verdigris #575840
RGB
CMYK
RGB Variations
Color information
#575840 (or 0x575840) is known color: Verdigris. HEX triplet: 57, 58 and 40. RGB value is (87,88,64). Sum of RGB (Red+Green+Blue) = 87+88+64=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #575840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575840 is #A8A7BF. Grayscale: #555555. Windows color (decimal): -11052992 or 4216919. OLE color: 4216919.
HSL color Cylindrical-coordinate representation of color #575840: hue angle of 62.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575840 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 64 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.65 |
| HSL | 62.5º | 0.16% | 0.3% | - |
| HSV(B) | 62.5º | 0.27% | 0.35% | - |
| XYZ | 8.35 | 9.38 | 6.22 | - |
| YUV | 84.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 64 | 0.01 | 0 | 0.27 | 0.65 | 62.5 | 0.16 | 0.3 |
| Hex | 57 | 58 | 40 | 1 | 0 | 1B | 41 | 3F | 10 | 1E |
| Octal | 127 | 130 | 100 | 1 | 0 | 33 | 101 | 77 | 20 | 36 |
| Binary | 1010111 | 1011000 | 1000000 | 1 | 0 | 11011 | 1000001 | 111111 | 10000 | 11110 |
Color Harmonies of #575840
Complementary color
Monochromatic Colors of #575840
Black with #575840
Text Example
Text Example
White with #575840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575840; }
p { color: rgb(87,88,64); }
H1.HeaderClassName
{
color: #575840;
}
.AnyTagClassName
{
color: #575840;
}
</style>
background-color css
<style>
a { background-color: #575840; }
a { background-color: rgb(87,88,64); }
div.DivClassName
{
background-color: #575840;
}
.BgClassName
{
background-color: #575840;
}
</style>
border-color css
<style>
span { border-color: #575840; }
span { border-color: rgb(87,88,64); }
td.TdClassName
{
border-color: #575840;
}
.TagClassName
{
border-color: #575840;
}
</style>