COLOR #5B708F

HEX: #5B708F
RGB: (91,112,143)

Color info

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

RGB color model

#5B708F color RGB value is (91,112,143).

  • red value is 91;
  • green value is 112;
  • blue value is 143.
RGB:
(91,112,143)
(36%,44%,56%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 143 of 255 = 56%

91
112
143

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 143 = 346 (100%)
R 91 of 346 ~ 26.3%
G 112 of 346 ~ 32.37%
B 143 of 346 ~ 41.33%

%26.3
%32.37
%41.33

CMYK color model

#5B708F color CMYK value is (36,22,0,44).

  • cyan value is 36.36%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(36,22,0,44)
C36M22Y0K44 
(36%,22%,0%,44%)
(0.36/0.22/0.00/0.44)	

CMYK percentages

%36.36
%21.68
%0
%43.92

Codes

Color #5B708F in popluar color models

5B708F
RGB91112143
HSL216°22.22%45.88%
HSB/HSV216°36.36%56.08%
CMYK36.36%21.68%0.00%
43.92%

Color #5B708F in popluar number systems.

HEX5B708F
Decimal91112143
Binary1011011111000010001111
Octal133160217

Shades and tints

Shades of #5B708F

#5B708F
(91,112,143)
#536682
(83,102,130)
#4B5C75
(75,92,117)
#435268
(67,82,104)
#3B485B
(59,72,91)
#333E4E
(51,62,78)
#2B3441
(43,52,65)
#232A34
(35,42,52)
#1B2027
(27,32,39)
#13161A
(19,22,26)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B708F

#5B708F
(91,112,143)
#697D99
(105,125,153)
#778AA3
(119,138,163)
#8597AD
(133,151,173)
#93A4B7
(147,164,183)
#A1B1C1
(161,177,193)
#AFBECB
(175,190,203)
#BDCBD5
(189,203,213)
#CBD8DF
(203,216,223)
#D9E5E9
(217,229,233)
#E7F2F3
(231,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B708F color. Also use rgb(91,112,143) instead hex code.

Text Font Color

.myTextColor { color: #5B708F; }

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

This text font color is #5B708F.


Background Color

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

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

This div background color is #5B708F.


Border color

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

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

This div border color is #5B708F.


Opacity

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

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

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

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

This text has shadow with #5B708F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B708F on black background.


Color preview on white background

This text has color #5B708F on white background.



Black color preview on #5B708F background

This text has black color on #5B708F background.


White color preview on #5B708F background

This text has white color on #5B708F background.