#56A587

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

Shades of Patina #56A587

Tints of Patina #56A587

Color information

#56A587 (or 0x56A587) is unknown color: approx Patina. HEX triplet: 56, A5 and 87. RGB value is (86,165,135). Sum of RGB (Red+Green+Blue) = 86+165+135=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #56A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A587 is #A95A78. Grayscale: #8A8A8A. Windows color (decimal): -11098745 or 8889686. OLE color: 8889686.

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

Color convert

RGB86165135-
CMYK0.4800.180.35
HSL157.22º31.47%49.22%-
HSV(B)157.22º47.88%64.71%-
XYZ21.6730.6427.69-
YUV137.96126.3390.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.28%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=22.28%
G=42.75%
B=34.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651350.4800.180.35157.2231.4749.22
Hex56A58730012239d1f31
Octal12624520760022432353761
Binary101011010100101100001111100000100101000111001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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