COLOR #565D87

HEX: #565D87
RGB: (86,93,135)

Color info

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

RGB color model

#565D87 color RGB value is (86,93,135).

  • red value is 86;
  • green value is 93;
  • blue value is 135.
RGB:
(86,93,135)
(34%,36%,53%)

RGB channels and saturation

R 86 of 255 = 34%
G 93 of 255 = 36%
B 135 of 255 = 53%

86
93
135

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

Portions of RGB colors in percentages

R + G + B =
86 + 93 + 135 = 314 (100%)
R 86 of 314 ~ 27.39%
G 93 of 314 ~ 29.62%
B 135 of 314 ~ 42.99%

%27.39
%29.62
%42.99

CMYK color model

#565D87 color CMYK value is (36,31,0,47).

  • cyan value is 36.30%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(36,31,0,47)
C36M31Y0K47 
(36%,31%,0%,47%)
(0.36/0.31/0.00/0.47)	

CMYK percentages

%36.3
%31.11
%0
%47.06

Codes

Color #565D87 in popluar color models

565D87
RGB8693135
HSL231°22.17%43.33%
HSB/HSV231°36.30%52.94%
CMYK36.30%31.11%0.00%
47.06%

Color #565D87 in popluar number systems.

HEX565D87
Decimal8693135
Binary1010110101110110000111
Octal126135207

Shades and tints

Shades of #565D87

#565D87
(86,93,135)
#4F557B
(79,85,123)
#484D6F
(72,77,111)
#414563
(65,69,99)
#3A3D57
(58,61,87)
#33354B
(51,53,75)
#2C2D3F
(44,45,63)
#252533
(37,37,51)
#1E1D27
(30,29,39)
#17151B
(23,21,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #565D87

#565D87
(86,93,135)
#656B91
(101,107,145)
#74799B
(116,121,155)
#8387A5
(131,135,165)
#9295AF
(146,149,175)
#A1A3B9
(161,163,185)
#B0B1C3
(176,177,195)
#BFBFCD
(191,191,205)
#CECDD7
(206,205,215)
#DDDBE1
(221,219,225)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565D87 color. Also use rgb(86,93,135) instead hex code.

Text Font Color

.myTextColor { color: #565D87; }

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

This text font color is #565D87.


Background Color

.myBgColor { background-color: #565D87; }

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

This div background color is #565D87.


Border color

.myBorderColor { border: 1px solid #565D87; }

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

This div border color is #565D87.


Opacity

.myOpacity80 { color: #565D87; opacity: 0.8; }

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

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

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

This text has shadow with #565D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565D87 on black background.


Color preview on white background

This text has color #565D87 on white background.



Black color preview on #565D87 background

This text has black color on #565D87 background.


White color preview on #565D87 background

This text has white color on #565D87 background.