COLOR #59A8B1

HEX: #59A8B1
RGB: (89,168,177)

Color info

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

RGB color model

#59A8B1 color RGB value is (89,168,177).

  • red value is 89;
  • green value is 168;
  • blue value is 177.
RGB:
(89,168,177)
(35%,66%,69%)

RGB channels and saturation

R 89 of 255 = 35%
G 168 of 255 = 66%
B 177 of 255 = 69%

89
168
177

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

Portions of RGB colors in percentages

R + G + B =
89 + 168 + 177 = 434 (100%)
R 89 of 434 ~ 20.51%
G 168 of 434 ~ 38.71%
B 177 of 434 ~ 40.78%

%20.51
%38.71
%40.78

CMYK color model

#59A8B1 color CMYK value is (50,5,0,31).

  • cyan value is 49.72%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(50,5,0,31)
C50M5Y0K31 
(50%,5%,0%,31%)
(0.50/0.05/0.00/0.31)	

CMYK percentages

%49.72
%5.08
%0
%30.59

Codes

Color #59A8B1 in popluar color models

59A8B1
RGB89168177
HSL186°36.07%52.16%
HSB/HSV186°49.72%69.41%
CMYK49.72%5.08%0.00%
30.59%

Color #59A8B1 in popluar number systems.

HEX59A8B1
Decimal89168177
Binary10110011010100010110001
Octal131250261

Shades and tints

Shades of #59A8B1

#59A8B1
(89,168,177)
#5199A1
(81,153,161)
#498A91
(73,138,145)
#417B81
(65,123,129)
#396C71
(57,108,113)
#315D61
(49,93,97)
#294E51
(41,78,81)
#213F41
(33,63,65)
#193031
(25,48,49)
#112121
(17,33,33)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #59A8B1

#59A8B1
(89,168,177)
#68AFB8
(104,175,184)
#77B6BF
(119,182,191)
#86BDC6
(134,189,198)
#95C4CD
(149,196,205)
#A4CBD4
(164,203,212)
#B3D2DB
(179,210,219)
#C2D9E2
(194,217,226)
#D1E0E9
(209,224,233)
#E0E7F0
(224,231,240)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A8B1 color. Also use rgb(89,168,177) instead hex code.

Text Font Color

.myTextColor { color: #59A8B1; }

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

This text font color is #59A8B1.


Background Color

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

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

This div background color is #59A8B1.


Border color

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

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

This div border color is #59A8B1.


Opacity

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

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

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

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

This text has shadow with #59A8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A8B1 on black background.


Color preview on white background

This text has color #59A8B1 on white background.



Black color preview on #59A8B1 background

This text has black color on #59A8B1 background.


White color preview on #59A8B1 background

This text has white color on #59A8B1 background.