COLOR #59AAB5

HEX: #59AAB5 RGB: (89,170,181)

Color info

#59AAB5 contains mainly green and blue colors. Web safe color of #59AAB5 is #6699CC (or #69C).

RGB color model

#59AAB5 color RGB value is (89,170,181).

RGB: (89,170,181) (35%, 67%, 71%)

RGB channels and saturation

R 89 of 255 = 35%
G 170 of 255 = 67%
B 181 of 255 = 71%

89
170
181

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

Portions of RGB colors in percentages

R + G + B = 89 + 170 + 181 = 440 (100%)
R 89 of 440 ~ 20.23%
G 170 of 440 ~ 38.64%
B 181 of 440 ~ 41.14'%

%20.23
%38.64
%41.14

CMYK color model

#59AAB5 color CMYK value is (51,6,0,29).

  • cyan value is 50.83%
  • magenta value is 6.08%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (51,6,0,29)
C51M6Y0K29 (51%, 6%, 0%, 29%)
(0.51 / 0.06 / 0.00 / 0.29)

CMYK percentages

%50.83
%6.08
%0
%29.02

Codes

Color #59AAB5 in popluar color models

59 AA B5
RGB 89 170 181
HSL 187° 38.33% 52.94%
HSB/HSV 187° 50.83% 70.98%
CMYK 50.83% 6.08% 0.00%
29.02%

Color #59AAB5 in popluar number systems.

HEX 59 AA B5
Decimal 89 170 181
Binary 1011001 10101010 10110101
Octal 131 252 265

Shades and tints

Shades of #59AAB5

#59AAB5
(89,170,181)
#519BA5
(81,155,165)
#498C95
(73,140,149)
#417D85
(65,125,133)
#396E75
(57,110,117)
#315F65
(49,95,101)
#295055
(41,80,85)
#214145
(33,65,69)
#193235
(25,50,53)
#112325
(17,35,37)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #59AAB5

#59AAB5
(89,170,181)
#68B1BB
(104,177,187)
#77B8C1
(119,184,193)
#86BFC7
(134,191,199)
#95C6CD
(149,198,205)
#A4CDD3
(164,205,211)
#B3D4D9
(179,212,217)
#C2DBDF
(194,219,223)
#D1E2E5
(209,226,229)
#E0E9EB
(224,233,235)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AAB5 color. Also use rgb(89,170,181) instead hex code.

Text Font Color

.myTextColor { color: #59AAB5; }

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

This text font color is #59AAB5.

Background Color

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

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

This div background color is #59AAB5.

Border color

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

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

This div border color is #59AAB5.

Opacity

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

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

Text with #59AAB5 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 #59AAB5;}

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

This text has shadow with #59AAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59AAB5.

Preview

Color preview on black background

This text has color #59AAB5 on black background.


Color preview on white background

This text has color #59AAB5 on white background.


Black color preview on #59AAB5 background

This text has black color on #59AAB5 background.


White color preview on #59AAB5 background

This text has white color on #59AAB5 background.


Related colors

Complementary color

Complementary color for #hex is #A6554A.


I love getcolorcode.com

Triadic colors

1 #B559AA and #AAB559 with #59AAB5 are triadic colors.

2 #B5AA59 and #AA59B5 with #59AAB5 are triadic colors.