COLOR #565DB6

HEX: #565DB6
RGB: (86,93,182)

Color info

#565DB6 contains mainly blue color. Web safe color of #565DB6 is #6666CC (or #66C).

RGB color model

#565DB6 color RGB value is (86,93,182).

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

RGB channels and saturation

R 86 of 255 = 34%
G 93 of 255 = 36%
B 182 of 255 = 71%

86
93
182

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

Portions of RGB colors in percentages

R + G + B =
86 + 93 + 182 = 361 (100%)
R 86 of 361 ~ 23.82%
G 93 of 361 ~ 25.76%
B 182 of 361 ~ 50.42%

%23.82
%25.76
%50.42

CMYK color model

#565DB6 color CMYK value is (53,49,0,29).

  • cyan value is 52.75%
  • magenta value is 48.90%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(53,49,0,29)
C53M49Y0K29 
(53%,49%,0%,29%)
(0.53/0.49/0.00/0.29)	

CMYK percentages

%52.75
%48.9
%0
%28.63

Codes

Color #565DB6 in popluar color models

565DB6
RGB8693182
HSL236°39.67%52.55%
HSB/HSV236°52.75%71.37%
CMYK52.75%48.90%0.00%
28.63%

Color #565DB6 in popluar number systems.

HEX565DB6
Decimal8693182
Binary1010110101110110110110
Octal126135266

Shades and tints

Shades of #565DB6

#565DB6
(86,93,182)
#4F55A6
(79,85,166)
#484D96
(72,77,150)
#414586
(65,69,134)
#3A3D76
(58,61,118)
#333566
(51,53,102)
#2C2D56
(44,45,86)
#252546
(37,37,70)
#1E1D36
(30,29,54)
#171526
(23,21,38)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #565DB6

#565DB6
(86,93,182)
#656BBC
(101,107,188)
#7479C2
(116,121,194)
#8387C8
(131,135,200)
#9295CE
(146,149,206)
#A1A3D4
(161,163,212)
#B0B1DA
(176,177,218)
#BFBFE0
(191,191,224)
#CECDE6
(206,205,230)
#DDDBEC
(221,219,236)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565DB6; }

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

This text font color is #565DB6.


Background Color

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

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

This div background color is #565DB6.


Border color

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

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

This div border color is #565DB6.


Opacity

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

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

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

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

This text has shadow with #565DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565DB6 on black background.


Color preview on white background

This text has color #565DB6 on white background.



Black color preview on #565DB6 background

This text has black color on #565DB6 background.


White color preview on #565DB6 background

This text has white color on #565DB6 background.