COLOR #56557A

HEX: #56557A
RGB: (86,85,122)

Color info

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

RGB color model

#56557A color RGB value is (86,85,122).

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

RGB channels and saturation

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

86
85
122

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

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 122 = 293 (100%)
R 86 of 293 ~ 29.35%
G 85 of 293 ~ 29.01%
B 122 of 293 ~ 41.64%

%29.35
%29.01
%41.64

CMYK color model

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

  • cyan value is 29.51%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,30,0,52)
C30M30Y0K52 
(30%,30%,0%,52%)
(0.30/0.30/0.00/0.52)	

CMYK percentages

%29.51
%30.33
%0
%52.16

Codes

Color #56557A in popluar color models

56557A
RGB8685122
HSL242°17.87%40.59%
HSB/HSV242°30.33%47.84%
CMYK29.51%30.33%0.00%
52.16%

Color #56557A in popluar number systems.

HEX56557A
Decimal8685122
Binary101011010101011111010
Octal126125172

Shades and tints

Shades of #56557A

#56557A
(86,85,122)
#4F4E6F
(79,78,111)
#484764
(72,71,100)
#414059
(65,64,89)
#3A394E
(58,57,78)
#333243
(51,50,67)
#2C2B38
(44,43,56)
#25242D
(37,36,45)
#1E1D22
(30,29,34)
#171617
(23,22,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #56557A

#56557A
(86,85,122)
#656486
(101,100,134)
#747392
(116,115,146)
#83829E
(131,130,158)
#9291AA
(146,145,170)
#A1A0B6
(161,160,182)
#B0AFC2
(176,175,194)
#BFBECE
(191,190,206)
#CECDDA
(206,205,218)
#DDDCE6
(221,220,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56557A; }

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

This text font color is #56557A.


Background Color

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

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

This div background color is #56557A.


Border color

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

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

This div border color is #56557A.


Opacity

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

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

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

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

This text has shadow with #56557A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56557A on black background.


Color preview on white background

This text has color #56557A on white background.



Black color preview on #56557A background

This text has black color on #56557A background.


White color preview on #56557A background

This text has white color on #56557A background.