COLOR #5BAAA7

HEX: #5BAAA7
RGB: (91,170,167)

Color info

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

RGB color model

#5BAAA7 color RGB value is (91,170,167).

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

RGB channels and saturation

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

91
170
167

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

Portions of RGB colors in percentages

R + G + B =
91 + 170 + 167 = 428 (100%)
R 91 of 428 ~ 21.26%
G 170 of 428 ~ 39.72%
B 167 of 428 ~ 39.02%

%21.26
%39.72
%39.02

CMYK color model

#5BAAA7 color CMYK value is (46,0,2,33).

  • cyan value is 46.47%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 33.33%
CMYK:
(46,0,2,33)
C46M0Y2K33 
(46%,0%,2%,33%)
(0.46/0.00/0.02/0.33)	

CMYK percentages

%46.47
%0
%1.76
%33.33

Codes

Color #5BAAA7 in popluar color models

5BAAA7
RGB91170167
HSL178°31.73%51.18%
HSB/HSV178°46.47%66.67%
CMYK46.47%0.00%1.76%
33.33%

Color #5BAAA7 in popluar number systems.

HEX5BAAA7
Decimal91170167
Binary10110111010101010100111
Octal133252247

Shades and tints

Shades of #5BAAA7

#5BAAA7
(91,170,167)
#539B98
(83,155,152)
#4B8C89
(75,140,137)
#437D7A
(67,125,122)
#3B6E6B
(59,110,107)
#335F5C
(51,95,92)
#2B504D
(43,80,77)
#23413E
(35,65,62)
#1B322F
(27,50,47)
#132320
(19,35,32)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #5BAAA7

#5BAAA7
(91,170,167)
#69B1AF
(105,177,175)
#77B8B7
(119,184,183)
#85BFBF
(133,191,191)
#93C6C7
(147,198,199)
#A1CDCF
(161,205,207)
#AFD4D7
(175,212,215)
#BDDBDF
(189,219,223)
#CBE2E7
(203,226,231)
#D9E9EF
(217,233,239)
#E7F0F7
(231,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BAAA7; }

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

This text font color is #5BAAA7.


Background Color

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

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

This div background color is #5BAAA7.


Border color

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

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

This div border color is #5BAAA7.


Opacity

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

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

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

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

This text has shadow with #5BAAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAAA7 on black background.


Color preview on white background

This text has color #5BAAA7 on white background.



Black color preview on #5BAAA7 background

This text has black color on #5BAAA7 background.


White color preview on #5BAAA7 background

This text has white color on #5BAAA7 background.