COLOR #5B9569

HEX: #5B9569 RGB: (91,149,105)

Color info

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

RGB color model

#5B9569 color RGB value is (91,149,105).

RGB: (91,149,105) (36%, 58%, 41%)

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 105 of 255 = 41%

91
149
105

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

Portions of RGB colors in percentages

R + G + B = 91 + 149 + 105 = 345 (100%)
R 91 of 345 ~ 26.38%
G 149 of 345 ~ 43.19%
B 105 of 345 ~ 30.43'%

%26.38
%43.19
%30.43

CMYK color model

#5B9569 color CMYK value is (39,0,30,42).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 41.57%

CMYK: (39,0,30,42)
C39M0Y30K42 (39%, 0%, 30%, 42%)
(0.39 / 0.00 / 0.30 / 0.42)

CMYK percentages

%38.93
%0
%29.53
%41.57

Codes

Color #5B9569 in popluar color models

5B 95 69
RGB 91 149 105
HSL 134° 24.17% 47.06%
HSB/HSV 134° 38.93% 58.43%
CMYK 38.93% 0.00% 29.53%
41.57%

Color #5B9569 in popluar number systems.

HEX 5B 95 69
Decimal 91 149 105
Binary 1011011 10010101 1101001
Octal 133 225 151

Shades and tints

Shades of #5B9569

#5B9569
(91,149,105)
#538860
(83,136,96)
#4B7B57
(75,123,87)
#436E4E
(67,110,78)
#3B6145
(59,97,69)
#33543C
(51,84,60)
#2B4733
(43,71,51)
#233A2A
(35,58,42)
#1B2D21
(27,45,33)
#132018
(19,32,24)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #5B9569

#5B9569
(91,149,105)
#699E76
(105,158,118)
#77A783
(119,167,131)
#85B090
(133,176,144)
#93B99D
(147,185,157)
#A1C2AA
(161,194,170)
#AFCBB7
(175,203,183)
#BDD4C4
(189,212,196)
#CBDDD1
(203,221,209)
#D9E6DE
(217,230,222)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9569 color. Also use rgb(91,149,105) instead hex code.

Text Font Color

.myTextColor { color: #5B9569; }

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

This text font color is #5B9569.

Background Color

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

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

This div background color is #5B9569.

Border color

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

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

This div border color is #5B9569.

Opacity

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

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

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

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

This text has shadow with #5B9569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9569.

Preview

Color preview on black background

This text has color #5B9569 on black background.


Color preview on white background

This text has color #5B9569 on white background.


Black color preview on #5B9569 background

This text has black color on #5B9569 background.


White color preview on #5B9569 background

This text has white color on #5B9569 background.


Related colors

Complementary color

Complementary color for #hex is #A46A96.


I love getcolorcode.com

Triadic colors

1 #695B95 and #95695B with #5B9569 are triadic colors.

2 #69955B and #955B69 with #5B9569 are triadic colors.