COLOR #5B987F

HEX: #5B987F
RGB: (91,152,127)

Color info

#5B987F contains mainly green and blue colors. Web safe color of #5B987F is #669966 (or #696).

RGB color model

#5B987F color RGB value is (91,152,127).

  • red value is 91;
  • green value is 152;
  • blue value is 127.
RGB:
(91,152,127)
(36%,60%,50%)

RGB channels and saturation

R 91 of 255 = 36%
G 152 of 255 = 60%
B 127 of 255 = 50%

91
152
127

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

Portions of RGB colors in percentages

R + G + B =
91 + 152 + 127 = 370 (100%)
R 91 of 370 ~ 24.59%
G 152 of 370 ~ 41.08%
B 127 of 370 ~ 34.32%

%24.59
%41.08
%34.32

CMYK color model

#5B987F color CMYK value is (40,0,16,40).

  • cyan value is 40.13%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(40,0,16,40)
C40M0Y16K40 
(40%,0%,16%,40%)
(0.40/0.00/0.16/0.40)	

CMYK percentages

%40.13
%0
%16.45
%40.39

Codes

Color #5B987F in popluar color models

5B987F
RGB91152127
HSL155°25.10%47.65%
HSB/HSV155°40.13%59.61%
CMYK40.13%0.00%16.45%
40.39%

Color #5B987F in popluar number systems.

HEX5B987F
Decimal91152127
Binary1011011100110001111111
Octal133230177

Shades and tints

Shades of #5B987F

#5B987F
(91,152,127)
#538B74
(83,139,116)
#4B7E69
(75,126,105)
#43715E
(67,113,94)
#3B6453
(59,100,83)
#335748
(51,87,72)
#2B4A3D
(43,74,61)
#233D32
(35,61,50)
#1B3027
(27,48,39)
#13231C
(19,35,28)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #5B987F

#5B987F
(91,152,127)
#69A18A
(105,161,138)
#77AA95
(119,170,149)
#85B3A0
(133,179,160)
#93BCAB
(147,188,171)
#A1C5B6
(161,197,182)
#AFCEC1
(175,206,193)
#BDD7CC
(189,215,204)
#CBE0D7
(203,224,215)
#D9E9E2
(217,233,226)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B987F color. Also use rgb(91,152,127) instead hex code.

Text Font Color

.myTextColor { color: #5B987F; }

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

This text font color is #5B987F.


Background Color

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

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

This div background color is #5B987F.


Border color

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

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

This div border color is #5B987F.


Opacity

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

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

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

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

This text has shadow with #5B987F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B987F on black background.


Color preview on white background

This text has color #5B987F on white background.



Black color preview on #5B987F background

This text has black color on #5B987F background.


White color preview on #5B987F background

This text has white color on #5B987F background.