Shades of Patina #56A08B
Tints of Patina #56A08B
RGB
CMYK
RGB Variations
Color information
#56A08B (or 0x56A08B) is known color: Patina. HEX triplet: 56, A0 and 8B. RGB value is (86,160,139). Sum of RGB (Red+Green+Blue) = 86+160+139=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #56A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A08B is #A95F74. Grayscale: #878787. Windows color (decimal): -11100021 or 9150550. OLE color: 9150550.
HSL color Cylindrical-coordinate representation of color #56A08B: hue angle of 162.97º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56A08B is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 139 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.37 |
| HSL | 162.97º | 0.3% | 0.48% | - |
| HSV(B) | 162.97º | 0.46% | 0.63% | - |
| XYZ | 21.07 | 28.98 | 28.91 | - |
| YUV | 135.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 139 | 0.46 | 0 | 0.13 | 0.37 | 162.97 | 0.3 | 0.48 |
| Hex | 56 | A0 | 8B | 2E | 0 | D | 25 | A3 | 1E | 30 |
| Octal | 126 | 240 | 213 | 56 | 0 | 15 | 45 | 243 | 36 | 60 |
| Binary | 1010110 | 10100000 | 10001011 | 101110 | 0 | 1101 | 100101 | 10100011 | 11110 | 110000 |
Color Harmonies of #56A08B
Complementary color
Monochromatic Colors of #56A08B
Black with #56A08B
Text Example
Text Example
White with #56A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A08B; }
p { color: rgb(86,160,139); }
H1.HeaderClassName
{
color: #56A08B;
}
.AnyTagClassName
{
color: #56A08B;
}
</style>
background-color css
<style>
a { background-color: #56A08B; }
a { background-color: rgb(86,160,139); }
div.DivClassName
{
background-color: #56A08B;
}
.BgClassName
{
background-color: #56A08B;
}
</style>
border-color css
<style>
span { border-color: #56A08B; }
span { border-color: rgb(86,160,139); }
td.TdClassName
{
border-color: #56A08B;
}
.TagClassName
{
border-color: #56A08B;
}
</style>