Shades of Verdigris #57563C
Tints of Verdigris #57563C
RGB
CMYK
RGB Variations
Color information
#57563C (or 0x57563C) is known color: Verdigris. HEX triplet: 57, 56 and 3C. RGB value is (87,86,60). Sum of RGB (Red+Green+Blue) = 87+86+60=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #57563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57563C is #A8A9C3. Grayscale: #535353. Windows color (decimal): -11053508 or 3954263. OLE color: 3954263.
HSL color Cylindrical-coordinate representation of color #57563C: hue angle of 57.78º 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 #57563C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 60 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.66 |
| HSL | 57.78º | 0.18% | 0.29% | - |
| HSV(B) | 57.78º | 0.31% | 0.34% | - |
| XYZ | 8.07 | 9.01 | 5.59 | - |
| YUV | 83.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 60 | 0 | 0.01 | 0.31 | 0.66 | 57.78 | 0.18 | 0.29 |
| Hex | 57 | 56 | 3C | 0 | 1 | 1F | 42 | 3A | 12 | 1D |
| Octal | 127 | 126 | 74 | 0 | 1 | 37 | 102 | 72 | 22 | 35 |
| Binary | 1010111 | 1010110 | 111100 | 0 | 1 | 11111 | 1000010 | 111010 | 10010 | 11101 |
Color Harmonies of #57563C
Complementary color
Monochromatic Colors of #57563C
Black with #57563C
Text Example
Text Example
White with #57563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57563C; }
p { color: rgb(87,86,60); }
H1.HeaderClassName
{
color: #57563C;
}
.AnyTagClassName
{
color: #57563C;
}
</style>
background-color css
<style>
a { background-color: #57563C; }
a { background-color: rgb(87,86,60); }
div.DivClassName
{
background-color: #57563C;
}
.BgClassName
{
background-color: #57563C;
}
</style>
border-color css
<style>
span { border-color: #57563C; }
span { border-color: rgb(87,86,60); }
td.TdClassName
{
border-color: #57563C;
}
.TagClassName
{
border-color: #57563C;
}
</style>