COLOR #565785

HEX: #565785
RGB: (86,87,133)

Color info

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

RGB color model

#565785 color RGB value is (86,87,133).

  • red value is 86;
  • green value is 87;
  • blue value is 133.
RGB:
(86,87,133)
(34%,34%,52%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 133 of 255 = 52%

86
87
133

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

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 133 = 306 (100%)
R 86 of 306 ~ 28.1%
G 87 of 306 ~ 28.43%
B 133 of 306 ~ 43.46%

%28.1
%28.43
%43.46

CMYK color model

#565785 color CMYK value is (35,35,0,48).

  • cyan value is 35.34%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(35,35,0,48)
C35M35Y0K48 
(35%,35%,0%,48%)
(0.35/0.35/0.00/0.48)	

CMYK percentages

%35.34
%34.59
%0
%47.84

Codes

Color #565785 in popluar color models

565785
RGB8687133
HSL239°21.46%42.94%
HSB/HSV239°35.34%52.16%
CMYK35.34%34.59%0.00%
47.84%

Color #565785 in popluar number systems.

HEX565785
Decimal8687133
Binary1010110101011110000101
Octal126127205

Shades and tints

Shades of #565785

#565785
(86,87,133)
#4F5079
(79,80,121)
#48496D
(72,73,109)
#414261
(65,66,97)
#3A3B55
(58,59,85)
#333449
(51,52,73)
#2C2D3D
(44,45,61)
#252631
(37,38,49)
#1E1F25
(30,31,37)
#171819
(23,24,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #565785

#565785
(86,87,133)
#656690
(101,102,144)
#74759B
(116,117,155)
#8384A6
(131,132,166)
#9293B1
(146,147,177)
#A1A2BC
(161,162,188)
#B0B1C7
(176,177,199)
#BFC0D2
(191,192,210)
#CECFDD
(206,207,221)
#DDDEE8
(221,222,232)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565785 color. Also use rgb(86,87,133) instead hex code.

Text Font Color

.myTextColor { color: #565785; }

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

This text font color is #565785.


Background Color

.myBgColor { background-color: #565785; }

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

This div background color is #565785.


Border color

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

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

This div border color is #565785.


Opacity

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

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

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

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

This text has shadow with #565785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565785 on black background.


Color preview on white background

This text has color #565785 on white background.



Black color preview on #565785 background

This text has black color on #565785 background.


White color preview on #565785 background

This text has white color on #565785 background.