COLOR #565EA1

HEX: #565EA1
RGB: (86,94,161)

Color info

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

RGB color model

#565EA1 color RGB value is (86,94,161).

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

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 161 of 255 = 63%

86
94
161

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

Portions of RGB colors in percentages

R + G + B =
86 + 94 + 161 = 341 (100%)
R 86 of 341 ~ 25.22%
G 94 of 341 ~ 27.57%
B 161 of 341 ~ 47.21%

%25.22
%27.57
%47.21

CMYK color model

#565EA1 color CMYK value is (47,42,0,37).

  • cyan value is 46.58%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(47,42,0,37)
C47M42Y0K37 
(47%,42%,0%,37%)
(0.47/0.42/0.00/0.37)	

CMYK percentages

%46.58
%41.61
%0
%36.86

Codes

Color #565EA1 in popluar color models

565EA1
RGB8694161
HSL234°30.36%48.43%
HSB/HSV234°46.58%63.14%
CMYK46.58%41.61%0.00%
36.86%

Color #565EA1 in popluar number systems.

HEX565EA1
Decimal8694161
Binary1010110101111010100001
Octal126136241

Shades and tints

Shades of #565EA1

#565EA1
(86,94,161)
#4F5693
(79,86,147)
#484E85
(72,78,133)
#414677
(65,70,119)
#3A3E69
(58,62,105)
#33365B
(51,54,91)
#2C2E4D
(44,46,77)
#25263F
(37,38,63)
#1E1E31
(30,30,49)
#171623
(23,22,35)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #565EA1

#565EA1
(86,94,161)
#656CA9
(101,108,169)
#747AB1
(116,122,177)
#8388B9
(131,136,185)
#9296C1
(146,150,193)
#A1A4C9
(161,164,201)
#B0B2D1
(176,178,209)
#BFC0D9
(191,192,217)
#CECEE1
(206,206,225)
#DDDCE9
(221,220,233)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565EA1; }

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

This text font color is #565EA1.


Background Color

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

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

This div background color is #565EA1.


Border color

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

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

This div border color is #565EA1.


Opacity

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

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

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

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

This text has shadow with #565EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565EA1 on black background.


Color preview on white background

This text has color #565EA1 on white background.



Black color preview on #565EA1 background

This text has black color on #565EA1 background.


White color preview on #565EA1 background

This text has white color on #565EA1 background.