COLOR #563F77

HEX: #563F77
RGB: (86,63,119)

Color info

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

RGB color model

#563F77 color RGB value is (86,63,119).

  • red value is 86;
  • green value is 63;
  • blue value is 119.
RGB:
(86,63,119)
(34%,25%,47%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 119 of 255 = 47%

86
63
119

R + G + B ~ 35%. #563F77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 119 = 268 (100%)
R 86 of 268 ~ 32.09%
G 63 of 268 ~ 23.51%
B 119 of 268 ~ 44.4%

%32.09
%23.51
%44.4

CMYK color model

#563F77 color CMYK value is (28,47,0,53).

  • cyan value is 27.73%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(28,47,0,53)
C28M47Y0K53 
(28%,47%,0%,53%)
(0.28/0.47/0.00/0.53)	

CMYK percentages

%27.73
%47.06
%0
%53.33

Codes

Color #563F77 in popluar color models

563F77
RGB8663119
HSL265°30.77%35.69%
HSB/HSV265°47.06%46.67%
CMYK27.73%47.06%0.00%
53.33%

Color #563F77 in popluar number systems.

HEX563F77
Decimal8663119
Binary10101101111111110111
Octal12677167

Shades and tints

Shades of #563F77

#563F77
(86,63,119)
#4F3A6D
(79,58,109)
#483563
(72,53,99)
#413059
(65,48,89)
#3A2B4F
(58,43,79)
#332645
(51,38,69)
#2C213B
(44,33,59)
#251C31
(37,28,49)
#1E1727
(30,23,39)
#17121D
(23,18,29)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #563F77

#563F77
(86,63,119)
#655083
(101,80,131)
#74618F
(116,97,143)
#83729B
(131,114,155)
#9283A7
(146,131,167)
#A194B3
(161,148,179)
#B0A5BF
(176,165,191)
#BFB6CB
(191,182,203)
#CEC7D7
(206,199,215)
#DDD8E3
(221,216,227)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563F77 color. Also use rgb(86,63,119) instead hex code.

Text Font Color

.myTextColor { color: #563F77; }

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

This text font color is #563F77.


Background Color

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

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

This div background color is #563F77.


Border color

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

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

This div border color is #563F77.


Opacity

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

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

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

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

This text has shadow with #563F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563F77 on black background.


Color preview on white background

This text has color #563F77 on white background.



Black color preview on #563F77 background

This text has black color on #563F77 background.


White color preview on #563F77 background

This text has white color on #563F77 background.