COLOR #566678

HEX: #566678
RGB: (86,102,120)

Color info

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

RGB color model

#566678 color RGB value is (86,102,120).

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

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 120 of 255 = 47%

86
102
120

R + G + B ~ 40%. #566678 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 120 = 308 (100%)
R 86 of 308 ~ 27.92%
G 102 of 308 ~ 33.12%
B 120 of 308 ~ 38.96%

%27.92
%33.12
%38.96

CMYK color model

#566678 color CMYK value is (28,15,0,53).

  • cyan value is 28.33%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(28,15,0,53)
C28M15Y0K53 
(28%,15%,0%,53%)
(0.28/0.15/0.00/0.53)	

CMYK percentages

%28.33
%15
%0
%52.94

Codes

Color #566678 in popluar color models

566678
RGB86102120
HSL212°16.50%40.39%
HSB/HSV212°28.33%47.06%
CMYK28.33%15.00%0.00%
52.94%

Color #566678 in popluar number systems.

HEX566678
Decimal86102120
Binary101011011001101111000
Octal126146170

Shades and tints

Shades of #566678

#566678
(86,102,120)
#4F5D6E
(79,93,110)
#485464
(72,84,100)
#414B5A
(65,75,90)
#3A4250
(58,66,80)
#333946
(51,57,70)
#2C303C
(44,48,60)
#252732
(37,39,50)
#1E1E28
(30,30,40)
#17151E
(23,21,30)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #566678

#566678
(86,102,120)
#657384
(101,115,132)
#748090
(116,128,144)
#838D9C
(131,141,156)
#929AA8
(146,154,168)
#A1A7B4
(161,167,180)
#B0B4C0
(176,180,192)
#BFC1CC
(191,193,204)
#CECED8
(206,206,216)
#DDDBE4
(221,219,228)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566678; }

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

This text font color is #566678.


Background Color

.myBgColor { background-color: #566678; }

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

This div background color is #566678.


Border color

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

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

This div border color is #566678.


Opacity

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

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

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

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

This text has shadow with #566678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566678 on black background.


Color preview on white background

This text has color #566678 on white background.



Black color preview on #566678 background

This text has black color on #566678 background.


White color preview on #566678 background

This text has white color on #566678 background.