COLOR #566783

HEX: #566783
RGB: (86,103,131)

Color info

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

RGB color model

#566783 color RGB value is (86,103,131).

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

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 131 of 255 = 51%

86
103
131

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

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 131 = 320 (100%)
R 86 of 320 ~ 26.88%
G 103 of 320 ~ 32.19%
B 131 of 320 ~ 40.94%

%26.88
%32.19
%40.94

CMYK color model

#566783 color CMYK value is (34,21,0,49).

  • cyan value is 34.35%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,21,0,49)
C34M21Y0K49 
(34%,21%,0%,49%)
(0.34/0.21/0.00/0.49)	

CMYK percentages

%34.35
%21.37
%0
%48.63

Codes

Color #566783 in popluar color models

566783
RGB86103131
HSL217°20.74%42.55%
HSB/HSV217°34.35%51.37%
CMYK34.35%21.37%0.00%
48.63%

Color #566783 in popluar number systems.

HEX566783
Decimal86103131
Binary1010110110011110000011
Octal126147203

Shades and tints

Shades of #566783

#566783
(86,103,131)
#4F5E78
(79,94,120)
#48556D
(72,85,109)
#414C62
(65,76,98)
#3A4357
(58,67,87)
#333A4C
(51,58,76)
#2C3141
(44,49,65)
#252836
(37,40,54)
#1E1F2B
(30,31,43)
#171620
(23,22,32)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #566783

#566783
(86,103,131)
#65748E
(101,116,142)
#748199
(116,129,153)
#838EA4
(131,142,164)
#929BAF
(146,155,175)
#A1A8BA
(161,168,186)
#B0B5C5
(176,181,197)
#BFC2D0
(191,194,208)
#CECFDB
(206,207,219)
#DDDCE6
(221,220,230)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566783; }

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

This text font color is #566783.


Background Color

.myBgColor { background-color: #566783; }

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

This div background color is #566783.


Border color

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

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

This div border color is #566783.


Opacity

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

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

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

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

This text has shadow with #566783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566783 on black background.


Color preview on white background

This text has color #566783 on white background.



Black color preview on #566783 background

This text has black color on #566783 background.


White color preview on #566783 background

This text has white color on #566783 background.