COLOR #563986

HEX: #563986
RGB: (86,57,134)

Color info

#563986 contains mainly red and blue colors. Web safe color of #563986 is #663399 (or #639).

RGB color model

#563986 color RGB value is (86,57,134).

  • red value is 86;
  • green value is 57;
  • blue value is 134.
RGB:
(86,57,134)
(34%,22%,53%)

RGB channels and saturation

R 86 of 255 = 34%
G 57 of 255 = 22%
B 134 of 255 = 53%

86
57
134

R + G + B ~ 36%. #563986 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 57 + 134 = 277 (100%)
R 86 of 277 ~ 31.05%
G 57 of 277 ~ 20.58%
B 134 of 277 ~ 48.38%

%31.05
%20.58
%48.38

CMYK color model

#563986 color CMYK value is (36,57,0,47).

  • cyan value is 35.82%
  • magenta value is 57.46%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(36,57,0,47)
C36M57Y0K47 
(36%,57%,0%,47%)
(0.36/0.57/0.00/0.47)	

CMYK percentages

%35.82
%57.46
%0
%47.45

Codes

Color #563986 in popluar color models

563986
RGB8657134
HSL263°40.31%37.45%
HSB/HSV263°57.46%52.55%
CMYK35.82%57.46%0.00%
47.45%

Color #563986 in popluar number systems.

HEX563986
Decimal8657134
Binary101011011100110000110
Octal12671206

Shades and tints

Shades of #563986

#563986
(86,57,134)
#4F347A
(79,52,122)
#482F6E
(72,47,110)
#412A62
(65,42,98)
#3A2556
(58,37,86)
#33204A
(51,32,74)
#2C1B3E
(44,27,62)
#251632
(37,22,50)
#1E1126
(30,17,38)
#170C1A
(23,12,26)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #563986

#563986
(86,57,134)
#654B91
(101,75,145)
#745D9C
(116,93,156)
#836FA7
(131,111,167)
#9281B2
(146,129,178)
#A193BD
(161,147,189)
#B0A5C8
(176,165,200)
#BFB7D3
(191,183,211)
#CEC9DE
(206,201,222)
#DDDBE9
(221,219,233)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563986 color. Also use rgb(86,57,134) instead hex code.

Text Font Color

.myTextColor { color: #563986; }

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

This text font color is #563986.


Background Color

.myBgColor { background-color: #563986; }

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

This div background color is #563986.


Border color

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

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

This div border color is #563986.


Opacity

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

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

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

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

This text has shadow with #563986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563986 on black background.


Color preview on white background

This text has color #563986 on white background.



Black color preview on #563986 background

This text has black color on #563986 background.


White color preview on #563986 background

This text has white color on #563986 background.