COLOR #564C73

HEX: #564C73 RGB: (86,76,115)

Color info

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

RGB color model

#564C73 color RGB value is (86,76,115).

RGB: (86,76,115) (34%, 30%, 45%)

RGB channels and saturation

R 86 of 255 = 34%
G 76 of 255 = 30%
B 115 of 255 = 45%

86
76
115

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

Portions of RGB colors in percentages

R + G + B = 86 + 76 + 115 = 277 (100%)
R 86 of 277 ~ 31.05%
G 76 of 277 ~ 27.44%
B 115 of 277 ~ 41.52'%

%31.05
%27.44
%41.52

CMYK color model

#564C73 color CMYK value is (25,34,0,55).

  • cyan value is 25.22%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (25,34,0,55)
C25M34Y0K55 (25%, 34%, 0%, 55%)
(0.25 / 0.34 / 0.00 / 0.55)

CMYK percentages

%25.22
%33.91
%0
%54.9

Codes

Color #564C73 in popluar color models

56 4C 73
RGB 86 76 115
HSL 255° 20.42% 37.45%
HSB/HSV 255° 33.91% 45.10%
CMYK 25.22% 33.91% 0.00%
54.90%

Color #564C73 in popluar number systems.

HEX 56 4C 73
Decimal 86 76 115
Binary 1010110 1001100 1110011
Octal 126 114 163

Shades and tints

Shades of #564C73

#564C73
(86,76,115)
#4F4669
(79,70,105)
#48405F
(72,64,95)
#413A55
(65,58,85)
#3A344B
(58,52,75)
#332E41
(51,46,65)
#2C2837
(44,40,55)
#25222D
(37,34,45)
#1E1C23
(30,28,35)
#171619
(23,22,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #564C73

#564C73
(86,76,115)
#655C7F
(101,92,127)
#746C8B
(116,108,139)
#837C97
(131,124,151)
#928CA3
(146,140,163)
#A19CAF
(161,156,175)
#B0ACBB
(176,172,187)
#BFBCC7
(191,188,199)
#CECCD3
(206,204,211)
#DDDCDF
(221,220,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564C73; }

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

This text font color is #564C73.

Background Color

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

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

This div background color is #564C73.

Border color

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

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

This div border color is #564C73.

Opacity

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

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

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

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

This text has shadow with #564C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #564C73.

Preview

Color preview on black background

This text has color #564C73 on black background.


Color preview on white background

This text has color #564C73 on white background.


Black color preview on #564C73 background

This text has black color on #564C73 background.


White color preview on #564C73 background

This text has white color on #564C73 background.


Related colors

Complementary color

Complementary color for #hex is #A9B38C.


I love getcolorcode.com

Triadic colors

1 #73564C and #4C7356 with #564C73 are triadic colors.

2 #734C56 and #4C5673 with #564C73 are triadic colors.