#56A485

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

Shades of Patina #56A485

Tints of Patina #56A485

Color information

#56A485 (or 0x56A485) is unknown color: approx Patina. HEX triplet: 56, A4 and 85. RGB value is (86,164,133). Sum of RGB (Red+Green+Blue) = 86+164+133=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #56A485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A485 is #A95B7A. Grayscale: #898989. Windows color (decimal): -11099003 or 8758358. OLE color: 8758358.

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

Color convert

RGB86164133-
CMYK0.4800.190.36
HSL156.15º31.2%49.02%-
HSV(B)156.15º47.56%64.31%-
XYZ21.3530.2226.9-
YUV137.14125.6691.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=22.45%
G=42.82%
B=34.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641330.4800.190.36156.1531.249.02
Hex56A48530013249c1f31
Octal12624420560023442343761
Binary101011010100100100001011100000100111001001001110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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