COLOR #5BB391

HEX: #5BB391 RGB: (91,179,145)

Color info

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

RGB color model

#5BB391 color RGB value is (91,179,145).

RGB: (91,179,145) (36%, 70%, 57%)

RGB channels and saturation

R 91 of 255 = 36%
G 179 of 255 = 70%
B 145 of 255 = 57%

91
179
145

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

Portions of RGB colors in percentages

R + G + B = 91 + 179 + 145 = 415 (100%)
R 91 of 415 ~ 21.93%
G 179 of 415 ~ 43.13%
B 145 of 415 ~ 34.94'%

%21.93
%43.13
%34.94

CMYK color model

#5BB391 color CMYK value is (49,0,19,30).

  • cyan value is 49.16%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%

CMYK: (49,0,19,30)
C49M0Y19K30 (49%, 0%, 19%, 30%)
(0.49 / 0.00 / 0.19 / 0.30)

CMYK percentages

%49.16
%0
%18.99
%29.8

Codes

Color #5BB391 in popluar color models

5B B3 91
RGB 91 179 145
HSL 157° 36.67% 52.94%
HSB/HSV 157° 49.16% 70.20%
CMYK 49.16% 0.00% 18.99%
29.80%

Color #5BB391 in popluar number systems.

HEX 5B B3 91
Decimal 91 179 145
Binary 1011011 10110011 10010001
Octal 133 263 221

Shades and tints

Shades of #5BB391

#5BB391
(91,179,145)
#53A384
(83,163,132)
#4B9377
(75,147,119)
#43836A
(67,131,106)
#3B735D
(59,115,93)
#336350
(51,99,80)
#2B5343
(43,83,67)
#234336
(35,67,54)
#1B3329
(27,51,41)
#13231C
(19,35,28)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #5BB391

#5BB391
(91,179,145)
#69B99B
(105,185,155)
#77BFA5
(119,191,165)
#85C5AF
(133,197,175)
#93CBB9
(147,203,185)
#A1D1C3
(161,209,195)
#AFD7CD
(175,215,205)
#BDDDD7
(189,221,215)
#CBE3E1
(203,227,225)
#D9E9EB
(217,233,235)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB391 color. Also use rgb(91,179,145) instead hex code.

Text Font Color

.myTextColor { color: #5BB391; }

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

This text font color is #5BB391.

Background Color

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

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

This div background color is #5BB391.

Border color

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

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

This div border color is #5BB391.

Opacity

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

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

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

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

This text has shadow with #5BB391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BB391.

Preview

Color preview on black background

This text has color #5BB391 on black background.


Color preview on white background

This text has color #5BB391 on white background.


Black color preview on #5BB391 background

This text has black color on #5BB391 background.


White color preview on #5BB391 background

This text has white color on #5BB391 background.


Related colors

Complementary color

Complementary color for #hex is #A44C6E.


I love getcolorcode.com

Triadic colors

1 #915BB3 and #B3915B with #5BB391 are triadic colors.

2 #91B35B and #B35B91 with #5BB391 are triadic colors.