COLOR #5B857A

HEX: #5B857A
RGB: (91,133,122)

Color info

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

RGB color model

#5B857A color RGB value is (91,133,122).

  • red value is 91;
  • green value is 133;
  • blue value is 122.
RGB:
(91,133,122)
(36%,52%,48%)

RGB channels and saturation

R 91 of 255 = 36%
G 133 of 255 = 52%
B 122 of 255 = 48%

91
133
122

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

Portions of RGB colors in percentages

R + G + B =
91 + 133 + 122 = 346 (100%)
R 91 of 346 ~ 26.3%
G 133 of 346 ~ 38.44%
B 122 of 346 ~ 35.26%

%26.3
%38.44
%35.26

CMYK color model

#5B857A color CMYK value is (32,0,8,48).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(32,0,8,48)
C32M0Y8K48 
(32%,0%,8%,48%)
(0.32/0.00/0.08/0.48)	

CMYK percentages

%31.58
%0
%8.27
%47.84

Codes

Color #5B857A in popluar color models

5B857A
RGB91133122
HSL164°18.75%43.92%
HSB/HSV164°31.58%52.16%
CMYK31.58%0.00%8.27%
47.84%

Color #5B857A in popluar number systems.

HEX5B857A
Decimal91133122
Binary1011011100001011111010
Octal133205172

Shades and tints

Shades of #5B857A

#5B857A
(91,133,122)
#53796F
(83,121,111)
#4B6D64
(75,109,100)
#436159
(67,97,89)
#3B554E
(59,85,78)
#334943
(51,73,67)
#2B3D38
(43,61,56)
#23312D
(35,49,45)
#1B2522
(27,37,34)
#131917
(19,25,23)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #5B857A

#5B857A
(91,133,122)
#699086
(105,144,134)
#779B92
(119,155,146)
#85A69E
(133,166,158)
#93B1AA
(147,177,170)
#A1BCB6
(161,188,182)
#AFC7C2
(175,199,194)
#BDD2CE
(189,210,206)
#CBDDDA
(203,221,218)
#D9E8E6
(217,232,230)
#E7F3F2
(231,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B857A color. Also use rgb(91,133,122) instead hex code.

Text Font Color

.myTextColor { color: #5B857A; }

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

This text font color is #5B857A.


Background Color

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

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

This div background color is #5B857A.


Border color

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

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

This div border color is #5B857A.


Opacity

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

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

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

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

This text has shadow with #5B857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B857A on black background.


Color preview on white background

This text has color #5B857A on white background.



Black color preview on #5B857A background

This text has black color on #5B857A background.


White color preview on #5B857A background

This text has white color on #5B857A background.