COLOR #566381

HEX: #566381
RGB: (86,99,129)

Color info

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

RGB color model

#566381 color RGB value is (86,99,129).

  • red value is 86;
  • green value is 99;
  • blue value is 129.
RGB:
(86,99,129)
(34%,39%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 129 of 255 = 51%

86
99
129

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

Portions of RGB colors in percentages

R + G + B =
86 + 99 + 129 = 314 (100%)
R 86 of 314 ~ 27.39%
G 99 of 314 ~ 31.53%
B 129 of 314 ~ 41.08%

%27.39
%31.53
%41.08

CMYK color model

#566381 color CMYK value is (33,23,0,49).

  • cyan value is 33.33%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(33,23,0,49)
C33M23Y0K49 
(33%,23%,0%,49%)
(0.33/0.23/0.00/0.49)	

CMYK percentages

%33.33
%23.26
%0
%49.41

Codes

Color #566381 in popluar color models

566381
RGB8699129
HSL222°20.00%42.16%
HSB/HSV222°33.33%50.59%
CMYK33.33%23.26%0.00%
49.41%

Color #566381 in popluar number systems.

HEX566381
Decimal8699129
Binary1010110110001110000001
Octal126143201

Shades and tints

Shades of #566381

#566381
(86,99,129)
#4F5A76
(79,90,118)
#48516B
(72,81,107)
#414860
(65,72,96)
#3A3F55
(58,63,85)
#33364A
(51,54,74)
#2C2D3F
(44,45,63)
#252434
(37,36,52)
#1E1B29
(30,27,41)
#17121E
(23,18,30)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #566381

#566381
(86,99,129)
#65718C
(101,113,140)
#747F97
(116,127,151)
#838DA2
(131,141,162)
#929BAD
(146,155,173)
#A1A9B8
(161,169,184)
#B0B7C3
(176,183,195)
#BFC5CE
(191,197,206)
#CED3D9
(206,211,217)
#DDE1E4
(221,225,228)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566381 color. Also use rgb(86,99,129) instead hex code.

Text Font Color

.myTextColor { color: #566381; }

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

This text font color is #566381.


Background Color

.myBgColor { background-color: #566381; }

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

This div background color is #566381.


Border color

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

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

This div border color is #566381.


Opacity

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

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

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

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

This text has shadow with #566381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566381 on black background.


Color preview on white background

This text has color #566381 on white background.



Black color preview on #566381 background

This text has black color on #566381 background.


White color preview on #566381 background

This text has white color on #566381 background.