Shades of Verdigris #57573C
Tints of Verdigris #57573C
RGB
CMYK
RGB Variations
Color information
#57573C (or 0x57573C) is known color: Verdigris. HEX triplet: 57, 57 and 3C. RGB value is (87,87,60). Sum of RGB (Red+Green+Blue) = 87+87+60=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57573C is #A8A8C3. Grayscale: #545454. Windows color (decimal): -11053252 or 3954519. OLE color: 3954519.
HSL color Cylindrical-coordinate representation of color #57573C: hue angle of 60º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57573C is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 87 | 60 | - |
| CMYK | 0 | 0 | 0.31 | 0.66 |
| HSL | 60º | 0.18% | 0.29% | - |
| HSV(B) | 60º | 0.31% | 0.34% | - |
| XYZ | 8.15 | 9.17 | 5.61 | - |
| YUV | 83.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 60 | 0 | 0 | 0.31 | 0.66 | 60 | 0.18 | 0.29 |
| Hex | 57 | 57 | 3C | 0 | 0 | 1F | 42 | 3C | 12 | 1D |
| Octal | 127 | 127 | 74 | 0 | 0 | 37 | 102 | 74 | 22 | 35 |
| Binary | 1010111 | 1010111 | 111100 | 0 | 0 | 11111 | 1000010 | 111100 | 10010 | 11101 |
Color Harmonies of #57573C
Complementary color
Monochromatic Colors of #57573C
Black with #57573C
Text Example
Text Example
White with #57573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57573C; }
p { color: rgb(87,87,60); }
H1.HeaderClassName
{
color: #57573C;
}
.AnyTagClassName
{
color: #57573C;
}
</style>
background-color css
<style>
a { background-color: #57573C; }
a { background-color: rgb(87,87,60); }
div.DivClassName
{
background-color: #57573C;
}
.BgClassName
{
background-color: #57573C;
}
</style>
border-color css
<style>
span { border-color: #57573C; }
span { border-color: rgb(87,87,60); }
td.TdClassName
{
border-color: #57573C;
}
.TagClassName
{
border-color: #57573C;
}
</style>