#56A188

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

Shades of Patina #56A188

Tints of Patina #56A188

Color information

#56A188 (or 0x56A188) is unknown color: approx Patina. HEX triplet: 56, A1 and 88. RGB value is (86,161,136). Sum of RGB (Red+Green+Blue) = 86+161+136=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #56A188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A188 is #A95E77. Grayscale: #878787. Windows color (decimal): -11099768 or 8954198. OLE color: 8954198.

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

Color convert

RGB86161136-
CMYK0.4700.160.37
HSL160º30.36%48.43%-
HSV(B)160º46.58%63.14%-
XYZ21.0329.2527.83-
YUV135.72128.1592.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=22.45%
G=42.04%
B=35.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861611360.4700.160.3716030.3648.43
Hex56A1882F01025a01e30
Octal12624121057020452403660
Binary101011010100001100010001011110100001001011010000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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