COLOR #565A83

HEX: #565A83
RGB: (86,90,131)

Color info

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

RGB color model

#565A83 color RGB value is (86,90,131).

  • red value is 86;
  • green value is 90;
  • blue value is 131.
RGB:
(86,90,131)
(34%,35%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 90 of 255 = 35%
B 131 of 255 = 51%

86
90
131

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

Portions of RGB colors in percentages

R + G + B =
86 + 90 + 131 = 307 (100%)
R 86 of 307 ~ 28.01%
G 90 of 307 ~ 29.32%
B 131 of 307 ~ 42.67%

%28.01
%29.32
%42.67

CMYK color model

#565A83 color CMYK value is (34,31,0,49).

  • cyan value is 34.35%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,31,0,49)
C34M31Y0K49 
(34%,31%,0%,49%)
(0.34/0.31/0.00/0.49)	

CMYK percentages

%34.35
%31.3
%0
%48.63

Codes

Color #565A83 in popluar color models

565A83
RGB8690131
HSL235°20.74%42.55%
HSB/HSV235°34.35%51.37%
CMYK34.35%31.30%0.00%
48.63%

Color #565A83 in popluar number systems.

HEX565A83
Decimal8690131
Binary1010110101101010000011
Octal126132203

Shades and tints

Shades of #565A83

#565A83
(86,90,131)
#4F5278
(79,82,120)
#484A6D
(72,74,109)
#414262
(65,66,98)
#3A3A57
(58,58,87)
#33324C
(51,50,76)
#2C2A41
(44,42,65)
#252236
(37,34,54)
#1E1A2B
(30,26,43)
#171220
(23,18,32)
#100A15
(16,10,21)
#000000
(0,0,0)

Tints of #565A83

#565A83
(86,90,131)
#65698E
(101,105,142)
#747899
(116,120,153)
#8387A4
(131,135,164)
#9296AF
(146,150,175)
#A1A5BA
(161,165,186)
#B0B4C5
(176,180,197)
#BFC3D0
(191,195,208)
#CED2DB
(206,210,219)
#DDE1E6
(221,225,230)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565A83 color. Also use rgb(86,90,131) instead hex code.

Text Font Color

.myTextColor { color: #565A83; }

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

This text font color is #565A83.


Background Color

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

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

This div background color is #565A83.


Border color

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

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

This div border color is #565A83.


Opacity

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

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

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

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

This text has shadow with #565A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565A83 on black background.


Color preview on white background

This text has color #565A83 on white background.



Black color preview on #565A83 background

This text has black color on #565A83 background.


White color preview on #565A83 background

This text has white color on #565A83 background.