Shades of Verdigris #56563E
Tints of Verdigris #56563E
RGB
CMYK
RGB Variations
Color information
#56563E (or 0x56563E) is known color: Verdigris. HEX triplet: 56, 56 and 3E. RGB value is (86,86,62). Sum of RGB (Red+Green+Blue) = 86+86+62=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56563E is #A9A9C1. Grayscale: #535353. Windows color (decimal): -11119042 or 4085334. OLE color: 4085334.
HSL color Cylindrical-coordinate representation of color #56563E: hue angle of 60º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56563E is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 62 | - |
| CMYK | 0 | 0 | 0.28 | 0.66 |
| HSL | 60º | 0.16% | 0.29% | - |
| HSV(B) | 60º | 0.28% | 0.34% | - |
| XYZ | 8.04 | 8.98 | 5.87 | - |
| YUV | 83.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 62 | 0 | 0 | 0.28 | 0.66 | 60 | 0.16 | 0.29 |
| Hex | 56 | 56 | 3E | 0 | 0 | 1C | 42 | 3C | 10 | 1D |
| Octal | 126 | 126 | 76 | 0 | 0 | 34 | 102 | 74 | 20 | 35 |
| Binary | 1010110 | 1010110 | 111110 | 0 | 0 | 11100 | 1000010 | 111100 | 10000 | 11101 |
Color Harmonies of #56563E
Complementary color
Monochromatic Colors of #56563E
Black with #56563E
Text Example
Text Example
White with #56563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56563E; }
p { color: rgb(86,86,62); }
H1.HeaderClassName
{
color: #56563E;
}
.AnyTagClassName
{
color: #56563E;
}
</style>
background-color css
<style>
a { background-color: #56563E; }
a { background-color: rgb(86,86,62); }
div.DivClassName
{
background-color: #56563E;
}
.BgClassName
{
background-color: #56563E;
}
</style>
border-color css
<style>
span { border-color: #56563E; }
span { border-color: rgb(86,86,62); }
td.TdClassName
{
border-color: #56563E;
}
.TagClassName
{
border-color: #56563E;
}
</style>