COLOR #563550

HEX: #563550
RGB: (86,53,80)

Color info

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

RGB color model

#563550 color RGB value is (86,53,80).

  • red value is 86;
  • green value is 53;
  • blue value is 80.
RGB:
(86,53,80)
(34%,21%,31%)

RGB channels and saturation

R 86 of 255 = 34%
G 53 of 255 = 21%
B 80 of 255 = 31%

86
53
80

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

Portions of RGB colors in percentages

R + G + B =
86 + 53 + 80 = 219 (100%)
R 86 of 219 ~ 39.27%
G 53 of 219 ~ 24.2%
B 80 of 219 ~ 36.53%

%39.27
%24.2
%36.53

CMYK color model

#563550 color CMYK value is (0,38,7,66).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(0,38,7,66)
C0M38Y7K66 
(0%,38%,7%,66%)
(0.00/0.38/0.07/0.66)	

CMYK percentages

%0
%38.37
%6.98
%66.27

Codes

Color #563550 in popluar color models

563550
RGB865380
HSL311°23.74%27.25%
HSB/HSV311°38.37%33.73%
CMYK0.00%38.37%6.98%
66.27%

Color #563550 in popluar number systems.

HEX563550
Decimal865380
Binary10101101101011010000
Octal12665120

Shades and tints

Shades of #563550

#563550
(86,53,80)
#4F3149
(79,49,73)
#482D42
(72,45,66)
#41293B
(65,41,59)
#3A2534
(58,37,52)
#33212D
(51,33,45)
#2C1D26
(44,29,38)
#25191F
(37,25,31)
#1E1518
(30,21,24)
#171111
(23,17,17)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #563550

#563550
(86,53,80)
#65475F
(101,71,95)
#74596E
(116,89,110)
#836B7D
(131,107,125)
#927D8C
(146,125,140)
#A18F9B
(161,143,155)
#B0A1AA
(176,161,170)
#BFB3B9
(191,179,185)
#CEC5C8
(206,197,200)
#DDD7D7
(221,215,215)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563550 color. Also use rgb(86,53,80) instead hex code.

Text Font Color

.myTextColor { color: #563550; }

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

This text font color is #563550.


Background Color

.myBgColor { background-color: #563550; }

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

This div background color is #563550.


Border color

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

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

This div border color is #563550.


Opacity

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

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

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

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

This text has shadow with #563550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563550 on black background.


Color preview on white background

This text has color #563550 on white background.



Black color preview on #563550 background

This text has black color on #563550 background.


White color preview on #563550 background

This text has white color on #563550 background.