COLOR #565880

HEX: #565880
RGB: (86,88,128)

Color info

#565880 contains red, green and blue colors in about the same proportion. Web safe color of #565880 is #666666 (or #666).

RGB color model

#565880 color RGB value is (86,88,128).

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

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 128 of 255 = 50%

86
88
128

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

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 128 = 302 (100%)
R 86 of 302 ~ 28.48%
G 88 of 302 ~ 29.14%
B 128 of 302 ~ 42.38%

%28.48
%29.14
%42.38

CMYK color model

#565880 color CMYK value is (33,31,0,50).

  • cyan value is 32.81%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(33,31,0,50)
C33M31Y0K50 
(33%,31%,0%,50%)
(0.33/0.31/0.00/0.50)	

CMYK percentages

%32.81
%31.25
%0
%49.8

Codes

Color #565880 in popluar color models

565880
RGB8688128
HSL237°19.63%41.96%
HSB/HSV237°32.81%50.20%
CMYK32.81%31.25%0.00%
49.80%

Color #565880 in popluar number systems.

HEX565880
Decimal8688128
Binary1010110101100010000000
Octal126130200

Shades and tints

Shades of #565880

#565880
(86,88,128)
#4F5075
(79,80,117)
#48486A
(72,72,106)
#41405F
(65,64,95)
#3A3854
(58,56,84)
#333049
(51,48,73)
#2C283E
(44,40,62)
#252033
(37,32,51)
#1E1828
(30,24,40)
#17101D
(23,16,29)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #565880

#565880
(86,88,128)
#65678B
(101,103,139)
#747696
(116,118,150)
#8385A1
(131,133,161)
#9294AC
(146,148,172)
#A1A3B7
(161,163,183)
#B0B2C2
(176,178,194)
#BFC1CD
(191,193,205)
#CED0D8
(206,208,216)
#DDDFE3
(221,223,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565880; }

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

This text font color is #565880.


Background Color

.myBgColor { background-color: #565880; }

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

This div background color is #565880.


Border color

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

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

This div border color is #565880.


Opacity

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

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

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

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

This text has shadow with #565880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565880 on black background.


Color preview on white background

This text has color #565880 on white background.



Black color preview on #565880 background

This text has black color on #565880 background.


White color preview on #565880 background

This text has white color on #565880 background.