COLOR #566083

HEX: #566083
RGB: (86,96,131)

Color info

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

RGB color model

#566083 color RGB value is (86,96,131).

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

RGB channels and saturation

R 86 of 255 = 34%
G 96 of 255 = 38%
B 131 of 255 = 51%

86
96
131

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

Portions of RGB colors in percentages

R + G + B =
86 + 96 + 131 = 313 (100%)
R 86 of 313 ~ 27.48%
G 96 of 313 ~ 30.67%
B 131 of 313 ~ 41.85%

%27.48
%30.67
%41.85

CMYK color model

#566083 color CMYK value is (34,27,0,49).

  • cyan value is 34.35%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,27,0,49)
C34M27Y0K49 
(34%,27%,0%,49%)
(0.34/0.27/0.00/0.49)	

CMYK percentages

%34.35
%26.72
%0
%48.63

Codes

Color #566083 in popluar color models

566083
RGB8696131
HSL227°20.74%42.55%
HSB/HSV227°34.35%51.37%
CMYK34.35%26.72%0.00%
48.63%

Color #566083 in popluar number systems.

HEX566083
Decimal8696131
Binary1010110110000010000011
Octal126140203

Shades and tints

Shades of #566083

#566083
(86,96,131)
#4F5878
(79,88,120)
#48506D
(72,80,109)
#414862
(65,72,98)
#3A4057
(58,64,87)
#33384C
(51,56,76)
#2C3041
(44,48,65)
#252836
(37,40,54)
#1E202B
(30,32,43)
#171820
(23,24,32)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #566083

#566083
(86,96,131)
#656E8E
(101,110,142)
#747C99
(116,124,153)
#838AA4
(131,138,164)
#9298AF
(146,152,175)
#A1A6BA
(161,166,186)
#B0B4C5
(176,180,197)
#BFC2D0
(191,194,208)
#CED0DB
(206,208,219)
#DDDEE6
(221,222,230)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566083; }

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

This text font color is #566083.


Background Color

.myBgColor { background-color: #566083; }

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

This div background color is #566083.


Border color

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

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

This div border color is #566083.


Opacity

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

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

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

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

This text has shadow with #566083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566083 on black background.


Color preview on white background

This text has color #566083 on white background.



Black color preview on #566083 background

This text has black color on #566083 background.


White color preview on #566083 background

This text has white color on #566083 background.