COLOR #56557B

HEX: #56557B
RGB: (86,85,123)

Color info

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

RGB color model

#56557B color RGB value is (86,85,123).

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

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 123 of 255 = 48%

86
85
123

R + G + B ~ 38%. #56557B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 123 = 294 (100%)
R 86 of 294 ~ 29.25%
G 85 of 294 ~ 28.91%
B 123 of 294 ~ 41.84%

%29.25
%28.91
%41.84

CMYK color model

#56557B color CMYK value is (30,31,0,52).

  • cyan value is 30.08%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(30,31,0,52)
C30M31Y0K52 
(30%,31%,0%,52%)
(0.30/0.31/0.00/0.52)	

CMYK percentages

%30.08
%30.89
%0
%51.76

Codes

Color #56557B in popluar color models

56557B
RGB8685123
HSL242°18.27%40.78%
HSB/HSV242°30.89%48.24%
CMYK30.08%30.89%0.00%
51.76%

Color #56557B in popluar number systems.

HEX56557B
Decimal8685123
Binary101011010101011111011
Octal126125173

Shades and tints

Shades of #56557B

#56557B
(86,85,123)
#4F4E70
(79,78,112)
#484765
(72,71,101)
#41405A
(65,64,90)
#3A394F
(58,57,79)
#333244
(51,50,68)
#2C2B39
(44,43,57)
#25242E
(37,36,46)
#1E1D23
(30,29,35)
#171618
(23,22,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #56557B

#56557B
(86,85,123)
#656487
(101,100,135)
#747393
(116,115,147)
#83829F
(131,130,159)
#9291AB
(146,145,171)
#A1A0B7
(161,160,183)
#B0AFC3
(176,175,195)
#BFBECF
(191,190,207)
#CECDDB
(206,205,219)
#DDDCE7
(221,220,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56557B; }

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

This text font color is #56557B.


Background Color

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

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

This div background color is #56557B.


Border color

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

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

This div border color is #56557B.


Opacity

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

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

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

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

This text has shadow with #56557B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56557B on black background.


Color preview on white background

This text has color #56557B on white background.



Black color preview on #56557B background

This text has black color on #56557B background.


White color preview on #56557B background

This text has white color on #56557B background.