COLOR #565E90

HEX: #565E90 RGB: (86,94,144)

Color info

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

RGB color model

#565E90 color RGB value is (86,94,144).

RGB: (86,94,144) (34%, 37%, 56%)

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 144 of 255 = 56%

86
94
144

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

Portions of RGB colors in percentages

R + G + B = 86 + 94 + 144 = 324 (100%)
R 86 of 324 ~ 26.54%
G 94 of 324 ~ 29.01%
B 144 of 324 ~ 44.44'%

%26.54
%29.01
%44.44

CMYK color model

#565E90 color CMYK value is (40,35,0,44).

  • cyan value is 40.28%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (40,35,0,44)
C40M35Y0K44 (40%, 35%, 0%, 44%)
(0.40 / 0.35 / 0.00 / 0.44)

CMYK percentages

%40.28
%34.72
%0
%43.53

Codes

Color #565E90 in popluar color models

56 5E 90
RGB 86 94 144
HSL 232° 25.22% 45.10%
HSB/HSV 232° 40.28% 56.47%
CMYK 40.28% 34.72% 0.00%
43.53%

Color #565E90 in popluar number systems.

HEX 56 5E 90
Decimal 86 94 144
Binary 1010110 1011110 10010000
Octal 126 136 220

Shades and tints

Shades of #565E90

#565E90
(86,94,144)
#4F5683
(79,86,131)
#484E76
(72,78,118)
#414669
(65,70,105)
#3A3E5C
(58,62,92)
#33364F
(51,54,79)
#2C2E42
(44,46,66)
#252635
(37,38,53)
#1E1E28
(30,30,40)
#17161B
(23,22,27)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #565E90

#565E90
(86,94,144)
#656C9A
(101,108,154)
#747AA4
(116,122,164)
#8388AE
(131,136,174)
#9296B8
(146,150,184)
#A1A4C2
(161,164,194)
#B0B2CC
(176,178,204)
#BFC0D6
(191,192,214)
#CECEE0
(206,206,224)
#DDDCEA
(221,220,234)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565E90; }

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

This text font color is #565E90.

Background Color

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

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

This div background color is #565E90.

Border color

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

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

This div border color is #565E90.

Opacity

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

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

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

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

This text has shadow with #565E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565E90.

Preview

Color preview on black background

This text has color #565E90 on black background.


Color preview on white background

This text has color #565E90 on white background.


Black color preview on #565E90 background

This text has black color on #565E90 background.


White color preview on #565E90 background

This text has white color on #565E90 background.


Related colors

Complementary color

Complementary color for #hex is #A9A16F.


I love getcolorcode.com

Triadic colors

1 #90565E and #5E9056 with #565E90 are triadic colors.

2 #905E56 and #5E5690 with #565E90 are triadic colors.