COLOR #564B68

HEX: #564B68
RGB: (86,75,104)

Color info

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

RGB color model

#564B68 color RGB value is (86,75,104).

  • red value is 86;
  • green value is 75;
  • blue value is 104.
RGB:
(86,75,104)
(34%,29%,41%)

RGB channels and saturation

R 86 of 255 = 34%
G 75 of 255 = 29%
B 104 of 255 = 41%

86
75
104

R + G + B ~ 35%. #564B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 75 + 104 = 265 (100%)
R 86 of 265 ~ 32.45%
G 75 of 265 ~ 28.3%
B 104 of 265 ~ 39.25%

%32.45
%28.3
%39.25

CMYK color model

#564B68 color CMYK value is (17,28,0,59).

  • cyan value is 17.31%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(17,28,0,59)
C17M28Y0K59 
(17%,28%,0%,59%)
(0.17/0.28/0.00/0.59)	

CMYK percentages

%17.31
%27.88
%0
%59.22

Codes

Color #564B68 in popluar color models

564B68
RGB8675104
HSL263°16.20%35.10%
HSB/HSV263°27.88%40.78%
CMYK17.31%27.88%0.00%
59.22%

Color #564B68 in popluar number systems.

HEX564B68
Decimal8675104
Binary101011010010111101000
Octal126113150

Shades and tints

Shades of #564B68

#564B68
(86,75,104)
#4F455F
(79,69,95)
#483F56
(72,63,86)
#41394D
(65,57,77)
#3A3344
(58,51,68)
#332D3B
(51,45,59)
#2C2732
(44,39,50)
#252129
(37,33,41)
#1E1B20
(30,27,32)
#171517
(23,21,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #564B68

#564B68
(86,75,104)
#655B75
(101,91,117)
#746B82
(116,107,130)
#837B8F
(131,123,143)
#928B9C
(146,139,156)
#A19BA9
(161,155,169)
#B0ABB6
(176,171,182)
#BFBBC3
(191,187,195)
#CECBD0
(206,203,208)
#DDDBDD
(221,219,221)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564B68 color. Also use rgb(86,75,104) instead hex code.

Text Font Color

.myTextColor { color: #564B68; }

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

This text font color is #564B68.


Background Color

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

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

This div background color is #564B68.


Border color

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

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

This div border color is #564B68.


Opacity

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

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

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

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

This text has shadow with #564B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564B68 on black background.


Color preview on white background

This text has color #564B68 on white background.



Black color preview on #564B68 background

This text has black color on #564B68 background.


White color preview on #564B68 background

This text has white color on #564B68 background.