COLOR #5BA883

HEX: #5BA883
RGB: (91,168,131)

Color info

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

RGB color model

#5BA883 color RGB value is (91,168,131).

  • red value is 91;
  • green value is 168;
  • blue value is 131.
RGB:
(91,168,131)
(36%,66%,51%)

RGB channels and saturation

R 91 of 255 = 36%
G 168 of 255 = 66%
B 131 of 255 = 51%

91
168
131

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

Portions of RGB colors in percentages

R + G + B =
91 + 168 + 131 = 390 (100%)
R 91 of 390 ~ 23.33%
G 168 of 390 ~ 43.08%
B 131 of 390 ~ 33.59%

%23.33
%43.08
%33.59

CMYK color model

#5BA883 color CMYK value is (46,0,22,34).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 34.12%
CMYK:
(46,0,22,34)
C46M0Y22K34 
(46%,0%,22%,34%)
(0.46/0.00/0.22/0.34)	

CMYK percentages

%45.83
%0
%22.02
%34.12

Codes

Color #5BA883 in popluar color models

5BA883
RGB91168131
HSL151°30.68%50.78%
HSB/HSV151°45.83%65.88%
CMYK45.83%0.00%22.02%
34.12%

Color #5BA883 in popluar number systems.

HEX5BA883
Decimal91168131
Binary10110111010100010000011
Octal133250203

Shades and tints

Shades of #5BA883

#5BA883
(91,168,131)
#539978
(83,153,120)
#4B8A6D
(75,138,109)
#437B62
(67,123,98)
#3B6C57
(59,108,87)
#335D4C
(51,93,76)
#2B4E41
(43,78,65)
#233F36
(35,63,54)
#1B302B
(27,48,43)
#132120
(19,33,32)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #5BA883

#5BA883
(91,168,131)
#69AF8E
(105,175,142)
#77B699
(119,182,153)
#85BDA4
(133,189,164)
#93C4AF
(147,196,175)
#A1CBBA
(161,203,186)
#AFD2C5
(175,210,197)
#BDD9D0
(189,217,208)
#CBE0DB
(203,224,219)
#D9E7E6
(217,231,230)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA883 color. Also use rgb(91,168,131) instead hex code.

Text Font Color

.myTextColor { color: #5BA883; }

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

This text font color is #5BA883.


Background Color

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

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

This div background color is #5BA883.


Border color

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

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

This div border color is #5BA883.


Opacity

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

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

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

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

This text has shadow with #5BA883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA883 on black background.


Color preview on white background

This text has color #5BA883 on white background.



Black color preview on #5BA883 background

This text has black color on #5BA883 background.


White color preview on #5BA883 background

This text has white color on #5BA883 background.