COLOR #56537D

HEX: #56537D
RGB: (86,83,125)

Color info

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

RGB color model

#56537D color RGB value is (86,83,125).

  • red value is 86;
  • green value is 83;
  • blue value is 125.
RGB:
(86,83,125)
(34%,33%,49%)

RGB channels and saturation

R 86 of 255 = 34%
G 83 of 255 = 33%
B 125 of 255 = 49%

86
83
125

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

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 125 = 294 (100%)
R 86 of 294 ~ 29.25%
G 83 of 294 ~ 28.23%
B 125 of 294 ~ 42.52%

%29.25
%28.23
%42.52

CMYK color model

#56537D color CMYK value is (31,34,0,51).

  • cyan value is 31.20%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(31,34,0,51)
C31M34Y0K51 
(31%,34%,0%,51%)
(0.31/0.34/0.00/0.51)	

CMYK percentages

%31.2
%33.6
%0
%50.98

Codes

Color #56537D in popluar color models

56537D
RGB8683125
HSL244°20.19%40.78%
HSB/HSV244°33.60%49.02%
CMYK31.20%33.60%0.00%
50.98%

Color #56537D in popluar number systems.

HEX56537D
Decimal8683125
Binary101011010100111111101
Octal126123175

Shades and tints

Shades of #56537D

#56537D
(86,83,125)
#4F4C72
(79,76,114)
#484567
(72,69,103)
#413E5C
(65,62,92)
#3A3751
(58,55,81)
#333046
(51,48,70)
#2C293B
(44,41,59)
#252230
(37,34,48)
#1E1B25
(30,27,37)
#17141A
(23,20,26)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #56537D

#56537D
(86,83,125)
#656288
(101,98,136)
#747193
(116,113,147)
#83809E
(131,128,158)
#928FA9
(146,143,169)
#A19EB4
(161,158,180)
#B0ADBF
(176,173,191)
#BFBCCA
(191,188,202)
#CECBD5
(206,203,213)
#DDDAE0
(221,218,224)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56537D color. Also use rgb(86,83,125) instead hex code.

Text Font Color

.myTextColor { color: #56537D; }

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

This text font color is #56537D.


Background Color

.myBgColor { background-color: #56537D; }

<div style="background-color:#56537D">Inner text</div>

This div background color is #56537D.


Border color

.myBorderColor { border: 1px solid #56537D; }

<div style="border:3px solid #56537D">Div</div>

This div border color is #56537D.


Opacity

.myOpacity80 { color: #56537D; opacity: 0.8; }

<p style="color:#56537D;opacity:0.8;">80%</p>

Text with #56537D 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 #56537D;}

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

This text has shadow with #56537D color.

.textShadow {text-shadow: 3px 3px 1px #56537D, 3px 3px 1px red;}

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

This text has shadow with #56537D primary color and red secondary color.


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

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

This text has shadow with #56537D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56537D on black background.


Color preview on white background

This text has color #56537D on white background.



Black color preview on #56537D background

This text has black color on #56537D background.


White color preview on #56537D background

This text has white color on #56537D background.