COLOR #565D93

HEX: #565D93
RGB: (86,93,147)

Color info

#565D93 contains mainly green and blue colors. Web safe color of #565D93 is #666699 (or #669).

RGB color model

#565D93 color RGB value is (86,93,147).

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

RGB channels and saturation

R 86 of 255 = 34%
G 93 of 255 = 36%
B 147 of 255 = 58%

86
93
147

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

Portions of RGB colors in percentages

R + G + B =
86 + 93 + 147 = 326 (100%)
R 86 of 326 ~ 26.38%
G 93 of 326 ~ 28.53%
B 147 of 326 ~ 45.09%

%26.38
%28.53
%45.09

CMYK color model

#565D93 color CMYK value is (41,37,0,42).

  • cyan value is 41.50%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(41,37,0,42)
C41M37Y0K42 
(41%,37%,0%,42%)
(0.41/0.37/0.00/0.42)	

CMYK percentages

%41.5
%36.73
%0
%42.35

Codes

Color #565D93 in popluar color models

565D93
RGB8693147
HSL233°26.18%45.69%
HSB/HSV233°41.50%57.65%
CMYK41.50%36.73%0.00%
42.35%

Color #565D93 in popluar number systems.

HEX565D93
Decimal8693147
Binary1010110101110110010011
Octal126135223

Shades and tints

Shades of #565D93

#565D93
(86,93,147)
#4F5586
(79,85,134)
#484D79
(72,77,121)
#41456C
(65,69,108)
#3A3D5F
(58,61,95)
#333552
(51,53,82)
#2C2D45
(44,45,69)
#252538
(37,37,56)
#1E1D2B
(30,29,43)
#17151E
(23,21,30)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #565D93

#565D93
(86,93,147)
#656B9C
(101,107,156)
#7479A5
(116,121,165)
#8387AE
(131,135,174)
#9295B7
(146,149,183)
#A1A3C0
(161,163,192)
#B0B1C9
(176,177,201)
#BFBFD2
(191,191,210)
#CECDDB
(206,205,219)
#DDDBE4
(221,219,228)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565D93; }

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

This text font color is #565D93.


Background Color

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

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

This div background color is #565D93.


Border color

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

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

This div border color is #565D93.


Opacity

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

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

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

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

This text has shadow with #565D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565D93 on black background.


Color preview on white background

This text has color #565D93 on white background.



Black color preview on #565D93 background

This text has black color on #565D93 background.


White color preview on #565D93 background

This text has white color on #565D93 background.