#56A084

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

Shades of Patina #56A084

Tints of Patina #56A084

Color information

#56A084 (or 0x56A084) is unknown color: approx Patina. HEX triplet: 56, A0 and 84. RGB value is (86,160,132). Sum of RGB (Red+Green+Blue) = 86+160+132=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #56A084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A084 is #A95F7B. Grayscale: #868686. Windows color (decimal): -11100028 or 8691798. OLE color: 8691798.

HSL color Cylindrical-coordinate representation of color #56A084: hue angle of 157.3º 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 #56A084 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB86160132-
CMYK0.4600.170.37
HSL157.3º30.08%48.24%-
HSV(B)157.3º46.25%62.75%-
XYZ20.5728.7926.3-
YUV134.68126.4893.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=22.75%
G=42.33%
B=34.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861601320.4600.170.37157.330.0848.24
Hex56A0842E011259d1e30
Octal12624020456021452353660
Binary101011010100000100001001011100100011001011001110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,160,132); }

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

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

 a { background-color: rgb(86,160,132); }

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

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

 span { border-color: rgb(86,160,132); }

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