COLOR #563551

HEX: #563551
RGB: (86,53,81)

Color info

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

RGB color model

#563551 color RGB value is (86,53,81).

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

RGB channels and saturation

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

86
53
81

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

Portions of RGB colors in percentages

R + G + B =
86 + 53 + 81 = 220 (100%)
R 86 of 220 ~ 39.09%
G 53 of 220 ~ 24.09%
B 81 of 220 ~ 36.82%

%39.09
%24.09
%36.82

CMYK color model

#563551 color CMYK value is (0,38,6,66).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 5.81%
  • key color value is 66.27%
CMYK:
(0,38,6,66)
C0M38Y6K66 
(0%,38%,6%,66%)
(0.00/0.38/0.06/0.66)	

CMYK percentages

%0
%38.37
%5.81
%66.27

Codes

Color #563551 in popluar color models

563551
RGB865381
HSL309°23.74%27.25%
HSB/HSV309°38.37%33.73%
CMYK0.00%38.37%5.81%
66.27%

Color #563551 in popluar number systems.

HEX563551
Decimal865381
Binary10101101101011010001
Octal12665121

Shades and tints

Shades of #563551

#563551
(86,53,81)
#4F314A
(79,49,74)
#482D43
(72,45,67)
#41293C
(65,41,60)
#3A2535
(58,37,53)
#33212E
(51,33,46)
#2C1D27
(44,29,39)
#251920
(37,25,32)
#1E1519
(30,21,25)
#171112
(23,17,18)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #563551

#563551
(86,53,81)
#654760
(101,71,96)
#74596F
(116,89,111)
#836B7E
(131,107,126)
#927D8D
(146,125,141)
#A18F9C
(161,143,156)
#B0A1AB
(176,161,171)
#BFB3BA
(191,179,186)
#CEC5C9
(206,197,201)
#DDD7D8
(221,215,216)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563551; }

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

This text font color is #563551.


Background Color

.myBgColor { background-color: #563551; }

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

This div background color is #563551.


Border color

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

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

This div border color is #563551.


Opacity

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

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

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

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

This text has shadow with #563551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563551 on black background.


Color preview on white background

This text has color #563551 on white background.



Black color preview on #563551 background

This text has black color on #563551 background.


White color preview on #563551 background

This text has white color on #563551 background.