COLOR #563D79

HEX: #563D79
RGB: (86,61,121)

Color info

#563D79 contains mainly red and blue colors. Web safe color of #563D79 is #663366 (or #636).

RGB color model

#563D79 color RGB value is (86,61,121).

  • red value is 86;
  • green value is 61;
  • blue value is 121.
RGB:
(86,61,121)
(34%,24%,47%)

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 121 of 255 = 47%

86
61
121

R + G + B ~ 35%. #563D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 121 = 268 (100%)
R 86 of 268 ~ 32.09%
G 61 of 268 ~ 22.76%
B 121 of 268 ~ 45.15%

%32.09
%22.76
%45.15

CMYK color model

#563D79 color CMYK value is (29,50,0,53).

  • cyan value is 28.93%
  • magenta value is 49.59%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(29,50,0,53)
C29M50Y0K53 
(29%,50%,0%,53%)
(0.29/0.50/0.00/0.53)	

CMYK percentages

%28.93
%49.59
%0
%52.55

Codes

Color #563D79 in popluar color models

563D79
RGB8661121
HSL265°32.97%35.69%
HSB/HSV265°49.59%47.45%
CMYK28.93%49.59%0.00%
52.55%

Color #563D79 in popluar number systems.

HEX563D79
Decimal8661121
Binary10101101111011111001
Octal12675171

Shades and tints

Shades of #563D79

#563D79
(86,61,121)
#4F386E
(79,56,110)
#483363
(72,51,99)
#412E58
(65,46,88)
#3A294D
(58,41,77)
#332442
(51,36,66)
#2C1F37
(44,31,55)
#251A2C
(37,26,44)
#1E1521
(30,21,33)
#171016
(23,16,22)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #563D79

#563D79
(86,61,121)
#654E85
(101,78,133)
#745F91
(116,95,145)
#83709D
(131,112,157)
#9281A9
(146,129,169)
#A192B5
(161,146,181)
#B0A3C1
(176,163,193)
#BFB4CD
(191,180,205)
#CEC5D9
(206,197,217)
#DDD6E5
(221,214,229)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563D79 color. Also use rgb(86,61,121) instead hex code.

Text Font Color

.myTextColor { color: #563D79; }

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

This text font color is #563D79.


Background Color

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

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

This div background color is #563D79.


Border color

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

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

This div border color is #563D79.


Opacity

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

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

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

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

This text has shadow with #563D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563D79 on black background.


Color preview on white background

This text has color #563D79 on white background.



Black color preview on #563D79 background

This text has black color on #563D79 background.


White color preview on #563D79 background

This text has white color on #563D79 background.