COLOR #5BB596

HEX: #5BB596 RGB: (91,181,150)

Color info

#5BB596 contains mainly green and blue colors. Web safe color of #5BB596 is #66CC99 (or #6C9).

RGB color model

#5BB596 color RGB value is (91,181,150).

RGB: (91,181,150) (36%, 71%, 59%)

RGB channels and saturation

R 91 of 255 = 36%
G 181 of 255 = 71%
B 150 of 255 = 59%

91
181
150

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

Portions of RGB colors in percentages

R + G + B = 91 + 181 + 150 = 422 (100%)
R 91 of 422 ~ 21.56%
G 181 of 422 ~ 42.89%
B 150 of 422 ~ 35.55'%

%21.56
%42.89
%35.55

CMYK color model

#5BB596 color CMYK value is (50,0,17,29).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 17.13%
  • key color value is 29.02%

CMYK: (50,0,17,29)
C50M0Y17K29 (50%, 0%, 17%, 29%)
(0.50 / 0.00 / 0.17 / 0.29)

CMYK percentages

%49.72
%0
%17.13
%29.02

Codes

Color #5BB596 in popluar color models

5B B5 96
RGB 91 181 150
HSL 159° 37.82% 53.33%
HSB/HSV 159° 49.72% 70.98%
CMYK 49.72% 0.00% 17.13%
29.02%

Color #5BB596 in popluar number systems.

HEX 5B B5 96
Decimal 91 181 150
Binary 1011011 10110101 10010110
Octal 133 265 226

Shades and tints

Shades of #5BB596

#5BB596
(91,181,150)
#53A589
(83,165,137)
#4B957C
(75,149,124)
#43856F
(67,133,111)
#3B7562
(59,117,98)
#336555
(51,101,85)
#2B5548
(43,85,72)
#23453B
(35,69,59)
#1B352E
(27,53,46)
#132521
(19,37,33)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #5BB596

#5BB596
(91,181,150)
#69BB9F
(105,187,159)
#77C1A8
(119,193,168)
#85C7B1
(133,199,177)
#93CDBA
(147,205,186)
#A1D3C3
(161,211,195)
#AFD9CC
(175,217,204)
#BDDFD5
(189,223,213)
#CBE5DE
(203,229,222)
#D9EBE7
(217,235,231)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB596 color. Also use rgb(91,181,150) instead hex code.

Text Font Color

.myTextColor { color: #5BB596; }

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

This text font color is #5BB596.

Background Color

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

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

This div background color is #5BB596.

Border color

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

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

This div border color is #5BB596.

Opacity

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

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

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

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

This text has shadow with #5BB596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BB596.

Preview

Color preview on black background

This text has color #5BB596 on black background.


Color preview on white background

This text has color #5BB596 on white background.


Black color preview on #5BB596 background

This text has black color on #5BB596 background.


White color preview on #5BB596 background

This text has white color on #5BB596 background.


Related colors

Complementary color

Complementary color for #hex is #A44A69.


I love getcolorcode.com

Triadic colors

1 #965BB5 and #B5965B with #5BB596 are triadic colors.

2 #96B55B and #B55B96 with #5BB596 are triadic colors.