COLOR #5B8579

HEX: #5B8579 RGB: (91,133,121)

Color info

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

RGB color model

#5B8579 color RGB value is (91,133,121).

RGB: (91,133,121) (36%, 52%, 47%)

RGB channels and saturation

R 91 of 255 = 36%
G 133 of 255 = 52%
B 121 of 255 = 47%

91
133
121

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

Portions of RGB colors in percentages

R + G + B = 91 + 133 + 121 = 345 (100%)
R 91 of 345 ~ 26.38%
G 133 of 345 ~ 38.55%
B 121 of 345 ~ 35.07'%

%26.38
%38.55
%35.07

CMYK color model

#5B8579 color CMYK value is (32,0,9,48).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 47.84%

CMYK: (32,0,9,48)
C32M0Y9K48 (32%, 0%, 9%, 48%)
(0.32 / 0.00 / 0.09 / 0.48)

CMYK percentages

%31.58
%0
%9.02
%47.84

Codes

Color #5B8579 in popluar color models

5B 85 79
RGB 91 133 121
HSL 163° 18.75% 43.92%
HSB/HSV 163° 31.58% 52.16%
CMYK 31.58% 0.00% 9.02%
47.84%

Color #5B8579 in popluar number systems.

HEX 5B 85 79
Decimal 91 133 121
Binary 1011011 10000101 1111001
Octal 133 205 171

Shades and tints

Shades of #5B8579

#5B8579
(91,133,121)
#53796E
(83,121,110)
#4B6D63
(75,109,99)
#436158
(67,97,88)
#3B554D
(59,85,77)
#334942
(51,73,66)
#2B3D37
(43,61,55)
#23312C
(35,49,44)
#1B2521
(27,37,33)
#131916
(19,25,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #5B8579

#5B8579
(91,133,121)
#699085
(105,144,133)
#779B91
(119,155,145)
#85A69D
(133,166,157)
#93B1A9
(147,177,169)
#A1BCB5
(161,188,181)
#AFC7C1
(175,199,193)
#BDD2CD
(189,210,205)
#CBDDD9
(203,221,217)
#D9E8E5
(217,232,229)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8579; }

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

This text font color is #5B8579.

Background Color

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

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

This div background color is #5B8579.

Border color

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

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

This div border color is #5B8579.

Opacity

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

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

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

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

This text has shadow with #5B8579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B8579.

Preview

Color preview on black background

This text has color #5B8579 on black background.


Color preview on white background

This text has color #5B8579 on white background.


Black color preview on #5B8579 background

This text has black color on #5B8579 background.


White color preview on #5B8579 background

This text has white color on #5B8579 background.


Related colors

Complementary color

Complementary color for #hex is #A47A86.


I love getcolorcode.com

Triadic colors

1 #795B85 and #85795B with #5B8579 are triadic colors.

2 #79855B and #855B79 with #5B8579 are triadic colors.