COLOR #56587F

HEX: #56587F
RGB: (86,88,127)

Color info

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

RGB color model

#56587F color RGB value is (86,88,127).

  • red value is 86;
  • green value is 88;
  • blue value is 127.
RGB:
(86,88,127)
(34%,35%,50%)

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 127 of 255 = 50%

86
88
127

R + G + B ~ 40%. #56587F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 127 = 301 (100%)
R 86 of 301 ~ 28.57%
G 88 of 301 ~ 29.24%
B 127 of 301 ~ 42.19%

%28.57
%29.24
%42.19

CMYK color model

#56587F color CMYK value is (32,31,0,50).

  • cyan value is 32.28%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(32,31,0,50)
C32M31Y0K50 
(32%,31%,0%,50%)
(0.32/0.31/0.00/0.50)	

CMYK percentages

%32.28
%30.71
%0
%50.2

Codes

Color #56587F in popluar color models

56587F
RGB8688127
HSL237°19.25%41.76%
HSB/HSV237°32.28%49.80%
CMYK32.28%30.71%0.00%
50.20%

Color #56587F in popluar number systems.

HEX56587F
Decimal8688127
Binary101011010110001111111
Octal126130177

Shades and tints

Shades of #56587F

#56587F
(86,88,127)
#4F5074
(79,80,116)
#484869
(72,72,105)
#41405E
(65,64,94)
#3A3853
(58,56,83)
#333048
(51,48,72)
#2C283D
(44,40,61)
#252032
(37,32,50)
#1E1827
(30,24,39)
#17101C
(23,16,28)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #56587F

#56587F
(86,88,127)
#65678A
(101,103,138)
#747695
(116,118,149)
#8385A0
(131,133,160)
#9294AB
(146,148,171)
#A1A3B6
(161,163,182)
#B0B2C1
(176,178,193)
#BFC1CC
(191,193,204)
#CED0D7
(206,208,215)
#DDDFE2
(221,223,226)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56587F color. Also use rgb(86,88,127) instead hex code.

Text Font Color

.myTextColor { color: #56587F; }

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

This text font color is #56587F.


Background Color

.myBgColor { background-color: #56587F; }

<div style="background-color:#56587F">Inner text</div>

This div background color is #56587F.


Border color

.myBorderColor { border: 1px solid #56587F; }

<div style="border:3px solid #56587F">Div</div>

This div border color is #56587F.


Opacity

.myOpacity80 { color: #56587F; opacity: 0.8; }

<p style="color:#56587F;opacity:0.8;">80%</p>

Text with #56587F 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 #56587F;}

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

This text has shadow with #56587F color.

.textShadow {text-shadow: 3px 3px 1px #56587F, 3px 3px 1px red;}

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

This text has shadow with #56587F primary color and red secondary color.


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

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

This text has shadow with #56587F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56587F on black background.


Color preview on white background

This text has color #56587F on white background.



Black color preview on #56587F background

This text has black color on #56587F background.


White color preview on #56587F background

This text has white color on #56587F background.