COLOR #566D83

HEX: #566D83
RGB: (86,109,131)

Color info

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

RGB color model

#566D83 color RGB value is (86,109,131).

  • red value is 86;
  • green value is 109;
  • blue value is 131.
RGB:
(86,109,131)
(34%,43%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 109 of 255 = 43%
B 131 of 255 = 51%

86
109
131

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

Portions of RGB colors in percentages

R + G + B =
86 + 109 + 131 = 326 (100%)
R 86 of 326 ~ 26.38%
G 109 of 326 ~ 33.44%
B 131 of 326 ~ 40.18%

%26.38
%33.44
%40.18

CMYK color model

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

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

CMYK percentages

%34.35
%16.79
%0
%48.63

Codes

Color #566D83 in popluar color models

566D83
RGB86109131
HSL209°20.74%42.55%
HSB/HSV209°34.35%51.37%
CMYK34.35%16.79%0.00%
48.63%

Color #566D83 in popluar number systems.

HEX566D83
Decimal86109131
Binary1010110110110110000011
Octal126155203

Shades and tints

Shades of #566D83

#566D83
(86,109,131)
#4F6478
(79,100,120)
#485B6D
(72,91,109)
#415262
(65,82,98)
#3A4957
(58,73,87)
#33404C
(51,64,76)
#2C3741
(44,55,65)
#252E36
(37,46,54)
#1E252B
(30,37,43)
#171C20
(23,28,32)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #566D83

#566D83
(86,109,131)
#657A8E
(101,122,142)
#748799
(116,135,153)
#8394A4
(131,148,164)
#92A1AF
(146,161,175)
#A1AEBA
(161,174,186)
#B0BBC5
(176,187,197)
#BFC8D0
(191,200,208)
#CED5DB
(206,213,219)
#DDE2E6
(221,226,230)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566D83 color. Also use rgb(86,109,131) instead hex code.

Text Font Color

.myTextColor { color: #566D83; }

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

This text font color is #566D83.


Background Color

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

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

This div background color is #566D83.


Border color

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

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

This div border color is #566D83.


Opacity

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

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

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

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

This text has shadow with #566D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566D83 on black background.


Color preview on white background

This text has color #566D83 on white background.



Black color preview on #566D83 background

This text has black color on #566D83 background.


White color preview on #566D83 background

This text has white color on #566D83 background.