COLOR #5BA87D

HEX: #5BA87D RGB: (91,168,125)

Color info

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

RGB color model

#5BA87D color RGB value is (91,168,125).

RGB: (91,168,125) (36%, 66%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 168 of 255 = 66%
B 125 of 255 = 49%

91
168
125

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

Portions of RGB colors in percentages

R + G + B = 91 + 168 + 125 = 384 (100%)
R 91 of 384 ~ 23.7%
G 168 of 384 ~ 43.75%
B 125 of 384 ~ 32.55'%

%23.7
%43.75
%32.55

CMYK color model

#5BA87D color CMYK value is (46,0,26,34).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 34.12%

CMYK: (46,0,26,34)
C46M0Y26K34 (46%, 0%, 26%, 34%)
(0.46 / 0.00 / 0.26 / 0.34)

CMYK percentages

%45.83
%0
%25.6
%34.12

Codes

Color #5BA87D in popluar color models

5B A8 7D
RGB 91 168 125
HSL 146° 30.68% 50.78%
HSB/HSV 146° 45.83% 65.88%
CMYK 45.83% 0.00% 25.60%
34.12%

Color #5BA87D in popluar number systems.

HEX 5B A8 7D
Decimal 91 168 125
Binary 1011011 10101000 1111101
Octal 133 250 175

Shades and tints

Shades of #5BA87D

#5BA87D
(91,168,125)
#539972
(83,153,114)
#4B8A67
(75,138,103)
#437B5C
(67,123,92)
#3B6C51
(59,108,81)
#335D46
(51,93,70)
#2B4E3B
(43,78,59)
#233F30
(35,63,48)
#1B3025
(27,48,37)
#13211A
(19,33,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #5BA87D

#5BA87D
(91,168,125)
#69AF88
(105,175,136)
#77B693
(119,182,147)
#85BD9E
(133,189,158)
#93C4A9
(147,196,169)
#A1CBB4
(161,203,180)
#AFD2BF
(175,210,191)
#BDD9CA
(189,217,202)
#CBE0D5
(203,224,213)
#D9E7E0
(217,231,224)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA87D color. Also use rgb(91,168,125) instead hex code.

Text Font Color

.myTextColor { color: #5BA87D; }

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

This text font color is #5BA87D.

Background Color

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

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

This div background color is #5BA87D.

Border color

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

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

This div border color is #5BA87D.

Opacity

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

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

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

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

This text has shadow with #5BA87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BA87D.

Preview

Color preview on black background

This text has color #5BA87D on black background.


Color preview on white background

This text has color #5BA87D on white background.


Black color preview on #5BA87D background

This text has black color on #5BA87D background.


White color preview on #5BA87D background

This text has white color on #5BA87D background.


Related colors

Complementary color

Complementary color for #hex is #A45782.


I love getcolorcode.com

Triadic colors

1 #7D5BA8 and #A87D5B with #5BA87D are triadic colors.

2 #7DA85B and #A85B7D with #5BA87D are triadic colors.