COLOR #564C6A

HEX: #564C6A RGB: (86,76,106)

Color info

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

RGB color model

#564C6A color RGB value is (86,76,106).

RGB: (86,76,106) (34%, 30%, 42%)

RGB channels and saturation

R 86 of 255 = 34%
G 76 of 255 = 30%
B 106 of 255 = 42%

86
76
106

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

Portions of RGB colors in percentages

R + G + B = 86 + 76 + 106 = 268 (100%)
R 86 of 268 ~ 32.09%
G 76 of 268 ~ 28.36%
B 106 of 268 ~ 39.55'%

%32.09
%28.36
%39.55

CMYK color model

#564C6A color CMYK value is (19,28,0,58).

  • cyan value is 18.87%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (19,28,0,58) C19M28Y0K58 (19%,28%,0%,58%) (0.19/0.28/0.00/0.58) 

CMYK percentages

%18.87
%28.3
%0
%58.43

Codes

Color #564C6A in popluar color models

56 4C 6A
RGB 86 76 106
HSL 260° 16.48% 35.69%
HSB/HSV 260° 28.30% 41.57%
CMYK 18.87% 28.30% 0.00%
58.43%

Color #564C6A in popluar number systems.

HEX 56 4C 6A
Decimal 86 76 106
Binary 1010110 1001100 1101010
Octal 126 114 152

Shades and tints

Shades of #564C6A

#564C6A
(86,76,106)
#4F4661
(79,70,97)
#484058
(72,64,88)
#413A4F
(65,58,79)
#3A3446
(58,52,70)
#332E3D
(51,46,61)
#2C2834
(44,40,52)
#25222B
(37,34,43)
#1E1C22
(30,28,34)
#171619
(23,22,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #564C6A

#564C6A
(86,76,106)
#655C77
(101,92,119)
#746C84
(116,108,132)
#837C91
(131,124,145)
#928C9E
(146,140,158)
#A19CAB
(161,156,171)
#B0ACB8
(176,172,184)
#BFBCC5
(191,188,197)
#CECCD2
(206,204,210)
#DDDCDF
(221,220,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564C6A; }

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

This text font color is #564C6A.

Background Color

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

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

This div background color is #564C6A.

Border color

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

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

This div border color is #564C6A.

Opacity

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

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

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

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

This text has shadow with #564C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #564C6A.

Preview

Color preview on black background

This text has color #564C6A on black background.


Color preview on white background

This text has color #564C6A on white background.


Black color preview on #564C6A background

This text has black color on #564C6A background.


White color preview on #564C6A background

This text has white color on #564C6A background.


Related colors

Complementary color

Complementary color for #hex is #A9B395.


I love getcolorcode.com

Triadic colors

1 #6A564C and #4C6A56 with #564C6A are triadic colors.

2 #6A4C56 and #4C566A with #564C6A are triadic colors.