COLOR #564C70

HEX: #564C70
RGB: (86,76,112)

Color info

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

RGB color model

#564C70 color RGB value is (86,76,112).

  • red value is 86;
  • green value is 76;
  • blue value is 112.
RGB:
(86,76,112)
(34%,30%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 76 of 255 = 30%
B 112 of 255 = 44%

86
76
112

R + G + B ~ 36%. #564C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 76 + 112 = 274 (100%)
R 86 of 274 ~ 31.39%
G 76 of 274 ~ 27.74%
B 112 of 274 ~ 40.88%

%31.39
%27.74
%40.88

CMYK color model

#564C70 color CMYK value is (23,32,0,56).

  • cyan value is 23.21%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(23,32,0,56)
C23M32Y0K56 
(23%,32%,0%,56%)
(0.23/0.32/0.00/0.56)	

CMYK percentages

%23.21
%32.14
%0
%56.08

Codes

Color #564C70 in popluar color models

564C70
RGB8676112
HSL257°19.15%36.86%
HSB/HSV257°32.14%43.92%
CMYK23.21%32.14%0.00%
56.08%

Color #564C70 in popluar number systems.

HEX564C70
Decimal8676112
Binary101011010011001110000
Octal126114160

Shades and tints

Shades of #564C70

#564C70
(86,76,112)
#4F4666
(79,70,102)
#48405C
(72,64,92)
#413A52
(65,58,82)
#3A3448
(58,52,72)
#332E3E
(51,46,62)
#2C2834
(44,40,52)
#25222A
(37,34,42)
#1E1C20
(30,28,32)
#171616
(23,22,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #564C70

#564C70
(86,76,112)
#655C7D
(101,92,125)
#746C8A
(116,108,138)
#837C97
(131,124,151)
#928CA4
(146,140,164)
#A19CB1
(161,156,177)
#B0ACBE
(176,172,190)
#BFBCCB
(191,188,203)
#CECCD8
(206,204,216)
#DDDCE5
(221,220,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564C70 color. Also use rgb(86,76,112) instead hex code.

Text Font Color

.myTextColor { color: #564C70; }

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

This text font color is #564C70.


Background Color

.myBgColor { background-color: #564C70; }

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

This div background color is #564C70.


Border color

.myBorderColor { border: 1px solid #564C70; }

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

This div border color is #564C70.


Opacity

.myOpacity80 { color: #564C70; opacity: 0.8; }

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

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

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

This text has shadow with #564C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564C70 on black background.


Color preview on white background

This text has color #564C70 on white background.



Black color preview on #564C70 background

This text has black color on #564C70 background.


White color preview on #564C70 background

This text has white color on #564C70 background.