#56A189

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

Shades of Patina #56A189

Tints of Patina #56A189

Color information

#56A189 (or 0x56A189) is unknown color: approx Patina. HEX triplet: 56, A1 and 89. RGB value is (86,161,137). Sum of RGB (Red+Green+Blue) = 86+161+137=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #56A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A189 is #A95E76. Grayscale: #878787. Windows color (decimal): -11099767 or 9019734. OLE color: 9019734.

HSL color Cylindrical-coordinate representation of color #56A189: hue angle of 160.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A189 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB86161137-
CMYK0.4700.150.37
HSL160.8º30.36%48.43%-
HSV(B)160.8º46.58%63.14%-
XYZ21.129.2728.21-
YUV135.84128.6592.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.40%
GREEN value IS 161 (63.28% from 255) = 41.93%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=22.40%
G=41.93%
B=35.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861611370.4700.150.37160.830.3648.43
Hex56A1892F0F25a11e30
Octal12624121157017452413660
Binary10101101010000110001001101111011111001011010000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,161,137); }

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

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

 a { background-color: rgb(86,161,137); }

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

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

 span { border-color: rgb(86,161,137); }

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