COLOR #566C78

HEX: #566C78
RGB: (86,108,120)

Color info

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

RGB color model

#566C78 color RGB value is (86,108,120).

  • red value is 86;
  • green value is 108;
  • blue value is 120.
RGB: (86,108,120) (34%,42%,47%)

RGB channels and saturation

R 86 of 255 = 34%
G 108 of 255 = 42%
B 120 of 255 = 47%

86
108
120

R + G + B ~ 41%. #566C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 108 + 120 = 314 (100%)
R 86 of 314 ~ 27.39%
G 108 of 314 ~ 34.39%
B 120 of 314 ~ 38.22%

%27.39
%34.39
%38.22

CMYK color model

#566C78 color CMYK value is (28,10,0,53).

  • cyan value is 28.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (28,10,0,53) C28M10Y0K53 (28%,10%,0%,53%) (0.28/0.10/0.00/0.53)

CMYK percentages

%28.33
%10
%0
%52.94

Codes

Color #566C78 in popluar color models

566C78
RGB86108120
HSL201°16.50%40.39%
HSB/HSV201°28.33%47.06%
CMYK28.33%10.00%0.00%
52.94%

Color #566C78 in popluar number systems.

HEX566C78
Decimal86108120
Binary101011011011001111000
Octal126154170

Shades and tints

Shades of #566C78

#566C78
(86,108,120)
#4F636E
(79,99,110)
#485A64
(72,90,100)
#41515A
(65,81,90)
#3A4850
(58,72,80)
#333F46
(51,63,70)
#2C363C
(44,54,60)
#252D32
(37,45,50)
#1E2428
(30,36,40)
#171B1E
(23,27,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #566C78

#566C78
(86,108,120)
#657984
(101,121,132)
#748690
(116,134,144)
#83939C
(131,147,156)
#92A0A8
(146,160,168)
#A1ADB4
(161,173,180)
#B0BAC0
(176,186,192)
#BFC7CC
(191,199,204)
#CED4D8
(206,212,216)
#DDE1E4
(221,225,228)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566C78 color. Also use rgb(86,108,120) instead hex code.

Text Font Color

.myTextColor { color: #566C78; }

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

This text font color is #566C78.


Background Color

.myBgColor { background-color: #566C78; }

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

This div background color is #566C78.


Border color

.myBorderColor { border: 1px solid #566C78; }

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

This div border color is #566C78.


Opacity

.myOpacity80 { color: #566C78; opacity: 0.8; }

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

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

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

This text has shadow with #566C78 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #566C78 on black background.


Color preview on white background

This text has color #566C78 on white background.



Black color preview on #566C78 background

This text has black color on #566C78 background.


White color preview on #566C78 background

This text has white color on #566C78 background.