COLOR #563552

HEX: #563552
RGB: (86,53,82)

Color info

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

RGB color model

#563552 color RGB value is (86,53,82).

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

RGB channels and saturation

R 86 of 255 = 34%
G 53 of 255 = 21%
B 82 of 255 = 32%

86
53
82

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

Portions of RGB colors in percentages

R + G + B =
86 + 53 + 82 = 221 (100%)
R 86 of 221 ~ 38.91%
G 53 of 221 ~ 23.98%
B 82 of 221 ~ 37.1%

%38.91
%23.98
%37.1

CMYK color model

#563552 color CMYK value is (0,38,5,66).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 4.65%
  • key color value is 66.27%
CMYK:
(0,38,5,66)
C0M38Y5K66 
(0%,38%,5%,66%)
(0.00/0.38/0.05/0.66)	

CMYK percentages

%0
%38.37
%4.65
%66.27

Codes

Color #563552 in popluar color models

563552
RGB865382
HSL307°23.74%27.25%
HSB/HSV307°38.37%33.73%
CMYK0.00%38.37%4.65%
66.27%

Color #563552 in popluar number systems.

HEX563552
Decimal865382
Binary10101101101011010010
Octal12665122

Shades and tints

Shades of #563552

#563552
(86,53,82)
#4F314B
(79,49,75)
#482D44
(72,45,68)
#41293D
(65,41,61)
#3A2536
(58,37,54)
#33212F
(51,33,47)
#2C1D28
(44,29,40)
#251921
(37,25,33)
#1E151A
(30,21,26)
#171113
(23,17,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #563552

#563552
(86,53,82)
#654761
(101,71,97)
#745970
(116,89,112)
#836B7F
(131,107,127)
#927D8E
(146,125,142)
#A18F9D
(161,143,157)
#B0A1AC
(176,161,172)
#BFB3BB
(191,179,187)
#CEC5CA
(206,197,202)
#DDD7D9
(221,215,217)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563552; }

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

This text font color is #563552.


Background Color

.myBgColor { background-color: #563552; }

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

This div background color is #563552.


Border color

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

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

This div border color is #563552.


Opacity

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

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

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

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

This text has shadow with #563552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563552 on black background.


Color preview on white background

This text has color #563552 on white background.



Black color preview on #563552 background

This text has black color on #563552 background.


White color preview on #563552 background

This text has white color on #563552 background.