COLOR #563475

HEX: #563475
RGB: (86,52,117)

Color info

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

RGB color model

#563475 color RGB value is (86,52,117).

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

RGB channels and saturation

R 86 of 255 = 34%
G 52 of 255 = 20%
B 117 of 255 = 46%

86
52
117

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

Portions of RGB colors in percentages

R + G + B =
86 + 52 + 117 = 255 (100%)
R 86 of 255 ~ 33.73%
G 52 of 255 ~ 20.39%
B 117 of 255 ~ 45.88%

%33.73
%20.39
%45.88

CMYK color model

#563475 color CMYK value is (26,56,0,54).

  • cyan value is 26.50%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(26,56,0,54)
C26M56Y0K54 
(26%,56%,0%,54%)
(0.26/0.56/0.00/0.54)	

CMYK percentages

%26.5
%55.56
%0
%54.12

Codes

Color #563475 in popluar color models

563475
RGB8652117
HSL271°38.46%33.14%
HSB/HSV271°55.56%45.88%
CMYK26.50%55.56%0.00%
54.12%

Color #563475 in popluar number systems.

HEX563475
Decimal8652117
Binary10101101101001110101
Octal12664165

Shades and tints

Shades of #563475

#563475
(86,52,117)
#4F306B
(79,48,107)
#482C61
(72,44,97)
#412857
(65,40,87)
#3A244D
(58,36,77)
#332043
(51,32,67)
#2C1C39
(44,28,57)
#25182F
(37,24,47)
#1E1425
(30,20,37)
#17101B
(23,16,27)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #563475

#563475
(86,52,117)
#654681
(101,70,129)
#74588D
(116,88,141)
#836A99
(131,106,153)
#927CA5
(146,124,165)
#A18EB1
(161,142,177)
#B0A0BD
(176,160,189)
#BFB2C9
(191,178,201)
#CEC4D5
(206,196,213)
#DDD6E1
(221,214,225)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563475; }

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

This text font color is #563475.


Background Color

.myBgColor { background-color: #563475; }

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

This div background color is #563475.


Border color

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

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

This div border color is #563475.


Opacity

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

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

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

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

This text has shadow with #563475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563475 on black background.


Color preview on white background

This text has color #563475 on white background.



Black color preview on #563475 background

This text has black color on #563475 background.


White color preview on #563475 background

This text has white color on #563475 background.