Shades of Patina #56A786
Tints of Patina #56A786
RGB
CMYK
RGB Variations
Color information
#56A786 (or 0x56A786) is known color: Patina. HEX triplet: 56, A7 and 86. RGB value is (86,167,134). Sum of RGB (Red+Green+Blue) = 86+167+134=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #56A786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A786 is #A95879. Grayscale: #8B8B8B. Windows color (decimal): -11098234 or 8824662. OLE color: 8824662.
HSL color Cylindrical-coordinate representation of color #56A786: hue angle of 155.56º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A786 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 167 | 134 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.35 |
| HSL | 155.56º | 0.32% | 0.5% | - |
| HSV(B) | 155.56º | 0.49% | 0.65% | - |
| XYZ | 21.96 | 31.34 | 27.45 | - |
| YUV | 139.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 134 | 0.49 | 0 | 0.20 | 0.35 | 155.56 | 0.32 | 0.5 |
| Hex | 56 | A7 | 86 | 31 | 0 | 14 | 23 | 9C | 20 | 32 |
| Octal | 126 | 247 | 206 | 61 | 0 | 24 | 43 | 234 | 40 | 62 |
| Binary | 1010110 | 10100111 | 10000110 | 110001 | 0 | 10100 | 100011 | 10011100 | 100000 | 110010 |
Color Harmonies of #56A786
Complementary color
Monochromatic Colors of #56A786
Black with #56A786
Text Example
Text Example
White with #56A786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A786; }
p { color: rgb(86,167,134); }
H1.HeaderClassName
{
color: #56A786;
}
.AnyTagClassName
{
color: #56A786;
}
</style>
background-color css
<style>
a { background-color: #56A786; }
a { background-color: rgb(86,167,134); }
div.DivClassName
{
background-color: #56A786;
}
.BgClassName
{
background-color: #56A786;
}
</style>
border-color css
<style>
span { border-color: #56A786; }
span { border-color: rgb(86,167,134); }
td.TdClassName
{
border-color: #56A786;
}
.TagClassName
{
border-color: #56A786;
}
</style>