COLOR #5B9555

HEX: #5B9555 RGB: (91,149,85)

Color info

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

RGB color model

#5B9555 color RGB value is (91,149,85).

RGB: (91,149,85) (36%, 58%, 33%)

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 85 of 255 = 33%

91
149
85

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

Portions of RGB colors in percentages

R + G + B = 91 + 149 + 85 = 325 (100%)
R 91 of 325 ~ 28%
G 149 of 325 ~ 45.85%
B 85 of 325 ~ 26.15'%

%28
%45.85
%26.15

CMYK color model

#5B9555 color CMYK value is (39,0,43,42).

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

CMYK: (39,0,43,42)
C39M0Y43K42 (39%, 0%, 43%, 42%)
(0.39 / 0.00 / 0.43 / 0.42)

CMYK percentages

%38.93
%0
%42.95
%41.57

Codes

Color #5B9555 in popluar color models

5B 95 55
RGB 91 149 85
HSL 114° 27.35% 45.88%
HSB/HSV 114° 42.95% 58.43%
CMYK 38.93% 0.00% 42.95%
41.57%

Color #5B9555 in popluar number systems.

HEX 5B 95 55
Decimal 91 149 85
Binary 1011011 10010101 1010101
Octal 133 225 125

Shades and tints

Shades of #5B9555

#5B9555
(91,149,85)
#53884E
(83,136,78)
#4B7B47
(75,123,71)
#436E40
(67,110,64)
#3B6139
(59,97,57)
#335432
(51,84,50)
#2B472B
(43,71,43)
#233A24
(35,58,36)
#1B2D1D
(27,45,29)
#132016
(19,32,22)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #5B9555

#5B9555
(91,149,85)
#699E64
(105,158,100)
#77A773
(119,167,115)
#85B082
(133,176,130)
#93B991
(147,185,145)
#A1C2A0
(161,194,160)
#AFCBAF
(175,203,175)
#BDD4BE
(189,212,190)
#CBDDCD
(203,221,205)
#D9E6DC
(217,230,220)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9555; }

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

This text font color is #5B9555.

Background Color

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

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

This div background color is #5B9555.

Border color

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

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

This div border color is #5B9555.

Opacity

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

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

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

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

This text has shadow with #5B9555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9555.

Preview

Color preview on black background

This text has color #5B9555 on black background.


Color preview on white background

This text has color #5B9555 on white background.


Black color preview on #5B9555 background

This text has black color on #5B9555 background.


White color preview on #5B9555 background

This text has white color on #5B9555 background.


Related colors

Complementary color

Complementary color for #hex is #A46AAA.


I love getcolorcode.com

Triadic colors

1 #555B95 and #95555B with #5B9555 are triadic colors.

2 #55955B and #955B55 with #5B9555 are triadic colors.