COLOR #563655

HEX: #563655
RGB: (86,54,85)

Color info

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

RGB color model

#563655 color RGB value is (86,54,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 54 of 255 = 21%
B 85 of 255 = 33%

86
54
85

R + G + B ~ 29%. #563655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 54 + 85 = 225 (100%)
R 86 of 225 ~ 38.22%
G 54 of 225 ~ 24%
B 85 of 225 ~ 37.78%

%38.22
%24
%37.78

CMYK color model

#563655 color CMYK value is (0,37,1,66).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(0,37,1,66)
C0M37Y1K66 
(0%,37%,1%,66%)
(0.00/0.37/0.01/0.66)	

CMYK percentages

%0
%37.21
%1.16
%66.27

Codes

Color #563655 in popluar color models

563655
RGB865485
HSL302°22.86%27.45%
HSB/HSV302°37.21%33.73%
CMYK0.00%37.21%1.16%
66.27%

Color #563655 in popluar number systems.

HEX563655
Decimal865485
Binary10101101101101010101
Octal12666125

Shades and tints

Shades of #563655

#563655
(86,54,85)
#4F324E
(79,50,78)
#482E47
(72,46,71)
#412A40
(65,42,64)
#3A2639
(58,38,57)
#332232
(51,34,50)
#2C1E2B
(44,30,43)
#251A24
(37,26,36)
#1E161D
(30,22,29)
#171216
(23,18,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #563655

#563655
(86,54,85)
#654864
(101,72,100)
#745A73
(116,90,115)
#836C82
(131,108,130)
#927E91
(146,126,145)
#A190A0
(161,144,160)
#B0A2AF
(176,162,175)
#BFB4BE
(191,180,190)
#CEC6CD
(206,198,205)
#DDD8DC
(221,216,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563655; }

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

This text font color is #563655.


Background Color

.myBgColor { background-color: #563655; }

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

This div background color is #563655.


Border color

.myBorderColor { border: 1px solid #563655; }

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

This div border color is #563655.


Opacity

.myOpacity80 { color: #563655; opacity: 0.8; }

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

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

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

This text has shadow with #563655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563655 on black background.


Color preview on white background

This text has color #563655 on white background.



Black color preview on #563655 background

This text has black color on #563655 background.


White color preview on #563655 background

This text has white color on #563655 background.