COLOR #5B6377

HEX: #5B6377
RGB: (91,99,119)

Color info

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

RGB color model

#5B6377 color RGB value is (91,99,119).

  • red value is 91;
  • green value is 99;
  • blue value is 119.
RGB:
(91,99,119)
(36%,39%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 99 of 255 = 39%
B 119 of 255 = 47%

91
99
119

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

Portions of RGB colors in percentages

R + G + B =
91 + 99 + 119 = 309 (100%)
R 91 of 309 ~ 29.45%
G 99 of 309 ~ 32.04%
B 119 of 309 ~ 38.51%

%29.45
%32.04
%38.51

CMYK color model

#5B6377 color CMYK value is (24,17,0,53).

  • cyan value is 23.53%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(24,17,0,53)
C24M17Y0K53 
(24%,17%,0%,53%)
(0.24/0.17/0.00/0.53)	

CMYK percentages

%23.53
%16.81
%0
%53.33

Codes

Color #5B6377 in popluar color models

5B6377
RGB9199119
HSL223°13.33%41.18%
HSB/HSV223°23.53%46.67%
CMYK23.53%16.81%0.00%
53.33%

Color #5B6377 in popluar number systems.

HEX5B6377
Decimal9199119
Binary101101111000111110111
Octal133143167

Shades and tints

Shades of #5B6377

#5B6377
(91,99,119)
#535A6D
(83,90,109)
#4B5163
(75,81,99)
#434859
(67,72,89)
#3B3F4F
(59,63,79)
#333645
(51,54,69)
#2B2D3B
(43,45,59)
#232431
(35,36,49)
#1B1B27
(27,27,39)
#13121D
(19,18,29)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #5B6377

#5B6377
(91,99,119)
#697183
(105,113,131)
#777F8F
(119,127,143)
#858D9B
(133,141,155)
#939BA7
(147,155,167)
#A1A9B3
(161,169,179)
#AFB7BF
(175,183,191)
#BDC5CB
(189,197,203)
#CBD3D7
(203,211,215)
#D9E1E3
(217,225,227)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6377; }

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

This text font color is #5B6377.


Background Color

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

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

This div background color is #5B6377.


Border color

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

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

This div border color is #5B6377.


Opacity

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

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

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

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

This text has shadow with #5B6377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6377 on black background.


Color preview on white background

This text has color #5B6377 on white background.



Black color preview on #5B6377 background

This text has black color on #5B6377 background.


White color preview on #5B6377 background

This text has white color on #5B6377 background.