COLOR #563E6F

HEX: #563E6F
RGB: (86,62,111)

Color info

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

RGB color model

#563E6F color RGB value is (86,62,111).

  • red value is 86;
  • green value is 62;
  • blue value is 111.
RGB:
(86,62,111)
(34%,24%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 111 of 255 = 44%

86
62
111

R + G + B ~ 34%. #563E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 62 + 111 = 259 (100%)
R 86 of 259 ~ 33.2%
G 62 of 259 ~ 23.94%
B 111 of 259 ~ 42.86%

%33.2
%23.94
%42.86

CMYK color model

#563E6F color CMYK value is (23,44,0,56).

  • cyan value is 22.52%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(23,44,0,56)
C23M44Y0K56 
(23%,44%,0%,56%)
(0.23/0.44/0.00/0.56)	

CMYK percentages

%22.52
%44.14
%0
%56.47

Codes

Color #563E6F in popluar color models

563E6F
RGB8662111
HSL269°28.32%33.92%
HSB/HSV269°44.14%43.53%
CMYK22.52%44.14%0.00%
56.47%

Color #563E6F in popluar number systems.

HEX563E6F
Decimal8662111
Binary10101101111101101111
Octal12676157

Shades and tints

Shades of #563E6F

#563E6F
(86,62,111)
#4F3965
(79,57,101)
#48345B
(72,52,91)
#412F51
(65,47,81)
#3A2A47
(58,42,71)
#33253D
(51,37,61)
#2C2033
(44,32,51)
#251B29
(37,27,41)
#1E161F
(30,22,31)
#171115
(23,17,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #563E6F

#563E6F
(86,62,111)
#654F7C
(101,79,124)
#746089
(116,96,137)
#837196
(131,113,150)
#9282A3
(146,130,163)
#A193B0
(161,147,176)
#B0A4BD
(176,164,189)
#BFB5CA
(191,181,202)
#CEC6D7
(206,198,215)
#DDD7E4
(221,215,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563E6F color. Also use rgb(86,62,111) instead hex code.

Text Font Color

.myTextColor { color: #563E6F; }

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

This text font color is #563E6F.


Background Color

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

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

This div background color is #563E6F.


Border color

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

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

This div border color is #563E6F.


Opacity

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

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

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

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

This text has shadow with #563E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563E6F on black background.


Color preview on white background

This text has color #563E6F on white background.



Black color preview on #563E6F background

This text has black color on #563E6F background.


White color preview on #563E6F background

This text has white color on #563E6F background.