#56A686

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

Shades of Patina #56A686

Tints of Patina #56A686

Color information

#56A686 (or 0x56A686) is unknown color: approx Patina. HEX triplet: 56, A6 and 86. RGB value is (86,166,134). Sum of RGB (Red+Green+Blue) = 86+166+134=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #56A686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A686 is #A95979. Grayscale: #8A8A8A. Windows color (decimal): -11098490 or 8824406. OLE color: 8824406.

HSL color Cylindrical-coordinate representation of color #56A686: hue angle of 156º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A686 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB86166134-
CMYK0.4800.190.35
HSL156º31.75%49.41%-
HSV(B)156º48.19%65.1%-
XYZ21.7830.9727.38-
YUV138.43125.590.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.28%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=22.28%
G=43.01%
B=34.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861661340.4800.190.3515631.7549.41
Hex56A68630013239c2031
Octal12624620660023432344061
Binary1010110101001101000011011000001001110001110011100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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