COLOR #5B777F

HEX: #5B777F RGB: (91,119,127)

Color info

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

RGB color model

#5B777F color RGB value is (91,119,127).

RGB: (91,119,127) (36%, 47%, 50%)

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 127 of 255 = 50%

91
119
127

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

Portions of RGB colors in percentages

R + G + B = 91 + 119 + 127 = 337 (100%)
R 91 of 337 ~ 27%
G 119 of 337 ~ 35.31%
B 127 of 337 ~ 37.69'%

%27
%35.31
%37.69

CMYK color model

#5B777F color CMYK value is (28,6,0,50).

  • cyan value is 28.35%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (28,6,0,50) C28M6Y0K50 (28%,6%,0%,50%) (0.28/0.06/0.00/0.50) 

CMYK percentages

%28.35
%6.3
%0
%50.2

Codes

Color #5B777F in popluar color models

5B 77 7F
RGB 91 119 127
HSL 193° 16.51% 42.75%
HSB/HSV 193° 28.35% 49.80%
CMYK 28.35% 6.30% 0.00%
50.20%

Color #5B777F in popluar number systems.

HEX 5B 77 7F
Decimal 91 119 127
Binary 1011011 1110111 1111111
Octal 133 167 177

Shades and tints

Shades of #5B777F

#5B777F
(91,119,127)
#536D74
(83,109,116)
#4B6369
(75,99,105)
#43595E
(67,89,94)
#3B4F53
(59,79,83)
#334548
(51,69,72)
#2B3B3D
(43,59,61)
#233132
(35,49,50)
#1B2727
(27,39,39)
#131D1C
(19,29,28)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #5B777F

#5B777F
(91,119,127)
#69838A
(105,131,138)
#778F95
(119,143,149)
#859BA0
(133,155,160)
#93A7AB
(147,167,171)
#A1B3B6
(161,179,182)
#AFBFC1
(175,191,193)
#BDCBCC
(189,203,204)
#CBD7D7
(203,215,215)
#D9E3E2
(217,227,226)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B777F color. Also use rgb(91,119,127) instead hex code.

Text Font Color

.myTextColor { color: #5B777F; }

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

This text font color is #5B777F.

Background Color

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

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

This div background color is #5B777F.

Border color

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

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

This div border color is #5B777F.

Opacity

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

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

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

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

This text has shadow with #5B777F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B777F.

Preview

Color preview on black background

This text has color #5B777F on black background.


Color preview on white background

This text has color #5B777F on white background.


Black color preview on #5B777F background

This text has black color on #5B777F background.


White color preview on #5B777F background

This text has white color on #5B777F background.


Related colors

Complementary color

Complementary color for #hex is #A48880.


I love getcolorcode.com

Triadic colors

1 #7F5B77 and #777F5B with #5B777F are triadic colors.

2 #7F775B and #775B7F with #5B777F are triadic colors.