COLOR #563457

HEX: #563457
RGB: (86,52,87)

Color info

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

RGB color model

#563457 color RGB value is (86,52,87).

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

RGB channels and saturation

R 86 of 255 = 34%
G 52 of 255 = 20%
B 87 of 255 = 34%

86
52
87

R + G + B ~ 29%. #563457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 52 + 87 = 225 (100%)
R 86 of 225 ~ 38.22%
G 52 of 225 ~ 23.11%
B 87 of 225 ~ 38.67%

%38.22
%23.11
%38.67

CMYK color model

#563457 color CMYK value is (1,40,0,66).

  • cyan value is 1.15%
  • magenta value is 40.23%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(1,40,0,66)
C1M40Y0K66 
(1%,40%,0%,66%)
(0.01/0.40/0.00/0.66)	

CMYK percentages

%1.15
%40.23
%0
%65.88

Codes

Color #563457 in popluar color models

563457
RGB865287
HSL298°25.18%27.25%
HSB/HSV298°40.23%34.12%
CMYK1.15%40.23%0.00%
65.88%

Color #563457 in popluar number systems.

HEX563457
Decimal865287
Binary10101101101001010111
Octal12664127

Shades and tints

Shades of #563457

#563457
(86,52,87)
#4F3050
(79,48,80)
#482C49
(72,44,73)
#412842
(65,40,66)
#3A243B
(58,36,59)
#332034
(51,32,52)
#2C1C2D
(44,28,45)
#251826
(37,24,38)
#1E141F
(30,20,31)
#171018
(23,16,24)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #563457

#563457
(86,52,87)
#654666
(101,70,102)
#745875
(116,88,117)
#836A84
(131,106,132)
#927C93
(146,124,147)
#A18EA2
(161,142,162)
#B0A0B1
(176,160,177)
#BFB2C0
(191,178,192)
#CEC4CF
(206,196,207)
#DDD6DE
(221,214,222)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563457; }

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

This text font color is #563457.


Background Color

.myBgColor { background-color: #563457; }

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

This div background color is #563457.


Border color

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

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

This div border color is #563457.


Opacity

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

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

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

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

This text has shadow with #563457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563457 on black background.


Color preview on white background

This text has color #563457 on white background.



Black color preview on #563457 background

This text has black color on #563457 background.


White color preview on #563457 background

This text has white color on #563457 background.