COLOR #5BAAA5

HEX: #5BAAA5
RGB: (91,170,165)

Color info

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

RGB color model

#5BAAA5 color RGB value is (91,170,165).

  • red value is 91;
  • green value is 170;
  • blue value is 165.
RGB:
(91,170,165)
(36%,67%,65%)

RGB channels and saturation

R 91 of 255 = 36%
G 170 of 255 = 67%
B 165 of 255 = 65%

91
170
165

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

Portions of RGB colors in percentages

R + G + B =
91 + 170 + 165 = 426 (100%)
R 91 of 426 ~ 21.36%
G 170 of 426 ~ 39.91%
B 165 of 426 ~ 38.73%

%21.36
%39.91
%38.73

CMYK color model

#5BAAA5 color CMYK value is (46,0,3,33).

  • cyan value is 46.47%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(46,0,3,33)
C46M0Y3K33 
(46%,0%,3%,33%)
(0.46/0.00/0.03/0.33)	

CMYK percentages

%46.47
%0
%2.94
%33.33

Codes

Color #5BAAA5 in popluar color models

5BAAA5
RGB91170165
HSL176°31.73%51.18%
HSB/HSV176°46.47%66.67%
CMYK46.47%0.00%2.94%
33.33%

Color #5BAAA5 in popluar number systems.

HEX5BAAA5
Decimal91170165
Binary10110111010101010100101
Octal133252245

Shades and tints

Shades of #5BAAA5

#5BAAA5
(91,170,165)
#539B96
(83,155,150)
#4B8C87
(75,140,135)
#437D78
(67,125,120)
#3B6E69
(59,110,105)
#335F5A
(51,95,90)
#2B504B
(43,80,75)
#23413C
(35,65,60)
#1B322D
(27,50,45)
#13231E
(19,35,30)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #5BAAA5

#5BAAA5
(91,170,165)
#69B1AD
(105,177,173)
#77B8B5
(119,184,181)
#85BFBD
(133,191,189)
#93C6C5
(147,198,197)
#A1CDCD
(161,205,205)
#AFD4D5
(175,212,213)
#BDDBDD
(189,219,221)
#CBE2E5
(203,226,229)
#D9E9ED
(217,233,237)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAAA5 color. Also use rgb(91,170,165) instead hex code.

Text Font Color

.myTextColor { color: #5BAAA5; }

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

This text font color is #5BAAA5.


Background Color

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

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

This div background color is #5BAAA5.


Border color

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

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

This div border color is #5BAAA5.


Opacity

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

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

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

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

This text has shadow with #5BAAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAAA5 on black background.


Color preview on white background

This text has color #5BAAA5 on white background.



Black color preview on #5BAAA5 background

This text has black color on #5BAAA5 background.


White color preview on #5BAAA5 background

This text has white color on #5BAAA5 background.