#56A48A

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

Shades of Patina #56A48A

Tints of Patina #56A48A

Color information

#56A48A (or 0x56A48A) is unknown color: approx Patina. HEX triplet: 56, A4 and 8A. RGB value is (86,164,138). Sum of RGB (Red+Green+Blue) = 86+164+138=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #56A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A48A is #A95B75. Grayscale: #898989. Windows color (decimal): -11098998 or 9086038. OLE color: 9086038.

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

Color convert

RGB86164138-
CMYK0.4800.160.36
HSL160º31.2%49.02%-
HSV(B)160º47.56%64.31%-
XYZ21.730.3628.76-
YUV137.71128.1691.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.16%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=22.16%
G=42.27%
B=35.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641380.4800.160.3616031.249.02
Hex56A48A3001024a01f31
Octal12624421260020442403761
Binary101011010100100100010101100000100001001001010000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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