COLOR #565EB1

HEX: #565EB1
RGB: (86,94,177)

Color info

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

RGB color model

#565EB1 color RGB value is (86,94,177).

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

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 177 of 255 = 69%

86
94
177

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

Portions of RGB colors in percentages

R + G + B =
86 + 94 + 177 = 357 (100%)
R 86 of 357 ~ 24.09%
G 94 of 357 ~ 26.33%
B 177 of 357 ~ 49.58%

%24.09
%26.33
%49.58

CMYK color model

#565EB1 color CMYK value is (51,47,0,31).

  • cyan value is 51.41%
  • magenta value is 46.89%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(51,47,0,31)
C51M47Y0K31 
(51%,47%,0%,31%)
(0.51/0.47/0.00/0.31)	

CMYK percentages

%51.41
%46.89
%0
%30.59

Codes

Color #565EB1 in popluar color models

565EB1
RGB8694177
HSL235°36.84%51.57%
HSB/HSV235°51.41%69.41%
CMYK51.41%46.89%0.00%
30.59%

Color #565EB1 in popluar number systems.

HEX565EB1
Decimal8694177
Binary1010110101111010110001
Octal126136261

Shades and tints

Shades of #565EB1

#565EB1
(86,94,177)
#4F56A1
(79,86,161)
#484E91
(72,78,145)
#414681
(65,70,129)
#3A3E71
(58,62,113)
#333661
(51,54,97)
#2C2E51
(44,46,81)
#252641
(37,38,65)
#1E1E31
(30,30,49)
#171621
(23,22,33)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #565EB1

#565EB1
(86,94,177)
#656CB8
(101,108,184)
#747ABF
(116,122,191)
#8388C6
(131,136,198)
#9296CD
(146,150,205)
#A1A4D4
(161,164,212)
#B0B2DB
(176,178,219)
#BFC0E2
(191,192,226)
#CECEE9
(206,206,233)
#DDDCF0
(221,220,240)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565EB1; }

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

This text font color is #565EB1.


Background Color

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

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

This div background color is #565EB1.


Border color

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

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

This div border color is #565EB1.


Opacity

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

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

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

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

This text has shadow with #565EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565EB1 on black background.


Color preview on white background

This text has color #565EB1 on white background.



Black color preview on #565EB1 background

This text has black color on #565EB1 background.


White color preview on #565EB1 background

This text has white color on #565EB1 background.