COLOR #5B687E

HEX: #5B687E
RGB: (91,104,126)

Color info

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

RGB color model

#5B687E color RGB value is (91,104,126).

  • red value is 91;
  • green value is 104;
  • blue value is 126.
RGB:
(91,104,126)
(36%,41%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 126 of 255 = 49%

91
104
126

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

Portions of RGB colors in percentages

R + G + B =
91 + 104 + 126 = 321 (100%)
R 91 of 321 ~ 28.35%
G 104 of 321 ~ 32.4%
B 126 of 321 ~ 39.25%

%28.35
%32.4
%39.25

CMYK color model

#5B687E color CMYK value is (28,17,0,51).

  • cyan value is 27.78%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(28,17,0,51)
C28M17Y0K51 
(28%,17%,0%,51%)
(0.28/0.17/0.00/0.51)	

CMYK percentages

%27.78
%17.46
%0
%50.59

Codes

Color #5B687E in popluar color models

5B687E
RGB91104126
HSL218°16.13%42.55%
HSB/HSV218°27.78%49.41%
CMYK27.78%17.46%0.00%
50.59%

Color #5B687E in popluar number systems.

HEX5B687E
Decimal91104126
Binary101101111010001111110
Octal133150176

Shades and tints

Shades of #5B687E

#5B687E
(91,104,126)
#535F73
(83,95,115)
#4B5668
(75,86,104)
#434D5D
(67,77,93)
#3B4452
(59,68,82)
#333B47
(51,59,71)
#2B323C
(43,50,60)
#232931
(35,41,49)
#1B2026
(27,32,38)
#13171B
(19,23,27)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #5B687E

#5B687E
(91,104,126)
#697589
(105,117,137)
#778294
(119,130,148)
#858F9F
(133,143,159)
#939CAA
(147,156,170)
#A1A9B5
(161,169,181)
#AFB6C0
(175,182,192)
#BDC3CB
(189,195,203)
#CBD0D6
(203,208,214)
#D9DDE1
(217,221,225)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B687E color. Also use rgb(91,104,126) instead hex code.

Text Font Color

.myTextColor { color: #5B687E; }

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

This text font color is #5B687E.


Background Color

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

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

This div background color is #5B687E.


Border color

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

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

This div border color is #5B687E.


Opacity

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

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

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

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

This text has shadow with #5B687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B687E on black background.


Color preview on white background

This text has color #5B687E on white background.



Black color preview on #5B687E background

This text has black color on #5B687E background.


White color preview on #5B687E background

This text has white color on #5B687E background.