COLOR #5B6B7B

HEX: #5B6B7B
RGB: (91,107,123)

Color info

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

RGB color model

#5B6B7B color RGB value is (91,107,123).

  • red value is 91;
  • green value is 107;
  • blue value is 123.
RGB:
(91,107,123)
(36%,42%,48%)

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 123 of 255 = 48%

91
107
123

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

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 123 = 321 (100%)
R 91 of 321 ~ 28.35%
G 107 of 321 ~ 33.33%
B 123 of 321 ~ 38.32%

%28.35
%33.33
%38.32

CMYK color model

#5B6B7B color CMYK value is (26,13,0,52).

  • cyan value is 26.02%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(26,13,0,52)
C26M13Y0K52 
(26%,13%,0%,52%)
(0.26/0.13/0.00/0.52)	

CMYK percentages

%26.02
%13.01
%0
%51.76

Codes

Color #5B6B7B in popluar color models

5B6B7B
RGB91107123
HSL210°14.95%41.96%
HSB/HSV210°26.02%48.24%
CMYK26.02%13.01%0.00%
51.76%

Color #5B6B7B in popluar number systems.

HEX5B6B7B
Decimal91107123
Binary101101111010111111011
Octal133153173

Shades and tints

Shades of #5B6B7B

#5B6B7B
(91,107,123)
#536270
(83,98,112)
#4B5965
(75,89,101)
#43505A
(67,80,90)
#3B474F
(59,71,79)
#333E44
(51,62,68)
#2B3539
(43,53,57)
#232C2E
(35,44,46)
#1B2323
(27,35,35)
#131A18
(19,26,24)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #5B6B7B

#5B6B7B
(91,107,123)
#697887
(105,120,135)
#778593
(119,133,147)
#85929F
(133,146,159)
#939FAB
(147,159,171)
#A1ACB7
(161,172,183)
#AFB9C3
(175,185,195)
#BDC6CF
(189,198,207)
#CBD3DB
(203,211,219)
#D9E0E7
(217,224,231)
#E7EDF3
(231,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6B7B color. Also use rgb(91,107,123) instead hex code.

Text Font Color

.myTextColor { color: #5B6B7B; }

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

This text font color is #5B6B7B.


Background Color

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

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

This div background color is #5B6B7B.


Border color

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

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

This div border color is #5B6B7B.


Opacity

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

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

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

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

This text has shadow with #5B6B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B7B on black background.


Color preview on white background

This text has color #5B6B7B on white background.



Black color preview on #5B6B7B background

This text has black color on #5B6B7B background.


White color preview on #5B6B7B background

This text has white color on #5B6B7B background.