#56A685

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

Shades of Patina #56A685

Tints of Patina #56A685

Color information

#56A685 (or 0x56A685) is unknown color: approx Patina. HEX triplet: 56, A6 and 85. RGB value is (86,166,133). Sum of RGB (Red+Green+Blue) = 86+166+133=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #56A685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A685 is #A9597A. Grayscale: #8A8A8A. Windows color (decimal): -11098491 or 8758870. OLE color: 8758870.

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

Color convert

RGB86166133-
CMYK0.4800.200.35
HSL155.25º31.75%49.41%-
HSV(B)155.25º48.19%65.1%-
XYZ21.7130.9427.02-
YUV138.3212590.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=22.34%
G=43.12%
B=34.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861661330.4800.200.35155.2531.7549.41
Hex56A68530014239b2031
Octal12624620560024432334061
Binary1010110101001101000010111000001010010001110011011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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