COLOR #563E5C

HEX: #563E5C
RGB: (86,62,92)

Color info

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

RGB color model

#563E5C color RGB value is (86,62,92).

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

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 92 of 255 = 36%

86
62
92

R + G + B ~ 31%. #563E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 62 + 92 = 240 (100%)
R 86 of 240 ~ 35.83%
G 62 of 240 ~ 25.83%
B 92 of 240 ~ 38.33%

%35.83
%25.83
%38.33

CMYK color model

#563E5C color CMYK value is (7,33,0,64).

  • cyan value is 6.52%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(7,33,0,64)
C7M33Y0K64 
(7%,33%,0%,64%)
(0.07/0.33/0.00/0.64)	

CMYK percentages

%6.52
%32.61
%0
%63.92

Codes

Color #563E5C in popluar color models

563E5C
RGB866292
HSL288°19.48%30.20%
HSB/HSV288°32.61%36.08%
CMYK6.52%32.61%0.00%
63.92%

Color #563E5C in popluar number systems.

HEX563E5C
Decimal866292
Binary10101101111101011100
Octal12676134

Shades and tints

Shades of #563E5C

#563E5C
(86,62,92)
#4F3954
(79,57,84)
#48344C
(72,52,76)
#412F44
(65,47,68)
#3A2A3C
(58,42,60)
#332534
(51,37,52)
#2C202C
(44,32,44)
#251B24
(37,27,36)
#1E161C
(30,22,28)
#171114
(23,17,20)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #563E5C

#563E5C
(86,62,92)
#654F6A
(101,79,106)
#746078
(116,96,120)
#837186
(131,113,134)
#928294
(146,130,148)
#A193A2
(161,147,162)
#B0A4B0
(176,164,176)
#BFB5BE
(191,181,190)
#CEC6CC
(206,198,204)
#DDD7DA
(221,215,218)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563E5C; }

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

This text font color is #563E5C.


Background Color

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

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

This div background color is #563E5C.


Border color

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

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

This div border color is #563E5C.


Opacity

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

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

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

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

This text has shadow with #563E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563E5C on black background.


Color preview on white background

This text has color #563E5C on white background.



Black color preview on #563E5C background

This text has black color on #563E5C background.


White color preview on #563E5C background

This text has white color on #563E5C background.