COLOR #563B66

HEX: #563B66
RGB: (86,59,102)

Color info

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

RGB color model

#563B66 color RGB value is (86,59,102).

  • red value is 86;
  • green value is 59;
  • blue value is 102.
RGB:
(86,59,102)
(34%,23%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 102 of 255 = 40%

86
59
102

R + G + B ~ 32%. #563B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 59 + 102 = 247 (100%)
R 86 of 247 ~ 34.82%
G 59 of 247 ~ 23.89%
B 102 of 247 ~ 41.3%

%34.82
%23.89
%41.3

CMYK color model

#563B66 color CMYK value is (16,42,0,60).

  • cyan value is 15.69%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(16,42,0,60)
C16M42Y0K60 
(16%,42%,0%,60%)
(0.16/0.42/0.00/0.60)	

CMYK percentages

%15.69
%42.16
%0
%60

Codes

Color #563B66 in popluar color models

563B66
RGB8659102
HSL278°26.71%31.57%
HSB/HSV278°42.16%40.00%
CMYK15.69%42.16%0.00%
60.00%

Color #563B66 in popluar number systems.

HEX563B66
Decimal8659102
Binary10101101110111100110
Octal12673146

Shades and tints

Shades of #563B66

#563B66
(86,59,102)
#4F365D
(79,54,93)
#483154
(72,49,84)
#412C4B
(65,44,75)
#3A2742
(58,39,66)
#332239
(51,34,57)
#2C1D30
(44,29,48)
#251827
(37,24,39)
#1E131E
(30,19,30)
#170E15
(23,14,21)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #563B66

#563B66
(86,59,102)
#654C73
(101,76,115)
#745D80
(116,93,128)
#836E8D
(131,110,141)
#927F9A
(146,127,154)
#A190A7
(161,144,167)
#B0A1B4
(176,161,180)
#BFB2C1
(191,178,193)
#CEC3CE
(206,195,206)
#DDD4DB
(221,212,219)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563B66 color. Also use rgb(86,59,102) instead hex code.

Text Font Color

.myTextColor { color: #563B66; }

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

This text font color is #563B66.


Background Color

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

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

This div background color is #563B66.


Border color

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

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

This div border color is #563B66.


Opacity

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

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

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

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

This text has shadow with #563B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563B66 on black background.


Color preview on white background

This text has color #563B66 on white background.



Black color preview on #563B66 background

This text has black color on #563B66 background.


White color preview on #563B66 background

This text has white color on #563B66 background.