COLOR #563A55

HEX: #563A55 RGB: (86,58,85)

Color info

#563A55 contains red, green and blue colors in about the same proportion. Web safe color of #563A55 is #663366 (or #636).

RGB color model

#563A55 color RGB value is (86,58,85).

RGB: (86,58,85) (34%, 23%, 33%)

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 85 of 255 = 33%

86
58
85

R + G + B ~ 30%. #563A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 58 + 85 = 229 (100%)
R 86 of 229 ~ 37.55%
G 58 of 229 ~ 25.33%
B 85 of 229 ~ 37.12'%

%37.55
%25.33
%37.12

CMYK color model

#563A55 color CMYK value is (0,33,1,66).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 1.16%
  • key color value is 66.27%

CMYK: (0,33,1,66)
C0M33Y1K66 (0%, 33%, 1%, 66%)
(0.00 / 0.33 / 0.01 / 0.66)

CMYK percentages

%0
%32.56
%1.16
%66.27

Codes

Color #563A55 in popluar color models

56 3A 55
RGB 86 58 85
HSL 302° 19.44% 28.24%
HSB/HSV 302° 32.56% 33.73%
CMYK 0.00% 32.56% 1.16%
66.27%

Color #563A55 in popluar number systems.

HEX 56 3A 55
Decimal 86 58 85
Binary 1010110 111010 1010101
Octal 126 72 125

Shades and tints

Shades of #563A55

#563A55
(86,58,85)
#4F354E
(79,53,78)
#483047
(72,48,71)
#412B40
(65,43,64)
#3A2639
(58,38,57)
#332132
(51,33,50)
#2C1C2B
(44,28,43)
#251724
(37,23,36)
#1E121D
(30,18,29)
#170D16
(23,13,22)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #563A55

#563A55
(86,58,85)
#654B64
(101,75,100)
#745C73
(116,92,115)
#836D82
(131,109,130)
#927E91
(146,126,145)
#A18FA0
(161,143,160)
#B0A0AF
(176,160,175)
#BFB1BE
(191,177,190)
#CEC2CD
(206,194,205)
#DDD3DC
(221,211,220)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563A55 color. Also use rgb(86,58,85) instead hex code.

Text Font Color

.myTextColor { color: #563A55; }

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

This text font color is #563A55.

Background Color

.myBgColor { background-color: #563A55; }

<div style="background-color:#563A55">Inner text</div>

This div background color is #563A55.

Border color

.myBorderColor { border: 1px solid #563A55; }

<div style="border:3px solid #563A55">Div</div>

This div border color is #563A55.

Opacity

.myOpacity80 { color: #563A55; opacity: 0.8; }

<p style="color:#563A55;opacity:0.8;">80%</p>

Text with #563A55 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 #563A55;}

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

This text has shadow with #563A55 color.


.textShadow {text-shadow: 3px 3px 1px #563A55', 3px 3px 1px red;}

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

This text has shadow with #563A55 primary color and red secondary color.


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

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

This text has shadow with #563A55 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #563A55; -webkit-box-shadow: 1px 1px 3px 2px #563A55; box-shadow:1px 1px 3px 2px #563A55;">
Div content here
</div>

This div box has shadow with color #563A55.

Preview

Color preview on black background

This text has color #563A55 on black background.


Color preview on white background

This text has color #563A55 on white background.


Black color preview on #563A55 background

This text has black color on #563A55 background.


White color preview on #563A55 background

This text has white color on #563A55 background.


Related colors

Complementary color

Complementary color for #hex is #A9C5AA.


I love getcolorcode.com

Triadic colors

1 #55563A and #3A5556 with #563A55 are triadic colors.

2 #553A56 and #3A5655 with #563A55 are triadic colors.