COLOR #5B806D

HEX: #5B806D RGB: (91,128,109)

Color info

#5B806D contains red, green and blue colors in about the same proportion. Web safe color of #5B806D is #666666 (or #666).

RGB color model

#5B806D color RGB value is (91,128,109).

RGB: (91,128,109) (36%, 50%, 43%)

RGB channels and saturation

R 91 of 255 = 36%
G 128 of 255 = 50%
B 109 of 255 = 43%

91
128
109

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

Portions of RGB colors in percentages

R + G + B = 91 + 128 + 109 = 328 (100%)
R 91 of 328 ~ 27.74%
G 128 of 328 ~ 39.02%
B 109 of 328 ~ 33.23'%

%27.74
%39.02
%33.23

CMYK color model

#5B806D color CMYK value is (29,0,15,50).

  • cyan value is 28.91%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK: (29,0,15,50) C29M0Y15K50 (29%,0%,15%,50%) (0.29/0.00/0.15/0.50) 

CMYK percentages

%28.91
%0
%14.84
%49.8

Codes

Color #5B806D in popluar color models

5B 80 6D
RGB 91 128 109
HSL 149° 16.89% 42.94%
HSB/HSV 149° 28.91% 50.20%
CMYK 28.91% 0.00% 14.84%
49.80%

Color #5B806D in popluar number systems.

HEX 5B 80 6D
Decimal 91 128 109
Binary 1011011 10000000 1101101
Octal 133 200 155

Shades and tints

Shades of #5B806D

#5B806D
(91,128,109)
#537564
(83,117,100)
#4B6A5B
(75,106,91)
#435F52
(67,95,82)
#3B5449
(59,84,73)
#334940
(51,73,64)
#2B3E37
(43,62,55)
#23332E
(35,51,46)
#1B2825
(27,40,37)
#131D1C
(19,29,28)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #5B806D

#5B806D
(91,128,109)
#698B7A
(105,139,122)
#779687
(119,150,135)
#85A194
(133,161,148)
#93ACA1
(147,172,161)
#A1B7AE
(161,183,174)
#AFC2BB
(175,194,187)
#BDCDC8
(189,205,200)
#CBD8D5
(203,216,213)
#D9E3E2
(217,227,226)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B806D color. Also use rgb(91,128,109) instead hex code.

Text Font Color

.myTextColor { color: #5B806D; }

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

This text font color is #5B806D.

Background Color

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

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

This div background color is #5B806D.

Border color

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

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

This div border color is #5B806D.

Opacity

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

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

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

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

This text has shadow with #5B806D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B806D.

Preview

Color preview on black background

This text has color #5B806D on black background.


Color preview on white background

This text has color #5B806D on white background.


Black color preview on #5B806D background

This text has black color on #5B806D background.


White color preview on #5B806D background

This text has white color on #5B806D background.


Related colors

Complementary color

Complementary color for #hex is #A47F92.


I love getcolorcode.com

Triadic colors

1 #6D5B80 and #806D5B with #5B806D are triadic colors.

2 #6D805B and #805B6D with #5B806D are triadic colors.