COLOR #565F83

HEX: #565F83
RGB: (86,95,131)

Color info

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

RGB color model

#565F83 color RGB value is (86,95,131).

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

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 131 of 255 = 51%

86
95
131

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

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 131 = 312 (100%)
R 86 of 312 ~ 27.56%
G 95 of 312 ~ 30.45%
B 131 of 312 ~ 41.99%

%27.56
%30.45
%41.99

CMYK color model

#565F83 color CMYK value is (34,27,0,49).

  • cyan value is 34.35%
  • magenta value is 27.48%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,27,0,49)
C34M27Y0K49 
(34%,27%,0%,49%)
(0.34/0.27/0.00/0.49)	

CMYK percentages

%34.35
%27.48
%0
%48.63

Codes

Color #565F83 in popluar color models

565F83
RGB8695131
HSL228°20.74%42.55%
HSB/HSV228°34.35%51.37%
CMYK34.35%27.48%0.00%
48.63%

Color #565F83 in popluar number systems.

HEX565F83
Decimal8695131
Binary1010110101111110000011
Octal126137203

Shades and tints

Shades of #565F83

#565F83
(86,95,131)
#4F5778
(79,87,120)
#484F6D
(72,79,109)
#414762
(65,71,98)
#3A3F57
(58,63,87)
#33374C
(51,55,76)
#2C2F41
(44,47,65)
#252736
(37,39,54)
#1E1F2B
(30,31,43)
#171720
(23,23,32)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #565F83

#565F83
(86,95,131)
#656D8E
(101,109,142)
#747B99
(116,123,153)
#8389A4
(131,137,164)
#9297AF
(146,151,175)
#A1A5BA
(161,165,186)
#B0B3C5
(176,179,197)
#BFC1D0
(191,193,208)
#CECFDB
(206,207,219)
#DDDDE6
(221,221,230)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565F83; }

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

This text font color is #565F83.


Background Color

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

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

This div background color is #565F83.


Border color

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

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

This div border color is #565F83.


Opacity

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

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

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

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

This text has shadow with #565F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F83 on black background.


Color preview on white background

This text has color #565F83 on white background.



Black color preview on #565F83 background

This text has black color on #565F83 background.


White color preview on #565F83 background

This text has white color on #565F83 background.