COLOR #565882

HEX: #565882
RGB: (86,88,130)

Color info

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

RGB color model

#565882 color RGB value is (86,88,130).

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

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 130 of 255 = 51%

86
88
130

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

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 130 = 304 (100%)
R 86 of 304 ~ 28.29%
G 88 of 304 ~ 28.95%
B 130 of 304 ~ 42.76%

%28.29
%28.95
%42.76

CMYK color model

#565882 color CMYK value is (34,32,0,49).

  • cyan value is 33.85%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(34,32,0,49)
C34M32Y0K49 
(34%,32%,0%,49%)
(0.34/0.32/0.00/0.49)	

CMYK percentages

%33.85
%32.31
%0
%49.02

Codes

Color #565882 in popluar color models

565882
RGB8688130
HSL237°20.37%42.35%
HSB/HSV237°33.85%50.98%
CMYK33.85%32.31%0.00%
49.02%

Color #565882 in popluar number systems.

HEX565882
Decimal8688130
Binary1010110101100010000010
Octal126130202

Shades and tints

Shades of #565882

#565882
(86,88,130)
#4F5077
(79,80,119)
#48486C
(72,72,108)
#414061
(65,64,97)
#3A3856
(58,56,86)
#33304B
(51,48,75)
#2C2840
(44,40,64)
#252035
(37,32,53)
#1E182A
(30,24,42)
#17101F
(23,16,31)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #565882

#565882
(86,88,130)
#65678D
(101,103,141)
#747698
(116,118,152)
#8385A3
(131,133,163)
#9294AE
(146,148,174)
#A1A3B9
(161,163,185)
#B0B2C4
(176,178,196)
#BFC1CF
(191,193,207)
#CED0DA
(206,208,218)
#DDDFE5
(221,223,229)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565882; }

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

This text font color is #565882.


Background Color

.myBgColor { background-color: #565882; }

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

This div background color is #565882.


Border color

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

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

This div border color is #565882.


Opacity

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

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

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

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

This text has shadow with #565882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565882 on black background.


Color preview on white background

This text has color #565882 on white background.



Black color preview on #565882 background

This text has black color on #565882 background.


White color preview on #565882 background

This text has white color on #565882 background.