COLOR #563672

HEX: #563672
RGB: (86,54,114)

Color info

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

RGB color model

#563672 color RGB value is (86,54,114).

  • red value is 86;
  • green value is 54;
  • blue value is 114.
RGB:
(86,54,114)
(34%,21%,45%)

RGB channels and saturation

R 86 of 255 = 34%
G 54 of 255 = 21%
B 114 of 255 = 45%

86
54
114

R + G + B ~ 33%. #563672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 54 + 114 = 254 (100%)
R 86 of 254 ~ 33.86%
G 54 of 254 ~ 21.26%
B 114 of 254 ~ 44.88%

%33.86
%21.26
%44.88

CMYK color model

#563672 color CMYK value is (25,53,0,55).

  • cyan value is 24.56%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,53,0,55)
C25M53Y0K55 
(25%,53%,0%,55%)
(0.25/0.53/0.00/0.55)	

CMYK percentages

%24.56
%52.63
%0
%55.29

Codes

Color #563672 in popluar color models

563672
RGB8654114
HSL272°35.71%32.94%
HSB/HSV272°52.63%44.71%
CMYK24.56%52.63%0.00%
55.29%

Color #563672 in popluar number systems.

HEX563672
Decimal8654114
Binary10101101101101110010
Octal12666162

Shades and tints

Shades of #563672

#563672
(86,54,114)
#4F3268
(79,50,104)
#482E5E
(72,46,94)
#412A54
(65,42,84)
#3A264A
(58,38,74)
#332240
(51,34,64)
#2C1E36
(44,30,54)
#251A2C
(37,26,44)
#1E1622
(30,22,34)
#171218
(23,18,24)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #563672

#563672
(86,54,114)
#65487E
(101,72,126)
#745A8A
(116,90,138)
#836C96
(131,108,150)
#927EA2
(146,126,162)
#A190AE
(161,144,174)
#B0A2BA
(176,162,186)
#BFB4C6
(191,180,198)
#CEC6D2
(206,198,210)
#DDD8DE
(221,216,222)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563672 color. Also use rgb(86,54,114) instead hex code.

Text Font Color

.myTextColor { color: #563672; }

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

This text font color is #563672.


Background Color

.myBgColor { background-color: #563672; }

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

This div background color is #563672.


Border color

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

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

This div border color is #563672.


Opacity

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

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

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

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

This text has shadow with #563672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563672 on black background.


Color preview on white background

This text has color #563672 on white background.



Black color preview on #563672 background

This text has black color on #563672 background.


White color preview on #563672 background

This text has white color on #563672 background.