COLOR #5B767D

HEX: #5B767D
RGB: (91,118,125)

Color info

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

RGB color model

#5B767D color RGB value is (91,118,125).

  • red value is 91;
  • green value is 118;
  • blue value is 125.
RGB:
(91,118,125)
(36%,46%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 125 of 255 = 49%

91
118
125

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

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 125 = 334 (100%)
R 91 of 334 ~ 27.25%
G 118 of 334 ~ 35.33%
B 125 of 334 ~ 37.43%

%27.25
%35.33
%37.43

CMYK color model

#5B767D color CMYK value is (27,6,0,51).

  • cyan value is 27.20%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(27,6,0,51)
C27M6Y0K51 
(27%,6%,0%,51%)
(0.27/0.06/0.00/0.51)	

CMYK percentages

%27.2
%5.6
%0
%50.98

Codes

Color #5B767D in popluar color models

5B767D
RGB91118125
HSL192°15.74%42.35%
HSB/HSV192°27.20%49.02%
CMYK27.20%5.60%0.00%
50.98%

Color #5B767D in popluar number systems.

HEX5B767D
Decimal91118125
Binary101101111101101111101
Octal133166175

Shades and tints

Shades of #5B767D

#5B767D
(91,118,125)
#536C72
(83,108,114)
#4B6267
(75,98,103)
#43585C
(67,88,92)
#3B4E51
(59,78,81)
#334446
(51,68,70)
#2B3A3B
(43,58,59)
#233030
(35,48,48)
#1B2625
(27,38,37)
#131C1A
(19,28,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #5B767D

#5B767D
(91,118,125)
#698288
(105,130,136)
#778E93
(119,142,147)
#859A9E
(133,154,158)
#93A6A9
(147,166,169)
#A1B2B4
(161,178,180)
#AFBEBF
(175,190,191)
#BDCACA
(189,202,202)
#CBD6D5
(203,214,213)
#D9E2E0
(217,226,224)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B767D color. Also use rgb(91,118,125) instead hex code.

Text Font Color

.myTextColor { color: #5B767D; }

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

This text font color is #5B767D.


Background Color

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

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

This div background color is #5B767D.


Border color

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

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

This div border color is #5B767D.


Opacity

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

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

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

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

This text has shadow with #5B767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B767D on black background.


Color preview on white background

This text has color #5B767D on white background.



Black color preview on #5B767D background

This text has black color on #5B767D background.


White color preview on #5B767D background

This text has white color on #5B767D background.