COLOR #59A590

HEX: #59A590 RGB: (89,165,144)

Color info

#59A590 contains mainly green and blue colors. Web safe color of #59A590 is #669999 (or #699).

RGB color model

#59A590 color RGB value is (89,165,144).

RGB: (89,165,144) (35%, 65%, 56%)

RGB channels and saturation

R 89 of 255 = 35%
G 165 of 255 = 65%
B 144 of 255 = 56%

89
165
144

R + G + B ~ 52%. #59A590 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 165 + 144 = 398 (100%)
R 89 of 398 ~ 22.36%
G 165 of 398 ~ 41.46%
B 144 of 398 ~ 36.18'%

%22.36
%41.46
%36.18

CMYK color model

#59A590 color CMYK value is (46,0,13,35).

  • cyan value is 46.06%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (46,0,13,35)
C46M0Y13K35 (46%, 0%, 13%, 35%)
(0.46 / 0.00 / 0.13 / 0.35)

CMYK percentages

%46.06
%0
%12.73
%35.29

Codes

Color #59A590 in popluar color models

59 A5 90
RGB 89 165 144
HSL 163° 29.92% 49.80%
HSB/HSV 163° 46.06% 64.71%
CMYK 46.06% 0.00% 12.73%
35.29%

Color #59A590 in popluar number systems.

HEX 59 A5 90
Decimal 89 165 144
Binary 1011001 10100101 10010000
Octal 131 245 220

Shades and tints

Shades of #59A590

#59A590
(89,165,144)
#519683
(81,150,131)
#498776
(73,135,118)
#417869
(65,120,105)
#39695C
(57,105,92)
#315A4F
(49,90,79)
#294B42
(41,75,66)
#213C35
(33,60,53)
#192D28
(25,45,40)
#111E1B
(17,30,27)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #59A590

#59A590
(89,165,144)
#68AD9A
(104,173,154)
#77B5A4
(119,181,164)
#86BDAE
(134,189,174)
#95C5B8
(149,197,184)
#A4CDC2
(164,205,194)
#B3D5CC
(179,213,204)
#C2DDD6
(194,221,214)
#D1E5E0
(209,229,224)
#E0EDEA
(224,237,234)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A590 color. Also use rgb(89,165,144) instead hex code.

Text Font Color

.myTextColor { color: #59A590; }

<p style="color:#59A590">This sample text font color is #59A590.</p>

This text font color is #59A590.

Background Color

.myBgColor { background-color: #59A590; }

<div style="background-color:#59A590">Inner text</div>

This div background color is #59A590.

Border color

.myBorderColor { border: 1px solid #59A590; }

<div style="border:3px solid #59A590">Div</div>

This div border color is #59A590.

Opacity

.myOpacity80 { color: #59A590; opacity: 0.8; }

<p style="color:#59A590;opacity:0.8;">80%</p>

Text with #59A590 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #59A590;}

<p style="text-shadow: 3px 3px 1px #59A590">Text here.</p>

This text has shadow with #59A590 color.


.textShadow {text-shadow: 3px 3px 1px #59A590', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #59A590, 5px 5px 20px red">Text here.</p>

This text has shadow with #59A590 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59A590, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#59A590, Direction=45, Strength=4)">Text</p>

This text has shadow with #59A590 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59A590;
-webkit-box-shadow: 1px 1px 3px 2px #59A590;
box-shadow: 1px 1px 3px 2px #59A590;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59A590; -webkit-box-shadow: 1px 1px 3px 2px #59A590; box-shadow:1px 1px 3px 2px #59A590;">
Div content here
</div>

This div box has shadow with color #59A590.

Preview

Color preview on black background

This text has color #59A590 on black background.


Color preview on white background

This text has color #59A590 on white background.


Black color preview on #59A590 background

This text has black color on #59A590 background.


White color preview on #59A590 background

This text has white color on #59A590 background.


Related colors

Complementary color

Complementary color for #hex is #A65A6F.


I love getcolorcode.com

Triadic colors

1 #9059A5 and #A59059 with #59A590 are triadic colors.

2 #90A559 and #A55990 with #59A590 are triadic colors.