COLOR #566582

HEX: #566582
RGB: (86,101,130)

Color info

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

RGB color model

#566582 color RGB value is (86,101,130).

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

RGB channels and saturation

R 86 of 255 = 34%
G 101 of 255 = 40%
B 130 of 255 = 51%

86
101
130

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

Portions of RGB colors in percentages

R + G + B =
86 + 101 + 130 = 317 (100%)
R 86 of 317 ~ 27.13%
G 101 of 317 ~ 31.86%
B 130 of 317 ~ 41.01%

%27.13
%31.86
%41.01

CMYK color model

#566582 color CMYK value is (34,22,0,49).

  • cyan value is 33.85%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(34,22,0,49)
C34M22Y0K49 
(34%,22%,0%,49%)
(0.34/0.22/0.00/0.49)	

CMYK percentages

%33.85
%22.31
%0
%49.02

Codes

Color #566582 in popluar color models

566582
RGB86101130
HSL220°20.37%42.35%
HSB/HSV220°33.85%50.98%
CMYK33.85%22.31%0.00%
49.02%

Color #566582 in popluar number systems.

HEX566582
Decimal86101130
Binary1010110110010110000010
Octal126145202

Shades and tints

Shades of #566582

#566582
(86,101,130)
#4F5C77
(79,92,119)
#48536C
(72,83,108)
#414A61
(65,74,97)
#3A4156
(58,65,86)
#33384B
(51,56,75)
#2C2F40
(44,47,64)
#252635
(37,38,53)
#1E1D2A
(30,29,42)
#17141F
(23,20,31)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #566582

#566582
(86,101,130)
#65738D
(101,115,141)
#748198
(116,129,152)
#838FA3
(131,143,163)
#929DAE
(146,157,174)
#A1ABB9
(161,171,185)
#B0B9C4
(176,185,196)
#BFC7CF
(191,199,207)
#CED5DA
(206,213,218)
#DDE3E5
(221,227,229)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566582 color. Also use rgb(86,101,130) instead hex code.

Text Font Color

.myTextColor { color: #566582; }

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

This text font color is #566582.


Background Color

.myBgColor { background-color: #566582; }

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

This div background color is #566582.


Border color

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

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

This div border color is #566582.


Opacity

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

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

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

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

This text has shadow with #566582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566582 on black background.


Color preview on white background

This text has color #566582 on white background.



Black color preview on #566582 background

This text has black color on #566582 background.


White color preview on #566582 background

This text has white color on #566582 background.