COLOR #56587B

HEX: #56587B
RGB: (86,88,123)

Color info

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

RGB color model

#56587B color RGB value is (86,88,123).

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

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 123 of 255 = 48%

86
88
123

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

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 123 = 297 (100%)
R 86 of 297 ~ 28.96%
G 88 of 297 ~ 29.63%
B 123 of 297 ~ 41.41%

%28.96
%29.63
%41.41

CMYK color model

#56587B color CMYK value is (30,28,0,52).

  • cyan value is 30.08%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(30,28,0,52)
C30M28Y0K52 
(30%,28%,0%,52%)
(0.30/0.28/0.00/0.52)	

CMYK percentages

%30.08
%28.46
%0
%51.76

Codes

Color #56587B in popluar color models

56587B
RGB8688123
HSL237°17.70%40.98%
HSB/HSV237°30.08%48.24%
CMYK30.08%28.46%0.00%
51.76%

Color #56587B in popluar number systems.

HEX56587B
Decimal8688123
Binary101011010110001111011
Octal126130173

Shades and tints

Shades of #56587B

#56587B
(86,88,123)
#4F5070
(79,80,112)
#484865
(72,72,101)
#41405A
(65,64,90)
#3A384F
(58,56,79)
#333044
(51,48,68)
#2C2839
(44,40,57)
#25202E
(37,32,46)
#1E1823
(30,24,35)
#171018
(23,16,24)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #56587B

#56587B
(86,88,123)
#656787
(101,103,135)
#747693
(116,118,147)
#83859F
(131,133,159)
#9294AB
(146,148,171)
#A1A3B7
(161,163,183)
#B0B2C3
(176,178,195)
#BFC1CF
(191,193,207)
#CED0DB
(206,208,219)
#DDDFE7
(221,223,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56587B; }

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

This text font color is #56587B.


Background Color

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

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

This div background color is #56587B.


Border color

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

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

This div border color is #56587B.


Opacity

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

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

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

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

This text has shadow with #56587B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56587B on black background.


Color preview on white background

This text has color #56587B on white background.



Black color preview on #56587B background

This text has black color on #56587B background.


White color preview on #56587B background

This text has white color on #56587B background.