COLOR #566466

HEX: #566466
RGB: (86,100,102)

Color info

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

RGB color model

#566466 color RGB value is (86,100,102).

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

RGB channels and saturation

R 86 of 255 = 34%
G 100 of 255 = 39%
B 102 of 255 = 40%

86
100
102

R + G + B ~ 38%. #566466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 100 + 102 = 288 (100%)
R 86 of 288 ~ 29.86%
G 100 of 288 ~ 34.72%
B 102 of 288 ~ 35.42%

%29.86
%34.72
%35.42

CMYK color model

#566466 color CMYK value is (16,2,0,60).

  • cyan value is 15.69%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(16,2,0,60)
C16M2Y0K60 
(16%,2%,0%,60%)
(0.16/0.02/0.00/0.60)	

CMYK percentages

%15.69
%1.96
%0
%60

Codes

Color #566466 in popluar color models

566466
RGB86100102
HSL188°8.51%36.86%
HSB/HSV188°15.69%40.00%
CMYK15.69%1.96%0.00%
60.00%

Color #566466 in popluar number systems.

HEX566466
Decimal86100102
Binary101011011001001100110
Octal126144146

Shades and tints

Shades of #566466

#566466
(86,100,102)
#4F5B5D
(79,91,93)
#485254
(72,82,84)
#41494B
(65,73,75)
#3A4042
(58,64,66)
#333739
(51,55,57)
#2C2E30
(44,46,48)
#252527
(37,37,39)
#1E1C1E
(30,28,30)
#171315
(23,19,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #566466

#566466
(86,100,102)
#657273
(101,114,115)
#748080
(116,128,128)
#838E8D
(131,142,141)
#929C9A
(146,156,154)
#A1AAA7
(161,170,167)
#B0B8B4
(176,184,180)
#BFC6C1
(191,198,193)
#CED4CE
(206,212,206)
#DDE2DB
(221,226,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566466; }

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

This text font color is #566466.


Background Color

.myBgColor { background-color: #566466; }

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

This div background color is #566466.


Border color

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

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

This div border color is #566466.


Opacity

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

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

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

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

This text has shadow with #566466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566466 on black background.


Color preview on white background

This text has color #566466 on white background.



Black color preview on #566466 background

This text has black color on #566466 background.


White color preview on #566466 background

This text has white color on #566466 background.