COLOR #563E66

HEX: #563E66
RGB: (86,62,102)

Color info

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

RGB color model

#563E66 color RGB value is (86,62,102).

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

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 102 of 255 = 40%

86
62
102

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

Portions of RGB colors in percentages

R + G + B =
86 + 62 + 102 = 250 (100%)
R 86 of 250 ~ 34.4%
G 62 of 250 ~ 24.8%
B 102 of 250 ~ 40.8%

%34.4
%24.8
%40.8

CMYK color model

#563E66 color CMYK value is (16,39,0,60).

  • cyan value is 15.69%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(16,39,0,60)
C16M39Y0K60 
(16%,39%,0%,60%)
(0.16/0.39/0.00/0.60)	

CMYK percentages

%15.69
%39.22
%0
%60

Codes

Color #563E66 in popluar color models

563E66
RGB8662102
HSL276°24.39%32.16%
HSB/HSV276°39.22%40.00%
CMYK15.69%39.22%0.00%
60.00%

Color #563E66 in popluar number systems.

HEX563E66
Decimal8662102
Binary10101101111101100110
Octal12676146

Shades and tints

Shades of #563E66

#563E66
(86,62,102)
#4F395D
(79,57,93)
#483454
(72,52,84)
#412F4B
(65,47,75)
#3A2A42
(58,42,66)
#332539
(51,37,57)
#2C2030
(44,32,48)
#251B27
(37,27,39)
#1E161E
(30,22,30)
#171115
(23,17,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #563E66

#563E66
(86,62,102)
#654F73
(101,79,115)
#746080
(116,96,128)
#83718D
(131,113,141)
#92829A
(146,130,154)
#A193A7
(161,147,167)
#B0A4B4
(176,164,180)
#BFB5C1
(191,181,193)
#CEC6CE
(206,198,206)
#DDD7DB
(221,215,219)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563E66; }

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

This text font color is #563E66.


Background Color

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

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

This div background color is #563E66.


Border color

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

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

This div border color is #563E66.


Opacity

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

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

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

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

This text has shadow with #563E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563E66 on black background.


Color preview on white background

This text has color #563E66 on white background.



Black color preview on #563E66 background

This text has black color on #563E66 background.


White color preview on #563E66 background

This text has white color on #563E66 background.