Shades of Patina #56A28B
Tints of Patina #56A28B
RGB
CMYK
RGB Variations
Color information
#56A28B (or 0x56A28B) is known color: Patina. HEX triplet: 56, A2 and 8B. RGB value is (86,162,139). Sum of RGB (Red+Green+Blue) = 86+162+139=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #56A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A28B is #A95D74. Grayscale: #888888. Windows color (decimal): -11099509 or 9151062. OLE color: 9151062.
HSL color Cylindrical-coordinate representation of color #56A28B: hue angle of 161.84º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A28B is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 139 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.36 |
| HSL | 161.84º | 0.31% | 0.49% | - |
| HSV(B) | 161.84º | 0.47% | 0.64% | - |
| XYZ | 21.42 | 29.68 | 29.03 | - |
| YUV | 136.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 139 | 0.47 | 0 | 0.14 | 0.36 | 161.84 | 0.31 | 0.49 |
| Hex | 56 | A2 | 8B | 2F | 0 | E | 24 | A2 | 1F | 31 |
| Octal | 126 | 242 | 213 | 57 | 0 | 16 | 44 | 242 | 37 | 61 |
| Binary | 1010110 | 10100010 | 10001011 | 101111 | 0 | 1110 | 100100 | 10100010 | 11111 | 110001 |
Color Harmonies of #56A28B
Complementary color
Monochromatic Colors of #56A28B
Black with #56A28B
Text Example
Text Example
White with #56A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A28B; }
p { color: rgb(86,162,139); }
H1.HeaderClassName
{
color: #56A28B;
}
.AnyTagClassName
{
color: #56A28B;
}
</style>
background-color css
<style>
a { background-color: #56A28B; }
a { background-color: rgb(86,162,139); }
div.DivClassName
{
background-color: #56A28B;
}
.BgClassName
{
background-color: #56A28B;
}
</style>
border-color css
<style>
span { border-color: #56A28B; }
span { border-color: rgb(86,162,139); }
td.TdClassName
{
border-color: #56A28B;
}
.TagClassName
{
border-color: #56A28B;
}
</style>