COLOR #56708D

HEX: #56708D
RGB: (86,112,141)

Color info

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

RGB color model

#56708D color RGB value is (86,112,141).

  • red value is 86;
  • green value is 112;
  • blue value is 141.
RGB:
(86,112,141)
(34%,44%,55%)

RGB channels and saturation

R 86 of 255 = 34%
G 112 of 255 = 44%
B 141 of 255 = 55%

86
112
141

R + G + B ~ 44%. #56708D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 112 + 141 = 339 (100%)
R 86 of 339 ~ 25.37%
G 112 of 339 ~ 33.04%
B 141 of 339 ~ 41.59%

%25.37
%33.04
%41.59

CMYK color model

#56708D color CMYK value is (39,21,0,45).

  • cyan value is 39.01%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(39,21,0,45)
C39M21Y0K45 
(39%,21%,0%,45%)
(0.39/0.21/0.00/0.45)	

CMYK percentages

%39.01
%20.57
%0
%44.71

Codes

Color #56708D in popluar color models

56708D
RGB86112141
HSL212°24.23%44.51%
HSB/HSV212°39.01%55.29%
CMYK39.01%20.57%0.00%
44.71%

Color #56708D in popluar number systems.

HEX56708D
Decimal86112141
Binary1010110111000010001101
Octal126160215

Shades and tints

Shades of #56708D

#56708D
(86,112,141)
#4F6681
(79,102,129)
#485C75
(72,92,117)
#415269
(65,82,105)
#3A485D
(58,72,93)
#333E51
(51,62,81)
#2C3445
(44,52,69)
#252A39
(37,42,57)
#1E202D
(30,32,45)
#171621
(23,22,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #56708D

#56708D
(86,112,141)
#657D97
(101,125,151)
#748AA1
(116,138,161)
#8397AB
(131,151,171)
#92A4B5
(146,164,181)
#A1B1BF
(161,177,191)
#B0BEC9
(176,190,201)
#BFCBD3
(191,203,211)
#CED8DD
(206,216,221)
#DDE5E7
(221,229,231)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56708D color. Also use rgb(86,112,141) instead hex code.

Text Font Color

.myTextColor { color: #56708D; }

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

This text font color is #56708D.


Background Color

.myBgColor { background-color: #56708D; }

<div style="background-color:#56708D">Inner text</div>

This div background color is #56708D.


Border color

.myBorderColor { border: 1px solid #56708D; }

<div style="border:3px solid #56708D">Div</div>

This div border color is #56708D.


Opacity

.myOpacity80 { color: #56708D; opacity: 0.8; }

<p style="color:#56708D;opacity:0.8;">80%</p>

Text with #56708D 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 #56708D;}

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

This text has shadow with #56708D color.

.textShadow {text-shadow: 3px 3px 1px #56708D, 3px 3px 1px red;}

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

This text has shadow with #56708D primary color and red secondary color.


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

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

This text has shadow with #56708D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56708D on black background.


Color preview on white background

This text has color #56708D on white background.



Black color preview on #56708D background

This text has black color on #56708D background.


White color preview on #56708D background

This text has white color on #56708D background.