COLOR #5B718A

HEX: #5B718A
RGB: (91,113,138)

Color info

#5B718A contains red, green and blue colors in about the same proportion. Web safe color of #5B718A is #666699 (or #669).

RGB color model

#5B718A color RGB value is (91,113,138).

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

RGB channels and saturation

R 91 of 255 = 36%
G 113 of 255 = 44%
B 138 of 255 = 54%

91
113
138

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

Portions of RGB colors in percentages

R + G + B =
91 + 113 + 138 = 342 (100%)
R 91 of 342 ~ 26.61%
G 113 of 342 ~ 33.04%
B 138 of 342 ~ 40.35%

%26.61
%33.04
%40.35

CMYK color model

#5B718A color CMYK value is (34,18,0,46).

  • cyan value is 34.06%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(34,18,0,46)
C34M18Y0K46 
(34%,18%,0%,46%)
(0.34/0.18/0.00/0.46)	

CMYK percentages

%34.06
%18.12
%0
%45.88

Codes

Color #5B718A in popluar color models

5B718A
RGB91113138
HSL212°20.52%44.90%
HSB/HSV212°34.06%54.12%
CMYK34.06%18.12%0.00%
45.88%

Color #5B718A in popluar number systems.

HEX5B718A
Decimal91113138
Binary1011011111000110001010
Octal133161212

Shades and tints

Shades of #5B718A

#5B718A
(91,113,138)
#53677E
(83,103,126)
#4B5D72
(75,93,114)
#435366
(67,83,102)
#3B495A
(59,73,90)
#333F4E
(51,63,78)
#2B3542
(43,53,66)
#232B36
(35,43,54)
#1B212A
(27,33,42)
#13171E
(19,23,30)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B718A

#5B718A
(91,113,138)
#697D94
(105,125,148)
#77899E
(119,137,158)
#8595A8
(133,149,168)
#93A1B2
(147,161,178)
#A1ADBC
(161,173,188)
#AFB9C6
(175,185,198)
#BDC5D0
(189,197,208)
#CBD1DA
(203,209,218)
#D9DDE4
(217,221,228)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B718A; }

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

This text font color is #5B718A.


Background Color

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

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

This div background color is #5B718A.


Border color

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

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

This div border color is #5B718A.


Opacity

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

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

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

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

This text has shadow with #5B718A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B718A on black background.


Color preview on white background

This text has color #5B718A on white background.



Black color preview on #5B718A background

This text has black color on #5B718A background.


White color preview on #5B718A background

This text has white color on #5B718A background.