Shades of Verdigris #575842
Tints of Verdigris #575842
RGB
CMYK
RGB Variations
Color information
#575842 (or 0x575842) is known color: Verdigris. HEX triplet: 57, 58 and 42. RGB value is (87,88,66). Sum of RGB (Red+Green+Blue) = 87+88+66=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #575842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575842 is #A8A7BD. Grayscale: #555555. Windows color (decimal): -11052990 or 4347991. OLE color: 4347991.
HSL color Cylindrical-coordinate representation of color #575842: hue angle of 62.73º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #575842 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 66 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.65 |
| HSL | 62.73º | 0.14% | 0.3% | - |
| HSV(B) | 62.73º | 0.25% | 0.35% | - |
| XYZ | 8.4 | 9.4 | 6.53 | - |
| YUV | 85.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 66 | 0.01 | 0 | 0.25 | 0.65 | 62.73 | 0.14 | 0.3 |
| Hex | 57 | 58 | 42 | 1 | 0 | 19 | 41 | 3F | E | 1E |
| Octal | 127 | 130 | 102 | 1 | 0 | 31 | 101 | 77 | 16 | 36 |
| Binary | 1010111 | 1011000 | 1000010 | 1 | 0 | 11001 | 1000001 | 111111 | 1110 | 11110 |
Color Harmonies of #575842
Complementary color
Monochromatic Colors of #575842
Black with #575842
Text Example
Text Example
White with #575842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575842; }
p { color: rgb(87,88,66); }
H1.HeaderClassName
{
color: #575842;
}
.AnyTagClassName
{
color: #575842;
}
</style>
background-color css
<style>
a { background-color: #575842; }
a { background-color: rgb(87,88,66); }
div.DivClassName
{
background-color: #575842;
}
.BgClassName
{
background-color: #575842;
}
</style>
border-color css
<style>
span { border-color: #575842; }
span { border-color: rgb(87,88,66); }
td.TdClassName
{
border-color: #575842;
}
.TagClassName
{
border-color: #575842;
}
</style>