COLOR #565EA5

HEX: #565EA5
RGB: (86,94,165)

Color info

#565EA5 contains mainly blue color. Web safe color of #565EA5 is #666699 (or #669).

RGB color model

#565EA5 color RGB value is (86,94,165).

  • red value is 86;
  • green value is 94;
  • blue value is 165.
RGB:
(86,94,165)
(34%,37%,65%)

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 165 of 255 = 65%

86
94
165

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

Portions of RGB colors in percentages

R + G + B =
86 + 94 + 165 = 345 (100%)
R 86 of 345 ~ 24.93%
G 94 of 345 ~ 27.25%
B 165 of 345 ~ 47.83%

%24.93
%27.25
%47.83

CMYK color model

#565EA5 color CMYK value is (48,43,0,35).

  • cyan value is 47.88%
  • magenta value is 43.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(48,43,0,35)
C48M43Y0K35 
(48%,43%,0%,35%)
(0.48/0.43/0.00/0.35)	

CMYK percentages

%47.88
%43.03
%0
%35.29

Codes

Color #565EA5 in popluar color models

565EA5
RGB8694165
HSL234°31.47%49.22%
HSB/HSV234°47.88%64.71%
CMYK47.88%43.03%0.00%
35.29%

Color #565EA5 in popluar number systems.

HEX565EA5
Decimal8694165
Binary1010110101111010100101
Octal126136245

Shades and tints

Shades of #565EA5

#565EA5
(86,94,165)
#4F5696
(79,86,150)
#484E87
(72,78,135)
#414678
(65,70,120)
#3A3E69
(58,62,105)
#33365A
(51,54,90)
#2C2E4B
(44,46,75)
#25263C
(37,38,60)
#1E1E2D
(30,30,45)
#17161E
(23,22,30)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #565EA5

#565EA5
(86,94,165)
#656CAD
(101,108,173)
#747AB5
(116,122,181)
#8388BD
(131,136,189)
#9296C5
(146,150,197)
#A1A4CD
(161,164,205)
#B0B2D5
(176,178,213)
#BFC0DD
(191,192,221)
#CECEE5
(206,206,229)
#DDDCED
(221,220,237)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565EA5 color. Also use rgb(86,94,165) instead hex code.

Text Font Color

.myTextColor { color: #565EA5; }

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

This text font color is #565EA5.


Background Color

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

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

This div background color is #565EA5.


Border color

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

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

This div border color is #565EA5.


Opacity

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

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

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

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

This text has shadow with #565EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565EA5 on black background.


Color preview on white background

This text has color #565EA5 on white background.



Black color preview on #565EA5 background

This text has black color on #565EA5 background.


White color preview on #565EA5 background

This text has white color on #565EA5 background.