COLOR #56587E

HEX: #56587E
RGB: (86,88,126)

Color info

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

RGB color model

#56587E color RGB value is (86,88,126).

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

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 126 of 255 = 49%

86
88
126

R + G + B ~ 39%. #56587E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 126 = 300 (100%)
R 86 of 300 ~ 28.67%
G 88 of 300 ~ 29.33%
B 126 of 300 ~ 42%

%28.67
%29.33
%42

CMYK color model

#56587E color CMYK value is (32,30,0,51).

  • cyan value is 31.75%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(32,30,0,51)
C32M30Y0K51 
(32%,30%,0%,51%)
(0.32/0.30/0.00/0.51)	

CMYK percentages

%31.75
%30.16
%0
%50.59

Codes

Color #56587E in popluar color models

56587E
RGB8688126
HSL237°18.87%41.57%
HSB/HSV237°31.75%49.41%
CMYK31.75%30.16%0.00%
50.59%

Color #56587E in popluar number systems.

HEX56587E
Decimal8688126
Binary101011010110001111110
Octal126130176

Shades and tints

Shades of #56587E

#56587E
(86,88,126)
#4F5073
(79,80,115)
#484868
(72,72,104)
#41405D
(65,64,93)
#3A3852
(58,56,82)
#333047
(51,48,71)
#2C283C
(44,40,60)
#252031
(37,32,49)
#1E1826
(30,24,38)
#17101B
(23,16,27)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #56587E

#56587E
(86,88,126)
#656789
(101,103,137)
#747694
(116,118,148)
#83859F
(131,133,159)
#9294AA
(146,148,170)
#A1A3B5
(161,163,181)
#B0B2C0
(176,178,192)
#BFC1CB
(191,193,203)
#CED0D6
(206,208,214)
#DDDFE1
(221,223,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56587E; }

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

This text font color is #56587E.


Background Color

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

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

This div background color is #56587E.


Border color

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

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

This div border color is #56587E.


Opacity

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

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

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

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

This text has shadow with #56587E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56587E on black background.


Color preview on white background

This text has color #56587E on white background.



Black color preview on #56587E background

This text has black color on #56587E background.


White color preview on #56587E background

This text has white color on #56587E background.