COLOR #5B887C

HEX: #5B887C RGB: (91,136,124)

Color info

#5B887C contains red, green and blue colors in about the same proportion. Web safe color of #5B887C is #669966 (or #696).

RGB color model

#5B887C color RGB value is (91,136,124).

RGB: (91,136,124) (36%, 53%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 136 of 255 = 53%
B 124 of 255 = 49%

91
136
124

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

Portions of RGB colors in percentages

R + G + B = 91 + 136 + 124 = 351 (100%)
R 91 of 351 ~ 25.93%
G 136 of 351 ~ 38.75%
B 124 of 351 ~ 35.33'%

%25.93
%38.75
%35.33

CMYK color model

#5B887C color CMYK value is (33,0,9,47).

  • cyan value is 33.09%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%

CMYK: (33,0,9,47)
C33M0Y9K47 (33%, 0%, 9%, 47%)
(0.33 / 0.00 / 0.09 / 0.47)

CMYK percentages

%33.09
%0
%8.82
%46.67

Codes

Color #5B887C in popluar color models

5B 88 7C
RGB 91 136 124
HSL 164° 19.82% 44.51%
HSB/HSV 164° 33.09% 53.33%
CMYK 33.09% 0.00% 8.82%
46.67%

Color #5B887C in popluar number systems.

HEX 5B 88 7C
Decimal 91 136 124
Binary 1011011 10001000 1111100
Octal 133 210 174

Shades and tints

Shades of #5B887C

#5B887C
(91,136,124)
#537C71
(83,124,113)
#4B7066
(75,112,102)
#43645B
(67,100,91)
#3B5850
(59,88,80)
#334C45
(51,76,69)
#2B403A
(43,64,58)
#23342F
(35,52,47)
#1B2824
(27,40,36)
#131C19
(19,28,25)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #5B887C

#5B887C
(91,136,124)
#699287
(105,146,135)
#779C92
(119,156,146)
#85A69D
(133,166,157)
#93B0A8
(147,176,168)
#A1BAB3
(161,186,179)
#AFC4BE
(175,196,190)
#BDCEC9
(189,206,201)
#CBD8D4
(203,216,212)
#D9E2DF
(217,226,223)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B887C color. Also use rgb(91,136,124) instead hex code.

Text Font Color

.myTextColor { color: #5B887C; }

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

This text font color is #5B887C.

Background Color

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

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

This div background color is #5B887C.

Border color

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

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

This div border color is #5B887C.

Opacity

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

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

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

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

This text has shadow with #5B887C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B887C.

Preview

Color preview on black background

This text has color #5B887C on black background.


Color preview on white background

This text has color #5B887C on white background.


Black color preview on #5B887C background

This text has black color on #5B887C background.


White color preview on #5B887C background

This text has white color on #5B887C background.


Related colors

Complementary color

Complementary color for #hex is #A47783.


I love getcolorcode.com

Triadic colors

1 #7C5B88 and #887C5B with #5B887C are triadic colors.

2 #7C885B and #885B7C with #5B887C are triadic colors.