Shades of Patina #56A484
Tints of Patina #56A484
RGB
CMYK
RGB Variations
Color information
#56A484 (or 0x56A484) is known color: Patina. HEX triplet: 56, A4 and 84. RGB value is (86,164,132). Sum of RGB (Red+Green+Blue) = 86+164+132=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #56A484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A484 is #A95B7B. Grayscale: #898989. Windows color (decimal): -11099004 or 8692822. OLE color: 8692822.
HSL color Cylindrical-coordinate representation of color #56A484: hue angle of 155.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A484 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 164 | 132 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.36 |
| HSL | 155.38º | 0.31% | 0.49% | - |
| HSV(B) | 155.38º | 0.48% | 0.64% | - |
| XYZ | 21.28 | 30.2 | 26.54 | - |
| YUV | 137.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 164 | 132 | 0.48 | 0 | 0.20 | 0.36 | 155.38 | 0.31 | 0.49 |
| Hex | 56 | A4 | 84 | 30 | 0 | 14 | 24 | 9B | 1F | 31 |
| Octal | 126 | 244 | 204 | 60 | 0 | 24 | 44 | 233 | 37 | 61 |
| Binary | 1010110 | 10100100 | 10000100 | 110000 | 0 | 10100 | 100100 | 10011011 | 11111 | 110001 |
Color Harmonies of #56A484
Complementary color
Monochromatic Colors of #56A484
Black with #56A484
Text Example
Text Example
White with #56A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A484; }
p { color: rgb(86,164,132); }
H1.HeaderClassName
{
color: #56A484;
}
.AnyTagClassName
{
color: #56A484;
}
</style>
background-color css
<style>
a { background-color: #56A484; }
a { background-color: rgb(86,164,132); }
div.DivClassName
{
background-color: #56A484;
}
.BgClassName
{
background-color: #56A484;
}
</style>
border-color css
<style>
span { border-color: #56A484; }
span { border-color: rgb(86,164,132); }
td.TdClassName
{
border-color: #56A484;
}
.TagClassName
{
border-color: #56A484;
}
</style>