COLOR #5B6E6F

HEX: #5B6E6F RGB: (91,110,111)

Color info

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

RGB color model

#5B6E6F color RGB value is (91,110,111).

RGB: (91,110,111) (36%, 43%, 44%)

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 111 of 255 = 44%

91
110
111

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

Portions of RGB colors in percentages

R + G + B = 91 + 110 + 111 = 312 (100%)
R 91 of 312 ~ 29.17%
G 110 of 312 ~ 35.26%
B 111 of 312 ~ 35.58'%

%29.17
%35.26
%35.58

CMYK color model

#5B6E6F color CMYK value is (18,1,0,56).

  • cyan value is 18.02%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (18,1,0,56)
C18M1Y0K56 (18%, 1%, 0%, 56%)
(0.18 / 0.01 / 0.00 / 0.56)

CMYK percentages

%18.02
%0.9
%0
%56.47

Codes

Color #5B6E6F in popluar color models

5B 6E 6F
RGB 91 110 111
HSL 183° 9.90% 39.61%
HSB/HSV 183° 18.02% 43.53%
CMYK 18.02% 0.90% 0.00%
56.47%

Color #5B6E6F in popluar number systems.

HEX 5B 6E 6F
Decimal 91 110 111
Binary 1011011 1101110 1101111
Octal 133 156 157

Shades and tints

Shades of #5B6E6F

#5B6E6F
(91,110,111)
#536465
(83,100,101)
#4B5A5B
(75,90,91)
#435051
(67,80,81)
#3B4647
(59,70,71)
#333C3D
(51,60,61)
#2B3233
(43,50,51)
#232829
(35,40,41)
#1B1E1F
(27,30,31)
#131415
(19,20,21)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B6E6F

#5B6E6F
(91,110,111)
#697B7C
(105,123,124)
#778889
(119,136,137)
#859596
(133,149,150)
#93A2A3
(147,162,163)
#A1AFB0
(161,175,176)
#AFBCBD
(175,188,189)
#BDC9CA
(189,201,202)
#CBD6D7
(203,214,215)
#D9E3E4
(217,227,228)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6E6F; }

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

This text font color is #5B6E6F.

Background Color

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

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

This div background color is #5B6E6F.

Border color

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

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

This div border color is #5B6E6F.

Opacity

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

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

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

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

This text has shadow with #5B6E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6E6F.

Preview

Color preview on black background

This text has color #5B6E6F on black background.


Color preview on white background

This text has color #5B6E6F on white background.


Black color preview on #5B6E6F background

This text has black color on #5B6E6F background.


White color preview on #5B6E6F background

This text has white color on #5B6E6F background.


Related colors

Complementary color

Complementary color for #hex is #A49190.


I love getcolorcode.com

Triadic colors

1 #6F5B6E and #6E6F5B with #5B6E6F are triadic colors.

2 #6F6E5B and #6E5B6F with #5B6E6F are triadic colors.