COLOR #566064

HEX: #566064
RGB: (86,96,100)

Color info

#566064 contains red, green and blue colors in about the same proportion. Web safe color of #566064 is #666666 (or #666).

RGB color model

#566064 color RGB value is (86,96,100).

  • red value is 86;
  • green value is 96;
  • blue value is 100.
RGB:
(86,96,100)
(34%,38%,39%)

RGB channels and saturation

R 86 of 255 = 34%
G 96 of 255 = 38%
B 100 of 255 = 39%

86
96
100

R + G + B ~ 37%. #566064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 96 + 100 = 282 (100%)
R 86 of 282 ~ 30.5%
G 96 of 282 ~ 34.04%
B 100 of 282 ~ 35.46%

%30.5
%34.04
%35.46

CMYK color model

#566064 color CMYK value is (14,4,0,61).

  • cyan value is 14.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(14,4,0,61)
C14M4Y0K61 
(14%,4%,0%,61%)
(0.14/0.04/0.00/0.61)	

CMYK percentages

%14
%4
%0
%60.78

Codes

Color #566064 in popluar color models

566064
RGB8696100
HSL197°7.53%36.47%
HSB/HSV197°14.00%39.22%
CMYK14.00%4.00%0.00%
60.78%

Color #566064 in popluar number systems.

HEX566064
Decimal8696100
Binary101011011000001100100
Octal126140144

Shades and tints

Shades of #566064

#566064
(86,96,100)
#4F585B
(79,88,91)
#485052
(72,80,82)
#414849
(65,72,73)
#3A4040
(58,64,64)
#333837
(51,56,55)
#2C302E
(44,48,46)
#252825
(37,40,37)
#1E201C
(30,32,28)
#171813
(23,24,19)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #566064

#566064
(86,96,100)
#656E72
(101,110,114)
#747C80
(116,124,128)
#838A8E
(131,138,142)
#92989C
(146,152,156)
#A1A6AA
(161,166,170)
#B0B4B8
(176,180,184)
#BFC2C6
(191,194,198)
#CED0D4
(206,208,212)
#DDDEE2
(221,222,226)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566064 color. Also use rgb(86,96,100) instead hex code.

Text Font Color

.myTextColor { color: #566064; }

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

This text font color is #566064.


Background Color

.myBgColor { background-color: #566064; }

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

This div background color is #566064.


Border color

.myBorderColor { border: 1px solid #566064; }

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

This div border color is #566064.


Opacity

.myOpacity80 { color: #566064; opacity: 0.8; }

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

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

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

This text has shadow with #566064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566064 on black background.


Color preview on white background

This text has color #566064 on white background.



Black color preview on #566064 background

This text has black color on #566064 background.


White color preview on #566064 background

This text has white color on #566064 background.