COLOR #5B9F6E

HEX: #5B9F6E RGB: (91,159,110)

Color info

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

RGB color model

#5B9F6E color RGB value is (91,159,110).

RGB: (91,159,110) (36%, 62%, 43%)

RGB channels and saturation

R 91 of 255 = 36%
G 159 of 255 = 62%
B 110 of 255 = 43%

91
159
110

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

Portions of RGB colors in percentages

R + G + B = 91 + 159 + 110 = 360 (100%)
R 91 of 360 ~ 25.28%
G 159 of 360 ~ 44.17%
B 110 of 360 ~ 30.56'%

%25.28
%44.17
%30.56

CMYK color model

#5B9F6E color CMYK value is (43,0,31,38).

  • cyan value is 42.77%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 37.65%

CMYK: (43,0,31,38)
C43M0Y31K38 (43%, 0%, 31%, 38%)
(0.43 / 0.00 / 0.31 / 0.38)

CMYK percentages

%42.77
%0
%30.82
%37.65

Codes

Color #5B9F6E in popluar color models

5B 9F 6E
RGB 91 159 110
HSL 137° 27.20% 49.02%
HSB/HSV 137° 42.77% 62.35%
CMYK 42.77% 0.00% 30.82%
37.65%

Color #5B9F6E in popluar number systems.

HEX 5B 9F 6E
Decimal 91 159 110
Binary 1011011 10011111 1101110
Octal 133 237 156

Shades and tints

Shades of #5B9F6E

#5B9F6E
(91,159,110)
#539164
(83,145,100)
#4B835A
(75,131,90)
#437550
(67,117,80)
#3B6746
(59,103,70)
#33593C
(51,89,60)
#2B4B32
(43,75,50)
#233D28
(35,61,40)
#1B2F1E
(27,47,30)
#132114
(19,33,20)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #5B9F6E

#5B9F6E
(91,159,110)
#69A77B
(105,167,123)
#77AF88
(119,175,136)
#85B795
(133,183,149)
#93BFA2
(147,191,162)
#A1C7AF
(161,199,175)
#AFCFBC
(175,207,188)
#BDD7C9
(189,215,201)
#CBDFD6
(203,223,214)
#D9E7E3
(217,231,227)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9F6E; }

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

This text font color is #5B9F6E.

Background Color

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

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

This div background color is #5B9F6E.

Border color

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

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

This div border color is #5B9F6E.

Opacity

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

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

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

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

This text has shadow with #5B9F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9F6E.

Preview

Color preview on black background

This text has color #5B9F6E on black background.


Color preview on white background

This text has color #5B9F6E on white background.


Black color preview on #5B9F6E background

This text has black color on #5B9F6E background.


White color preview on #5B9F6E background

This text has white color on #5B9F6E background.


Related colors

Complementary color

Complementary color for #hex is #A46091.


I love getcolorcode.com

Triadic colors

1 #6E5B9F and #9F6E5B with #5B9F6E are triadic colors.

2 #6E9F5B and #9F5B6E with #5B9F6E are triadic colors.