COLOR #566063

HEX: #566063
RGB: (86,96,99)

Color info

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

RGB color model

#566063 color RGB value is (86,96,99).

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

RGB channels and saturation

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

86
96
99

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

Portions of RGB colors in percentages

R + G + B =
86 + 96 + 99 = 281 (100%)
R 86 of 281 ~ 30.6%
G 96 of 281 ~ 34.16%
B 99 of 281 ~ 35.23%

%30.6
%34.16
%35.23

CMYK color model

#566063 color CMYK value is (13,3,0,61).

  • cyan value is 13.13%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(13,3,0,61)
C13M3Y0K61 
(13%,3%,0%,61%)
(0.13/0.03/0.00/0.61)	

CMYK percentages

%13.13
%3.03
%0
%61.18

Codes

Color #566063 in popluar color models

566063
RGB869699
HSL194°7.03%36.27%
HSB/HSV194°13.13%38.82%
CMYK13.13%3.03%0.00%
61.18%

Color #566063 in popluar number systems.

HEX566063
Decimal869699
Binary101011011000001100011
Octal126140143

Shades and tints

Shades of #566063

#566063
(86,96,99)
#4F585A
(79,88,90)
#485051
(72,80,81)
#414848
(65,72,72)
#3A403F
(58,64,63)
#333836
(51,56,54)
#2C302D
(44,48,45)
#252824
(37,40,36)
#1E201B
(30,32,27)
#171812
(23,24,18)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #566063

#566063
(86,96,99)
#656E71
(101,110,113)
#747C7F
(116,124,127)
#838A8D
(131,138,141)
#92989B
(146,152,155)
#A1A6A9
(161,166,169)
#B0B4B7
(176,180,183)
#BFC2C5
(191,194,197)
#CED0D3
(206,208,211)
#DDDEE1
(221,222,225)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566063; }

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

This text font color is #566063.


Background Color

.myBgColor { background-color: #566063; }

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

This div background color is #566063.


Border color

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

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

This div border color is #566063.


Opacity

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

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

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

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

This text has shadow with #566063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566063 on black background.


Color preview on white background

This text has color #566063 on white background.



Black color preview on #566063 background

This text has black color on #566063 background.


White color preview on #566063 background

This text has white color on #566063 background.