#56A58C

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

Shades of Patina #56A58C

Tints of Patina #56A58C

Color information

#56A58C (or 0x56A58C) is unknown color: approx Patina. HEX triplet: 56, A5 and 8C. RGB value is (86,165,140). Sum of RGB (Red+Green+Blue) = 86+165+140=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #56A58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A58C is #A95A73. Grayscale: #8A8A8A. Windows color (decimal): -11098740 or 9217366. OLE color: 9217366.

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

Color convert

RGB86165140-
CMYK0.4800.150.35
HSL161.01º31.47%49.22%-
HSV(B)161.01º47.88%64.71%-
XYZ22.0330.7829.59-
YUV138.53128.8390.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=21.99%
G=42.20%
B=35.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651400.4800.150.35161.0131.4749.22
Hex56A58C300F23a11f31
Octal12624521460017432413761
Binary10101101010010110001100110000011111000111010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,165,140); }

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

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

 a { background-color: rgb(86,165,140); }

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

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

 span { border-color: rgb(86,165,140); }

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