COLOR #5B9875

HEX: #5B9875 RGB: (91,152,117)

Color info

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

RGB color model

#5B9875 color RGB value is (91,152,117).

RGB: (91,152,117) (36%, 60%, 46%)

RGB channels and saturation

R 91 of 255 = 36%
G 152 of 255 = 60%
B 117 of 255 = 46%

91
152
117

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

Portions of RGB colors in percentages

R + G + B = 91 + 152 + 117 = 360 (100%)
R 91 of 360 ~ 25.28%
G 152 of 360 ~ 42.22%
B 117 of 360 ~ 32.5'%

%25.28
%42.22
%32.5

CMYK color model

#5B9875 color CMYK value is (40,0,23,40).

  • cyan value is 40.13%
  • magenta value is 0.00%
  • yellow value is 23.03%
  • key color value is 40.39%

CMYK: (40,0,23,40)
C40M0Y23K40 (40%, 0%, 23%, 40%)
(0.40 / 0.00 / 0.23 / 0.40)

CMYK percentages

%40.13
%0
%23.03
%40.39

Codes

Color #5B9875 in popluar color models

5B 98 75
RGB 91 152 117
HSL 146° 25.10% 47.65%
HSB/HSV 146° 40.13% 59.61%
CMYK 40.13% 0.00% 23.03%
40.39%

Color #5B9875 in popluar number systems.

HEX 5B 98 75
Decimal 91 152 117
Binary 1011011 10011000 1110101
Octal 133 230 165

Shades and tints

Shades of #5B9875

#5B9875
(91,152,117)
#538B6B
(83,139,107)
#4B7E61
(75,126,97)
#437157
(67,113,87)
#3B644D
(59,100,77)
#335743
(51,87,67)
#2B4A39
(43,74,57)
#233D2F
(35,61,47)
#1B3025
(27,48,37)
#13231B
(19,35,27)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #5B9875

#5B9875
(91,152,117)
#69A181
(105,161,129)
#77AA8D
(119,170,141)
#85B399
(133,179,153)
#93BCA5
(147,188,165)
#A1C5B1
(161,197,177)
#AFCEBD
(175,206,189)
#BDD7C9
(189,215,201)
#CBE0D5
(203,224,213)
#D9E9E1
(217,233,225)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9875 color. Also use rgb(91,152,117) instead hex code.

Text Font Color

.myTextColor { color: #5B9875; }

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

This text font color is #5B9875.

Background Color

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

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

This div background color is #5B9875.

Border color

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

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

This div border color is #5B9875.

Opacity

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

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

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

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

This text has shadow with #5B9875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9875.

Preview

Color preview on black background

This text has color #5B9875 on black background.


Color preview on white background

This text has color #5B9875 on white background.


Black color preview on #5B9875 background

This text has black color on #5B9875 background.


White color preview on #5B9875 background

This text has white color on #5B9875 background.


Related colors

Complementary color

Complementary color for #hex is #A4678A.


I love getcolorcode.com

Triadic colors

1 #755B98 and #98755B with #5B9875 are triadic colors.

2 #75985B and #985B75 with #5B9875 are triadic colors.