COLOR #5B6D6E

HEX: #5B6D6E RGB: (91,109,110)

Color info

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

RGB color model

#5B6D6E color RGB value is (91,109,110).

RGB: (91,109,110) (36%, 43%, 43%)

RGB channels and saturation

R 91 of 255 = 36%
G 109 of 255 = 43%
B 110 of 255 = 43%

91
109
110

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

Portions of RGB colors in percentages

R + G + B = 91 + 109 + 110 = 310 (100%)
R 91 of 310 ~ 29.35%
G 109 of 310 ~ 35.16%
B 110 of 310 ~ 35.48'%

%29.35
%35.16
%35.48

CMYK color model

#5B6D6E color CMYK value is (17,1,0,57).

  • cyan value is 17.27%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (17,1,0,57)
C17M1Y0K57 (17%, 1%, 0%, 57%)
(0.17 / 0.01 / 0.00 / 0.57)

CMYK percentages

%17.27
%0.91
%0
%56.86

Codes

Color #5B6D6E in popluar color models

5B 6D 6E
RGB 91 109 110
HSL 183° 9.45% 39.41%
HSB/HSV 183° 17.27% 43.14%
CMYK 17.27% 0.91% 0.00%
56.86%

Color #5B6D6E in popluar number systems.

HEX 5B 6D 6E
Decimal 91 109 110
Binary 1011011 1101101 1101110
Octal 133 155 156

Shades and tints

Shades of #5B6D6E

#5B6D6E
(91,109,110)
#536464
(83,100,100)
#4B5B5A
(75,91,90)
#435250
(67,82,80)
#3B4946
(59,73,70)
#33403C
(51,64,60)
#2B3732
(43,55,50)
#232E28
(35,46,40)
#1B251E
(27,37,30)
#131C14
(19,28,20)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #5B6D6E

#5B6D6E
(91,109,110)
#697A7B
(105,122,123)
#778788
(119,135,136)
#859495
(133,148,149)
#93A1A2
(147,161,162)
#A1AEAF
(161,174,175)
#AFBBBC
(175,187,188)
#BDC8C9
(189,200,201)
#CBD5D6
(203,213,214)
#D9E2E3
(217,226,227)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6D6E; }

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

This text font color is #5B6D6E.

Background Color

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

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

This div background color is #5B6D6E.

Border color

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

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

This div border color is #5B6D6E.

Opacity

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

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

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

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

This text has shadow with #5B6D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6D6E.

Preview

Color preview on black background

This text has color #5B6D6E on black background.


Color preview on white background

This text has color #5B6D6E on white background.


Black color preview on #5B6D6E background

This text has black color on #5B6D6E background.


White color preview on #5B6D6E background

This text has white color on #5B6D6E background.


Related colors

Complementary color

Complementary color for #hex is #A49291.


I love getcolorcode.com

Triadic colors

1 #6E5B6D and #6D6E5B with #5B6D6E are triadic colors.

2 #6E6D5B and #6D5B6E with #5B6D6E are triadic colors.