COLOR #5B8991

HEX: #5B8991
RGB: (91,137,145)

Color info

#5B8991 contains red, green and blue colors in about the same proportion. Web safe color of #5B8991 is #669999 (or #699).

RGB color model

#5B8991 color RGB value is (91,137,145).

  • red value is 91;
  • green value is 137;
  • blue value is 145.
RGB:
(91,137,145)
(36%,54%,57%)

RGB channels and saturation

R 91 of 255 = 36%
G 137 of 255 = 54%
B 145 of 255 = 57%

91
137
145

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

Portions of RGB colors in percentages

R + G + B =
91 + 137 + 145 = 373 (100%)
R 91 of 373 ~ 24.4%
G 137 of 373 ~ 36.73%
B 145 of 373 ~ 38.87%

%24.4
%36.73
%38.87

CMYK color model

#5B8991 color CMYK value is (37,6,0,43).

  • cyan value is 37.24%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(37,6,0,43)
C37M6Y0K43 
(37%,6%,0%,43%)
(0.37/0.06/0.00/0.43)	

CMYK percentages

%37.24
%5.52
%0
%43.14

Codes

Color #5B8991 in popluar color models

5B8991
RGB91137145
HSL189°22.88%46.27%
HSB/HSV189°37.24%56.86%
CMYK37.24%5.52%0.00%
43.14%

Color #5B8991 in popluar number systems.

HEX5B8991
Decimal91137145
Binary10110111000100110010001
Octal133211221

Shades and tints

Shades of #5B8991

#5B8991
(91,137,145)
#537D84
(83,125,132)
#4B7177
(75,113,119)
#43656A
(67,101,106)
#3B595D
(59,89,93)
#334D50
(51,77,80)
#2B4143
(43,65,67)
#233536
(35,53,54)
#1B2929
(27,41,41)
#131D1C
(19,29,28)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #5B8991

#5B8991
(91,137,145)
#69939B
(105,147,155)
#779DA5
(119,157,165)
#85A7AF
(133,167,175)
#93B1B9
(147,177,185)
#A1BBC3
(161,187,195)
#AFC5CD
(175,197,205)
#BDCFD7
(189,207,215)
#CBD9E1
(203,217,225)
#D9E3EB
(217,227,235)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8991; }

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

This text font color is #5B8991.


Background Color

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

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

This div background color is #5B8991.


Border color

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

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

This div border color is #5B8991.


Opacity

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

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

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

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

This text has shadow with #5B8991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8991 on black background.


Color preview on white background

This text has color #5B8991 on white background.



Black color preview on #5B8991 background

This text has black color on #5B8991 background.


White color preview on #5B8991 background

This text has white color on #5B8991 background.