COLOR #566F83

HEX: #566F83
RGB: (86,111,131)

Color info

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

RGB color model

#566F83 color RGB value is (86,111,131).

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

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 131 of 255 = 51%

86
111
131

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

Portions of RGB colors in percentages

R + G + B =
86 + 111 + 131 = 328 (100%)
R 86 of 328 ~ 26.22%
G 111 of 328 ~ 33.84%
B 131 of 328 ~ 39.94%

%26.22
%33.84
%39.94

CMYK color model

#566F83 color CMYK value is (34,15,0,49).

  • cyan value is 34.35%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,15,0,49)
C34M15Y0K49 
(34%,15%,0%,49%)
(0.34/0.15/0.00/0.49)	

CMYK percentages

%34.35
%15.27
%0
%48.63

Codes

Color #566F83 in popluar color models

566F83
RGB86111131
HSL207°20.74%42.55%
HSB/HSV207°34.35%51.37%
CMYK34.35%15.27%0.00%
48.63%

Color #566F83 in popluar number systems.

HEX566F83
Decimal86111131
Binary1010110110111110000011
Octal126157203

Shades and tints

Shades of #566F83

#566F83
(86,111,131)
#4F6578
(79,101,120)
#485B6D
(72,91,109)
#415162
(65,81,98)
#3A4757
(58,71,87)
#333D4C
(51,61,76)
#2C3341
(44,51,65)
#252936
(37,41,54)
#1E1F2B
(30,31,43)
#171520
(23,21,32)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #566F83

#566F83
(86,111,131)
#657C8E
(101,124,142)
#748999
(116,137,153)
#8396A4
(131,150,164)
#92A3AF
(146,163,175)
#A1B0BA
(161,176,186)
#B0BDC5
(176,189,197)
#BFCAD0
(191,202,208)
#CED7DB
(206,215,219)
#DDE4E6
(221,228,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566F83; }

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

This text font color is #566F83.


Background Color

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

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

This div background color is #566F83.


Border color

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

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

This div border color is #566F83.


Opacity

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

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

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

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

This text has shadow with #566F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566F83 on black background.


Color preview on white background

This text has color #566F83 on white background.



Black color preview on #566F83 background

This text has black color on #566F83 background.


White color preview on #566F83 background

This text has white color on #566F83 background.