COLOR #56587A

HEX: #56587A
RGB: (86,88,122)

Color info

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

RGB color model

#56587A color RGB value is (86,88,122).

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

RGB channels and saturation

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

86
88
122

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

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 122 = 296 (100%)
R 86 of 296 ~ 29.05%
G 88 of 296 ~ 29.73%
B 122 of 296 ~ 41.22%

%29.05
%29.73
%41.22

CMYK color model

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

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

CMYK percentages

%29.51
%27.87
%0
%52.16

Codes

Color #56587A in popluar color models

56587A
RGB8688122
HSL237°17.31%40.78%
HSB/HSV237°29.51%47.84%
CMYK29.51%27.87%0.00%
52.16%

Color #56587A in popluar number systems.

HEX56587A
Decimal8688122
Binary101011010110001111010
Octal126130172

Shades and tints

Shades of #56587A

#56587A
(86,88,122)
#4F506F
(79,80,111)
#484864
(72,72,100)
#414059
(65,64,89)
#3A384E
(58,56,78)
#333043
(51,48,67)
#2C2838
(44,40,56)
#25202D
(37,32,45)
#1E1822
(30,24,34)
#171017
(23,16,23)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #56587A

#56587A
(86,88,122)
#656786
(101,103,134)
#747692
(116,118,146)
#83859E
(131,133,158)
#9294AA
(146,148,170)
#A1A3B6
(161,163,182)
#B0B2C2
(176,178,194)
#BFC1CE
(191,193,206)
#CED0DA
(206,208,218)
#DDDFE6
(221,223,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56587A; }

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

This text font color is #56587A.


Background Color

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

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

This div background color is #56587A.


Border color

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

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

This div border color is #56587A.


Opacity

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

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

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

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

This text has shadow with #56587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56587A on black background.


Color preview on white background

This text has color #56587A on white background.



Black color preview on #56587A background

This text has black color on #56587A background.


White color preview on #56587A background

This text has white color on #56587A background.