COLOR #566C82

HEX: #566C82
RGB: (86,108,130)

Color info

#566C82 contains red, green and blue colors in about the same proportion. Web safe color of #566C82 is #666699 (or #669).

RGB color model

#566C82 color RGB value is (86,108,130).

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

RGB channels and saturation

R 86 of 255 = 34%
G 108 of 255 = 42%
B 130 of 255 = 51%

86
108
130

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

Portions of RGB colors in percentages

R + G + B =
86 + 108 + 130 = 324 (100%)
R 86 of 324 ~ 26.54%
G 108 of 324 ~ 33.33%
B 130 of 324 ~ 40.12%

%26.54
%33.33
%40.12

CMYK color model

#566C82 color CMYK value is (34,17,0,49).

  • cyan value is 33.85%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(34,17,0,49)
C34M17Y0K49 
(34%,17%,0%,49%)
(0.34/0.17/0.00/0.49)	

CMYK percentages

%33.85
%16.92
%0
%49.02

Codes

Color #566C82 in popluar color models

566C82
RGB86108130
HSL210°20.37%42.35%
HSB/HSV210°33.85%50.98%
CMYK33.85%16.92%0.00%
49.02%

Color #566C82 in popluar number systems.

HEX566C82
Decimal86108130
Binary1010110110110010000010
Octal126154202

Shades and tints

Shades of #566C82

#566C82
(86,108,130)
#4F6377
(79,99,119)
#485A6C
(72,90,108)
#415161
(65,81,97)
#3A4856
(58,72,86)
#333F4B
(51,63,75)
#2C3640
(44,54,64)
#252D35
(37,45,53)
#1E242A
(30,36,42)
#171B1F
(23,27,31)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #566C82

#566C82
(86,108,130)
#65798D
(101,121,141)
#748698
(116,134,152)
#8393A3
(131,147,163)
#92A0AE
(146,160,174)
#A1ADB9
(161,173,185)
#B0BAC4
(176,186,196)
#BFC7CF
(191,199,207)
#CED4DA
(206,212,218)
#DDE1E5
(221,225,229)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566C82; }

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

This text font color is #566C82.


Background Color

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

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

This div background color is #566C82.


Border color

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

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

This div border color is #566C82.


Opacity

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

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

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

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

This text has shadow with #566C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566C82 on black background.


Color preview on white background

This text has color #566C82 on white background.



Black color preview on #566C82 background

This text has black color on #566C82 background.


White color preview on #566C82 background

This text has white color on #566C82 background.