COLOR #5B9B6E

HEX: #5B9B6E RGB: (91,155,110)

Color info

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

RGB color model

#5B9B6E color RGB value is (91,155,110).

RGB: (91,155,110) (36%, 61%, 43%)

RGB channels and saturation

R 91 of 255 = 36%
G 155 of 255 = 61%
B 110 of 255 = 43%

91
155
110

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

Portions of RGB colors in percentages

R + G + B = 91 + 155 + 110 = 356 (100%)
R 91 of 356 ~ 25.56%
G 155 of 356 ~ 43.54%
B 110 of 356 ~ 30.9'%

%25.56
%43.54
%30.9

CMYK color model

#5B9B6E color CMYK value is (41,0,29,39).

  • cyan value is 41.29%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 39.22%

CMYK: (41,0,29,39)
C41M0Y29K39 (41%, 0%, 29%, 39%)
(0.41 / 0.00 / 0.29 / 0.39)

CMYK percentages

%41.29
%0
%29.03
%39.22

Codes

Color #5B9B6E in popluar color models

5B 9B 6E
RGB 91 155 110
HSL 138° 26.02% 48.24%
HSB/HSV 138° 41.29% 60.78%
CMYK 41.29% 0.00% 29.03%
39.22%

Color #5B9B6E in popluar number systems.

HEX 5B 9B 6E
Decimal 91 155 110
Binary 1011011 10011011 1101110
Octal 133 233 156

Shades and tints

Shades of #5B9B6E

#5B9B6E
(91,155,110)
#538D64
(83,141,100)
#4B7F5A
(75,127,90)
#437150
(67,113,80)
#3B6346
(59,99,70)
#33553C
(51,85,60)
#2B4732
(43,71,50)
#233928
(35,57,40)
#1B2B1E
(27,43,30)
#131D14
(19,29,20)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #5B9B6E

#5B9B6E
(91,155,110)
#69A47B
(105,164,123)
#77AD88
(119,173,136)
#85B695
(133,182,149)
#93BFA2
(147,191,162)
#A1C8AF
(161,200,175)
#AFD1BC
(175,209,188)
#BDDAC9
(189,218,201)
#CBE3D6
(203,227,214)
#D9ECE3
(217,236,227)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9B6E color. Also use rgb(91,155,110) instead hex code.

Text Font Color

.myTextColor { color: #5B9B6E; }

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

This text font color is #5B9B6E.

Background Color

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

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

This div background color is #5B9B6E.

Border color

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

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

This div border color is #5B9B6E.

Opacity

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

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

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

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

This text has shadow with #5B9B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9B6E.

Preview

Color preview on black background

This text has color #5B9B6E on black background.


Color preview on white background

This text has color #5B9B6E on white background.


Black color preview on #5B9B6E background

This text has black color on #5B9B6E background.


White color preview on #5B9B6E background

This text has white color on #5B9B6E background.


Related colors

Complementary color

Complementary color for #hex is #A46491.


I love getcolorcode.com

Triadic colors

1 #6E5B9B and #9B6E5B with #5B9B6E are triadic colors.

2 #6E9B5B and #9B5B6E with #5B9B6E are triadic colors.