COLOR #5B9E7C

HEX: #5B9E7C RGB: (91,158,124)

Color info

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

RGB color model

#5B9E7C color RGB value is (91,158,124).

RGB: (91,158,124) (36%, 62%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 158 of 255 = 62%
B 124 of 255 = 49%

91
158
124

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

Portions of RGB colors in percentages

R + G + B = 91 + 158 + 124 = 373 (100%)
R 91 of 373 ~ 24.4%
G 158 of 373 ~ 42.36%
B 124 of 373 ~ 33.24'%

%24.4
%42.36
%33.24

CMYK color model

#5B9E7C color CMYK value is (42,0,22,38).

  • cyan value is 42.41%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%

CMYK: (42,0,22,38)
C42M0Y22K38 (42%, 0%, 22%, 38%)
(0.42 / 0.00 / 0.22 / 0.38)

CMYK percentages

%42.41
%0
%21.52
%38.04

Codes

Color #5B9E7C in popluar color models

5B 9E 7C
RGB 91 158 124
HSL 150° 26.91% 48.82%
HSB/HSV 150° 42.41% 61.96%
CMYK 42.41% 0.00% 21.52%
38.04%

Color #5B9E7C in popluar number systems.

HEX 5B 9E 7C
Decimal 91 158 124
Binary 1011011 10011110 1111100
Octal 133 236 174

Shades and tints

Shades of #5B9E7C

#5B9E7C
(91,158,124)
#539071
(83,144,113)
#4B8266
(75,130,102)
#43745B
(67,116,91)
#3B6650
(59,102,80)
#335845
(51,88,69)
#2B4A3A
(43,74,58)
#233C2F
(35,60,47)
#1B2E24
(27,46,36)
#132019
(19,32,25)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #5B9E7C

#5B9E7C
(91,158,124)
#69A687
(105,166,135)
#77AE92
(119,174,146)
#85B69D
(133,182,157)
#93BEA8
(147,190,168)
#A1C6B3
(161,198,179)
#AFCEBE
(175,206,190)
#BDD6C9
(189,214,201)
#CBDED4
(203,222,212)
#D9E6DF
(217,230,223)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9E7C color. Also use rgb(91,158,124) instead hex code.

Text Font Color

.myTextColor { color: #5B9E7C; }

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

This text font color is #5B9E7C.

Background Color

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

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

This div background color is #5B9E7C.

Border color

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

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

This div border color is #5B9E7C.

Opacity

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

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

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

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

This text has shadow with #5B9E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9E7C.

Preview

Color preview on black background

This text has color #5B9E7C on black background.


Color preview on white background

This text has color #5B9E7C on white background.


Black color preview on #5B9E7C background

This text has black color on #5B9E7C background.


White color preview on #5B9E7C background

This text has white color on #5B9E7C background.


Related colors

Complementary color

Complementary color for #hex is #A46183.


I love getcolorcode.com

Triadic colors

1 #7C5B9E and #9E7C5B with #5B9E7C are triadic colors.

2 #7C9E5B and #9E5B7C with #5B9E7C are triadic colors.