COLOR #563472

HEX: #563472
RGB: (86,52,114)

Color info

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

RGB color model

#563472 color RGB value is (86,52,114).

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

RGB channels and saturation

R 86 of 255 = 34%
G 52 of 255 = 20%
B 114 of 255 = 45%

86
52
114

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

Portions of RGB colors in percentages

R + G + B =
86 + 52 + 114 = 252 (100%)
R 86 of 252 ~ 34.13%
G 52 of 252 ~ 20.63%
B 114 of 252 ~ 45.24%

%34.13
%20.63
%45.24

CMYK color model

#563472 color CMYK value is (25,54,0,55).

  • cyan value is 24.56%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(25,54,0,55)
C25M54Y0K55 
(25%,54%,0%,55%)
(0.25/0.54/0.00/0.55)	

CMYK percentages

%24.56
%54.39
%0
%55.29

Codes

Color #563472 in popluar color models

563472
RGB8652114
HSL273°37.35%32.55%
HSB/HSV273°54.39%44.71%
CMYK24.56%54.39%0.00%
55.29%

Color #563472 in popluar number systems.

HEX563472
Decimal8652114
Binary10101101101001110010
Octal12664162

Shades and tints

Shades of #563472

#563472
(86,52,114)
#4F3068
(79,48,104)
#482C5E
(72,44,94)
#412854
(65,40,84)
#3A244A
(58,36,74)
#332040
(51,32,64)
#2C1C36
(44,28,54)
#25182C
(37,24,44)
#1E1422
(30,20,34)
#171018
(23,16,24)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #563472

#563472
(86,52,114)
#65467E
(101,70,126)
#74588A
(116,88,138)
#836A96
(131,106,150)
#927CA2
(146,124,162)
#A18EAE
(161,142,174)
#B0A0BA
(176,160,186)
#BFB2C6
(191,178,198)
#CEC4D2
(206,196,210)
#DDD6DE
(221,214,222)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563472; }

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

This text font color is #563472.


Background Color

.myBgColor { background-color: #563472; }

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

This div background color is #563472.


Border color

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

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

This div border color is #563472.


Opacity

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

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

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

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

This text has shadow with #563472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563472 on black background.


Color preview on white background

This text has color #563472 on white background.



Black color preview on #563472 background

This text has black color on #563472 background.


White color preview on #563472 background

This text has white color on #563472 background.