COLOR #5B6673

HEX: #5B6673
RGB: (91,102,115)

Color info

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

RGB color model

#5B6673 color RGB value is (91,102,115).

  • red value is 91;
  • green value is 102;
  • blue value is 115.
RGB:
(91,102,115)
(36%,40%,45%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 115 of 255 = 45%

91
102
115

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

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 115 = 308 (100%)
R 91 of 308 ~ 29.55%
G 102 of 308 ~ 33.12%
B 115 of 308 ~ 37.34%

%29.55
%33.12
%37.34

CMYK color model

#5B6673 color CMYK value is (21,11,0,55).

  • cyan value is 20.87%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(21,11,0,55)
C21M11Y0K55 
(21%,11%,0%,55%)
(0.21/0.11/0.00/0.55)	

CMYK percentages

%20.87
%11.3
%0
%54.9

Codes

Color #5B6673 in popluar color models

5B6673
RGB91102115
HSL213°11.65%40.39%
HSB/HSV213°20.87%45.10%
CMYK20.87%11.30%0.00%
54.90%

Color #5B6673 in popluar number systems.

HEX5B6673
Decimal91102115
Binary101101111001101110011
Octal133146163

Shades and tints

Shades of #5B6673

#5B6673
(91,102,115)
#535D69
(83,93,105)
#4B545F
(75,84,95)
#434B55
(67,75,85)
#3B424B
(59,66,75)
#333941
(51,57,65)
#2B3037
(43,48,55)
#23272D
(35,39,45)
#1B1E23
(27,30,35)
#131519
(19,21,25)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #5B6673

#5B6673
(91,102,115)
#69737F
(105,115,127)
#77808B
(119,128,139)
#858D97
(133,141,151)
#939AA3
(147,154,163)
#A1A7AF
(161,167,175)
#AFB4BB
(175,180,187)
#BDC1C7
(189,193,199)
#CBCED3
(203,206,211)
#D9DBDF
(217,219,223)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6673 color. Also use rgb(91,102,115) instead hex code.

Text Font Color

.myTextColor { color: #5B6673; }

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

This text font color is #5B6673.


Background Color

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

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

This div background color is #5B6673.


Border color

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

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

This div border color is #5B6673.


Opacity

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

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

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

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

This text has shadow with #5B6673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6673 on black background.


Color preview on white background

This text has color #5B6673 on white background.



Black color preview on #5B6673 background

This text has black color on #5B6673 background.


White color preview on #5B6673 background

This text has white color on #5B6673 background.