#56A486

Color #56A486 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #56A486

Tints of Patina #56A486

Color information

#56A486 (or 0x56A486) is unknown color: approx Patina. HEX triplet: 56, A4 and 86. RGB value is (86,164,134). Sum of RGB (Red+Green+Blue) = 86+164+134=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #56A486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A486 is #A95B79. Grayscale: #898989. Windows color (decimal): -11099002 or 8823894. OLE color: 8823894.

HSL color Cylindrical-coordinate representation of color #56A486: hue angle of 156.92º 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 #56A486 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB86164134-
CMYK0.4800.180.36
HSL156.92º31.2%49.02%-
HSV(B)156.92º47.56%64.31%-
XYZ21.4230.2527.26-
YUV137.26126.1691.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 22.40%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=22.40%
G=42.71%
B=34.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641340.4800.180.36156.9231.249.02
Hex56A48630012249d1f31
Octal12624420660022442353761
Binary101011010100100100001101100000100101001001001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A486; }

 p { color: rgb(86,164,134); }

 H1.HeaderClassName
 {
   color: #56A486;
 }
 .AnyTagClassName
 {
   color: #56A486;
 }
</style>
background-color css

<style>
 a { background-color: #56A486; }

 a { background-color: rgb(86,164,134); }

 div.DivClassName
 {
   background-color: #56A486;
 }
 .BgClassName
 {
   background-color: #56A486;
 }
</style>
border-color css

<style>
 span { border-color: #56A486; }

 span { border-color: rgb(86,164,134); }

 td.TdClassName
 {
   border-color: #56A486;
 }
 .TagClassName
 {
   border-color: #56A486;
 }
</style>