COLOR #564B6C

HEX: #564B6C RGB: (86,75,108)

Color info

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

RGB color model

#564B6C color RGB value is (86,75,108).

RGB: (86,75,108) (34%, 29%, 42%)

RGB channels and saturation

R 86 of 255 = 34%
G 75 of 255 = 29%
B 108 of 255 = 42%

86
75
108

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

Portions of RGB colors in percentages

R + G + B = 86 + 75 + 108 = 269 (100%)
R 86 of 269 ~ 31.97%
G 75 of 269 ~ 27.88%
B 108 of 269 ~ 40.15'%

%31.97
%27.88
%40.15

CMYK color model

#564B6C color CMYK value is (20,31,0,58).

  • cyan value is 20.37%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (20,31,0,58)
C20M31Y0K58 (20%, 31%, 0%, 58%)
(0.20 / 0.31 / 0.00 / 0.58)

CMYK percentages

%20.37
%30.56
%0
%57.65

Codes

Color #564B6C in popluar color models

56 4B 6C
RGB 86 75 108
HSL 260° 18.03% 35.88%
HSB/HSV 260° 30.56% 42.35%
CMYK 20.37% 30.56% 0.00%
57.65%

Color #564B6C in popluar number systems.

HEX 56 4B 6C
Decimal 86 75 108
Binary 1010110 1001011 1101100
Octal 126 113 154

Shades and tints

Shades of #564B6C

#564B6C
(86,75,108)
#4F4563
(79,69,99)
#483F5A
(72,63,90)
#413951
(65,57,81)
#3A3348
(58,51,72)
#332D3F
(51,45,63)
#2C2736
(44,39,54)
#25212D
(37,33,45)
#1E1B24
(30,27,36)
#17151B
(23,21,27)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #564B6C

#564B6C
(86,75,108)
#655B79
(101,91,121)
#746B86
(116,107,134)
#837B93
(131,123,147)
#928BA0
(146,139,160)
#A19BAD
(161,155,173)
#B0ABBA
(176,171,186)
#BFBBC7
(191,187,199)
#CECBD4
(206,203,212)
#DDDBE1
(221,219,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564B6C; }

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

This text font color is #564B6C.

Background Color

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

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

This div background color is #564B6C.

Border color

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

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

This div border color is #564B6C.

Opacity

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

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

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

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

This text has shadow with #564B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #564B6C.

Preview

Color preview on black background

This text has color #564B6C on black background.


Color preview on white background

This text has color #564B6C on white background.


Black color preview on #564B6C background

This text has black color on #564B6C background.


White color preview on #564B6C background

This text has white color on #564B6C background.


Related colors

Complementary color

Complementary color for #hex is #A9B493.


I love getcolorcode.com

Triadic colors

1 #6C564B and #4B6C56 with #564B6C are triadic colors.

2 #6C4B56 and #4B566C with #564B6C are triadic colors.