COLOR #5BB799

HEX: #5BB799
RGB: (91,183,153)

Color info

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

RGB color model

#5BB799 color RGB value is (91,183,153).

  • red value is 91;
  • green value is 183;
  • blue value is 153.
RGB:
(91,183,153)
(36%,72%,60%)

RGB channels and saturation

R 91 of 255 = 36%
G 183 of 255 = 72%
B 153 of 255 = 60%

91
183
153

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

Portions of RGB colors in percentages

R + G + B =
91 + 183 + 153 = 427 (100%)
R 91 of 427 ~ 21.31%
G 183 of 427 ~ 42.86%
B 153 of 427 ~ 35.83%

%21.31
%42.86
%35.83

CMYK color model

#5BB799 color CMYK value is (50,0,16,28).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(50,0,16,28)
C50M0Y16K28 
(50%,0%,16%,28%)
(0.50/0.00/0.16/0.28)	

CMYK percentages

%50.27
%0
%16.39
%28.24

Codes

Color #5BB799 in popluar color models

5BB799
RGB91183153
HSL160°38.98%53.73%
HSB/HSV160°50.27%71.76%
CMYK50.27%0.00%16.39%
28.24%

Color #5BB799 in popluar number systems.

HEX5BB799
Decimal91183153
Binary10110111011011110011001
Octal133267231

Shades and tints

Shades of #5BB799

#5BB799
(91,183,153)
#53A78C
(83,167,140)
#4B977F
(75,151,127)
#438772
(67,135,114)
#3B7765
(59,119,101)
#336758
(51,103,88)
#2B574B
(43,87,75)
#23473E
(35,71,62)
#1B3731
(27,55,49)
#132724
(19,39,36)
#0B1717
(11,23,23)
#000000
(0,0,0)

Tints of #5BB799

#5BB799
(91,183,153)
#69BDA2
(105,189,162)
#77C3AB
(119,195,171)
#85C9B4
(133,201,180)
#93CFBD
(147,207,189)
#A1D5C6
(161,213,198)
#AFDBCF
(175,219,207)
#BDE1D8
(189,225,216)
#CBE7E1
(203,231,225)
#D9EDEA
(217,237,234)
#E7F3F3
(231,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB799 color. Also use rgb(91,183,153) instead hex code.

Text Font Color

.myTextColor { color: #5BB799; }

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

This text font color is #5BB799.


Background Color

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

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

This div background color is #5BB799.


Border color

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

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

This div border color is #5BB799.


Opacity

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

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

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

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

This text has shadow with #5BB799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB799 on black background.


Color preview on white background

This text has color #5BB799 on white background.



Black color preview on #5BB799 background

This text has black color on #5BB799 background.


White color preview on #5BB799 background

This text has white color on #5BB799 background.