Shades of Patina #56A685
Tints of Patina #56A685
RGB
CMYK
RGB Variations
Color information
#56A685 (or 0x56A685) is known color: Patina. HEX triplet: 56, A6 and 85. RGB value is (86,166,133). Sum of RGB (Red+Green+Blue) = 86+166+133=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #56A685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A685 is #A9597A. Grayscale: #8A8A8A. Windows color (decimal): -11098491 or 8758870. OLE color: 8758870.
HSL color Cylindrical-coordinate representation of color #56A685: hue angle of 155.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A685 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 166 | 133 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.35 |
| HSL | 155.25º | 0.32% | 0.49% | - |
| HSV(B) | 155.25º | 0.48% | 0.65% | - |
| XYZ | 21.71 | 30.94 | 27.02 | - |
| YUV | 138.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 166 | 133 | 0.48 | 0 | 0.20 | 0.35 | 155.25 | 0.32 | 0.49 |
| Hex | 56 | A6 | 85 | 30 | 0 | 14 | 23 | 9B | 20 | 31 |
| Octal | 126 | 246 | 205 | 60 | 0 | 24 | 43 | 233 | 40 | 61 |
| Binary | 1010110 | 10100110 | 10000101 | 110000 | 0 | 10100 | 100011 | 10011011 | 100000 | 110001 |
Color Harmonies of #56A685
Complementary color
Monochromatic Colors of #56A685
Black with #56A685
Text Example
Text Example
White with #56A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A685; }
p { color: rgb(86,166,133); }
H1.HeaderClassName
{
color: #56A685;
}
.AnyTagClassName
{
color: #56A685;
}
</style>
background-color css
<style>
a { background-color: #56A685; }
a { background-color: rgb(86,166,133); }
div.DivClassName
{
background-color: #56A685;
}
.BgClassName
{
background-color: #56A685;
}
</style>
border-color css
<style>
span { border-color: #56A685; }
span { border-color: rgb(86,166,133); }
td.TdClassName
{
border-color: #56A685;
}
.TagClassName
{
border-color: #56A685;
}
</style>