#56A385

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

Shades of Patina #56A385

Tints of Patina #56A385

Color information

#56A385 (or 0x56A385) is unknown color: approx Patina. HEX triplet: 56, A3 and 85. RGB value is (86,163,133). Sum of RGB (Red+Green+Blue) = 86+163+133=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #56A385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A385 is #A95C7A. Grayscale: #888888. Windows color (decimal): -11099259 or 8758102. OLE color: 8758102.

HSL color Cylindrical-coordinate representation of color #56A385: hue angle of 156.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A385 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB86163133-
CMYK0.4700.180.36
HSL156.62º30.92%48.82%-
HSV(B)156.62º47.24%63.92%-
XYZ21.1729.8726.84-
YUV136.56125.9991.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.51%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 133 (52.34% from 255) = 34.82%
R=22.51%
G=42.67%
B=34.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861631330.4700.180.36156.6230.9248.82
Hex56A3852F012249d1f31
Octal12624320557022442353761
Binary101011010100011100001011011110100101001001001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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