COLOR #5B9E5D

HEX: #5B9E5D RGB: (91,158,93)

Color info

#5B9E5D contains mainly green color. Web safe color of #5B9E5D is #669966 (or #696).

RGB color model

#5B9E5D color RGB value is (91,158,93).

RGB: (91,158,93) (36%, 62%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 158 of 255 = 62%
B 93 of 255 = 36%

91
158
93

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

Portions of RGB colors in percentages

R + G + B = 91 + 158 + 93 = 342 (100%)
R 91 of 342 ~ 26.61%
G 158 of 342 ~ 46.2%
B 93 of 342 ~ 27.19'%

%26.61
%46.2
%27.19

CMYK color model

#5B9E5D color CMYK value is (42,0,41,38).

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

CMYK: (42,0,41,38)
C42M0Y41K38 (42%, 0%, 41%, 38%)
(0.42 / 0.00 / 0.41 / 0.38)

CMYK percentages

%42.41
%0
%41.14
%38.04

Codes

Color #5B9E5D in popluar color models

5B 9E 5D
RGB 91 158 93
HSL 122° 26.91% 48.82%
HSB/HSV 122° 42.41% 61.96%
CMYK 42.41% 0.00% 41.14%
38.04%

Color #5B9E5D in popluar number systems.

HEX 5B 9E 5D
Decimal 91 158 93
Binary 1011011 10011110 1011101
Octal 133 236 135

Shades and tints

Shades of #5B9E5D

#5B9E5D
(91,158,93)
#539055
(83,144,85)
#4B824D
(75,130,77)
#437445
(67,116,69)
#3B663D
(59,102,61)
#335835
(51,88,53)
#2B4A2D
(43,74,45)
#233C25
(35,60,37)
#1B2E1D
(27,46,29)
#132015
(19,32,21)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #5B9E5D

#5B9E5D
(91,158,93)
#69A66B
(105,166,107)
#77AE79
(119,174,121)
#85B687
(133,182,135)
#93BE95
(147,190,149)
#A1C6A3
(161,198,163)
#AFCEB1
(175,206,177)
#BDD6BF
(189,214,191)
#CBDECD
(203,222,205)
#D9E6DB
(217,230,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9E5D; }

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

This text font color is #5B9E5D.

Background Color

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

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

This div background color is #5B9E5D.

Border color

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

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

This div border color is #5B9E5D.

Opacity

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

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

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

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

This text has shadow with #5B9E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9E5D.

Preview

Color preview on black background

This text has color #5B9E5D on black background.


Color preview on white background

This text has color #5B9E5D on white background.


Black color preview on #5B9E5D background

This text has black color on #5B9E5D background.


White color preview on #5B9E5D background

This text has white color on #5B9E5D background.


Related colors

Complementary color

Complementary color for #hex is #A461A2.


I love getcolorcode.com

Triadic colors

1 #5D5B9E and #9E5D5B with #5B9E5D are triadic colors.

2 #5D9E5B and #9E5B5D with #5B9E5D are triadic colors.