COLOR #5B6E7A

HEX: #5B6E7A
RGB: (91,110,122)

Color info

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

RGB color model

#5B6E7A color RGB value is (91,110,122).

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

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 122 of 255 = 48%

91
110
122

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

Portions of RGB colors in percentages

R + G + B =
91 + 110 + 122 = 323 (100%)
R 91 of 323 ~ 28.17%
G 110 of 323 ~ 34.06%
B 122 of 323 ~ 37.77%

%28.17
%34.06
%37.77

CMYK color model

#5B6E7A color CMYK value is (25,10,0,52).

  • cyan value is 25.41%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(25,10,0,52)
C25M10Y0K52 
(25%,10%,0%,52%)
(0.25/0.10/0.00/0.52)	

CMYK percentages

%25.41
%9.84
%0
%52.16

Codes

Color #5B6E7A in popluar color models

5B6E7A
RGB91110122
HSL203°14.55%41.76%
HSB/HSV203°25.41%47.84%
CMYK25.41%9.84%0.00%
52.16%

Color #5B6E7A in popluar number systems.

HEX5B6E7A
Decimal91110122
Binary101101111011101111010
Octal133156172

Shades and tints

Shades of #5B6E7A

#5B6E7A
(91,110,122)
#53646F
(83,100,111)
#4B5A64
(75,90,100)
#435059
(67,80,89)
#3B464E
(59,70,78)
#333C43
(51,60,67)
#2B3238
(43,50,56)
#23282D
(35,40,45)
#1B1E22
(27,30,34)
#131417
(19,20,23)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #5B6E7A

#5B6E7A
(91,110,122)
#697B86
(105,123,134)
#778892
(119,136,146)
#85959E
(133,149,158)
#93A2AA
(147,162,170)
#A1AFB6
(161,175,182)
#AFBCC2
(175,188,194)
#BDC9CE
(189,201,206)
#CBD6DA
(203,214,218)
#D9E3E6
(217,227,230)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6E7A; }

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

This text font color is #5B6E7A.


Background Color

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

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

This div background color is #5B6E7A.


Border color

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

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

This div border color is #5B6E7A.


Opacity

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

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

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

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

This text has shadow with #5B6E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6E7A on black background.


Color preview on white background

This text has color #5B6E7A on white background.



Black color preview on #5B6E7A background

This text has black color on #5B6E7A background.


White color preview on #5B6E7A background

This text has white color on #5B6E7A background.