COLOR #5B9589

HEX: #5B9589
RGB: (91,149,137)

Color info

#5B9589 contains red, green and blue colors in about the same proportion. Web safe color of #5B9589 is #669999 (or #699).

RGB color model

#5B9589 color RGB value is (91,149,137).

  • red value is 91;
  • green value is 149;
  • blue value is 137.
RGB:
(91,149,137)
(36%,58%,54%)

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 137 of 255 = 54%

91
149
137

R + G + B ~ 49%. #5B9589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 149 + 137 = 377 (100%)
R 91 of 377 ~ 24.14%
G 149 of 377 ~ 39.52%
B 137 of 377 ~ 36.34%

%24.14
%39.52
%36.34

CMYK color model

#5B9589 color CMYK value is (39,0,8,42).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(39,0,8,42)
C39M0Y8K42 
(39%,0%,8%,42%)
(0.39/0.00/0.08/0.42)	

CMYK percentages

%38.93
%0
%8.05
%41.57

Codes

Color #5B9589 in popluar color models

5B9589
RGB91149137
HSL168°24.17%47.06%
HSB/HSV168°38.93%58.43%
CMYK38.93%0.00%8.05%
41.57%

Color #5B9589 in popluar number systems.

HEX5B9589
Decimal91149137
Binary10110111001010110001001
Octal133225211

Shades and tints

Shades of #5B9589

#5B9589
(91,149,137)
#53887D
(83,136,125)
#4B7B71
(75,123,113)
#436E65
(67,110,101)
#3B6159
(59,97,89)
#33544D
(51,84,77)
#2B4741
(43,71,65)
#233A35
(35,58,53)
#1B2D29
(27,45,41)
#13201D
(19,32,29)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #5B9589

#5B9589
(91,149,137)
#699E93
(105,158,147)
#77A79D
(119,167,157)
#85B0A7
(133,176,167)
#93B9B1
(147,185,177)
#A1C2BB
(161,194,187)
#AFCBC5
(175,203,197)
#BDD4CF
(189,212,207)
#CBDDD9
(203,221,217)
#D9E6E3
(217,230,227)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9589 color. Also use rgb(91,149,137) instead hex code.

Text Font Color

.myTextColor { color: #5B9589; }

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

This text font color is #5B9589.


Background Color

.myBgColor { background-color: #5B9589; }

<div style="background-color:#5B9589">Inner text</div>

This div background color is #5B9589.


Border color

.myBorderColor { border: 1px solid #5B9589; }

<div style="border:3px solid #5B9589">Div</div>

This div border color is #5B9589.


Opacity

.myOpacity80 { color: #5B9589; opacity: 0.8; }

<p style="color:#5B9589;opacity:0.8;">80%</p>

Text with #5B9589 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 #5B9589;}

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

This text has shadow with #5B9589 color.

.textShadow {text-shadow: 3px 3px 1px #5B9589, 3px 3px 1px red;}

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

This text has shadow with #5B9589 primary color and red secondary color.


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

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

This text has shadow with #5B9589 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9589 on black background.


Color preview on white background

This text has color #5B9589 on white background.



Black color preview on #5B9589 background

This text has black color on #5B9589 background.


White color preview on #5B9589 background

This text has white color on #5B9589 background.