COLOR #566978

HEX: #566978
RGB: (86,105,120)

Color info

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

RGB color model

#566978 color RGB value is (86,105,120).

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

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 120 of 255 = 47%

86
105
120

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

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 120 = 311 (100%)
R 86 of 311 ~ 27.65%
G 105 of 311 ~ 33.76%
B 120 of 311 ~ 38.59%

%27.65
%33.76
%38.59

CMYK color model

#566978 color CMYK value is (28,13,0,53).

  • cyan value is 28.33%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(28,13,0,53)
C28M13Y0K53 
(28%,13%,0%,53%)
(0.28/0.13/0.00/0.53)	

CMYK percentages

%28.33
%12.5
%0
%52.94

Codes

Color #566978 in popluar color models

566978
RGB86105120
HSL206°16.50%40.39%
HSB/HSV206°28.33%47.06%
CMYK28.33%12.50%0.00%
52.94%

Color #566978 in popluar number systems.

HEX566978
Decimal86105120
Binary101011011010011111000
Octal126151170

Shades and tints

Shades of #566978

#566978
(86,105,120)
#4F606E
(79,96,110)
#485764
(72,87,100)
#414E5A
(65,78,90)
#3A4550
(58,69,80)
#333C46
(51,60,70)
#2C333C
(44,51,60)
#252A32
(37,42,50)
#1E2128
(30,33,40)
#17181E
(23,24,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #566978

#566978
(86,105,120)
#657684
(101,118,132)
#748390
(116,131,144)
#83909C
(131,144,156)
#929DA8
(146,157,168)
#A1AAB4
(161,170,180)
#B0B7C0
(176,183,192)
#BFC4CC
(191,196,204)
#CED1D8
(206,209,216)
#DDDEE4
(221,222,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566978; }

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

This text font color is #566978.


Background Color

.myBgColor { background-color: #566978; }

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

This div background color is #566978.


Border color

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

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

This div border color is #566978.


Opacity

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

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

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

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

This text has shadow with #566978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566978 on black background.


Color preview on white background

This text has color #566978 on white background.



Black color preview on #566978 background

This text has black color on #566978 background.


White color preview on #566978 background

This text has white color on #566978 background.