COLOR #5B717A

HEX: #5B717A
RGB: (91,113,122)

Color info

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

RGB color model

#5B717A color RGB value is (91,113,122).

  • red value is 91;
  • green value is 113;
  • blue value is 122.
RGB:
(91,113,122)
(36%,44%,48%)

RGB channels and saturation

R 91 of 255 = 36%
G 113 of 255 = 44%
B 122 of 255 = 48%

91
113
122

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

Portions of RGB colors in percentages

R + G + B =
91 + 113 + 122 = 326 (100%)
R 91 of 326 ~ 27.91%
G 113 of 326 ~ 34.66%
B 122 of 326 ~ 37.42%

%27.91
%34.66
%37.42

CMYK color model

#5B717A color CMYK value is (25,7,0,52).

  • cyan value is 25.41%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(25,7,0,52)
C25M7Y0K52 
(25%,7%,0%,52%)
(0.25/0.07/0.00/0.52)	

CMYK percentages

%25.41
%7.38
%0
%52.16

Codes

Color #5B717A in popluar color models

5B717A
RGB91113122
HSL197°14.55%41.76%
HSB/HSV197°25.41%47.84%
CMYK25.41%7.38%0.00%
52.16%

Color #5B717A in popluar number systems.

HEX5B717A
Decimal91113122
Binary101101111100011111010
Octal133161172

Shades and tints

Shades of #5B717A

#5B717A
(91,113,122)
#53676F
(83,103,111)
#4B5D64
(75,93,100)
#435359
(67,83,89)
#3B494E
(59,73,78)
#333F43
(51,63,67)
#2B3538
(43,53,56)
#232B2D
(35,43,45)
#1B2122
(27,33,34)
#131717
(19,23,23)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #5B717A

#5B717A
(91,113,122)
#697D86
(105,125,134)
#778992
(119,137,146)
#85959E
(133,149,158)
#93A1AA
(147,161,170)
#A1ADB6
(161,173,182)
#AFB9C2
(175,185,194)
#BDC5CE
(189,197,206)
#CBD1DA
(203,209,218)
#D9DDE6
(217,221,230)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B717A color. Also use rgb(91,113,122) instead hex code.

Text Font Color

.myTextColor { color: #5B717A; }

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

This text font color is #5B717A.


Background Color

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

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

This div background color is #5B717A.


Border color

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

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

This div border color is #5B717A.


Opacity

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

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

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

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

This text has shadow with #5B717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B717A on black background.


Color preview on white background

This text has color #5B717A on white background.



Black color preview on #5B717A background

This text has black color on #5B717A background.


White color preview on #5B717A background

This text has white color on #5B717A background.