COLOR #5B9581

HEX: #5B9581
RGB: (91,149,129)

Color info

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

RGB color model

#5B9581 color RGB value is (91,149,129).

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

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 129 of 255 = 51%

91
149
129

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

Portions of RGB colors in percentages

R + G + B =
91 + 149 + 129 = 369 (100%)
R 91 of 369 ~ 24.66%
G 149 of 369 ~ 40.38%
B 129 of 369 ~ 34.96%

%24.66
%40.38
%34.96

CMYK color model

#5B9581 color CMYK value is (39,0,13,42).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 13.42%
  • key color value is 41.57%
CMYK:
(39,0,13,42)
C39M0Y13K42 
(39%,0%,13%,42%)
(0.39/0.00/0.13/0.42)	

CMYK percentages

%38.93
%0
%13.42
%41.57

Codes

Color #5B9581 in popluar color models

5B9581
RGB91149129
HSL159°24.17%47.06%
HSB/HSV159°38.93%58.43%
CMYK38.93%0.00%13.42%
41.57%

Color #5B9581 in popluar number systems.

HEX5B9581
Decimal91149129
Binary10110111001010110000001
Octal133225201

Shades and tints

Shades of #5B9581

#5B9581
(91,149,129)
#538876
(83,136,118)
#4B7B6B
(75,123,107)
#436E60
(67,110,96)
#3B6155
(59,97,85)
#33544A
(51,84,74)
#2B473F
(43,71,63)
#233A34
(35,58,52)
#1B2D29
(27,45,41)
#13201E
(19,32,30)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #5B9581

#5B9581
(91,149,129)
#699E8C
(105,158,140)
#77A797
(119,167,151)
#85B0A2
(133,176,162)
#93B9AD
(147,185,173)
#A1C2B8
(161,194,184)
#AFCBC3
(175,203,195)
#BDD4CE
(189,212,206)
#CBDDD9
(203,221,217)
#D9E6E4
(217,230,228)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9581; }

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

This text font color is #5B9581.


Background Color

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

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

This div background color is #5B9581.


Border color

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

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

This div border color is #5B9581.


Opacity

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

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

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

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

This text has shadow with #5B9581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9581 on black background.


Color preview on white background

This text has color #5B9581 on white background.



Black color preview on #5B9581 background

This text has black color on #5B9581 background.


White color preview on #5B9581 background

This text has white color on #5B9581 background.