COLOR #565E7C

HEX: #565E7C
RGB: (86,94,124)

Color info

#565E7C contains red, green and blue colors in about the same proportion. Web safe color of #565E7C is #666666 (or #666).

RGB color model

#565E7C color RGB value is (86,94,124).

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

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 124 of 255 = 49%

86
94
124

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

Portions of RGB colors in percentages

R + G + B =
86 + 94 + 124 = 304 (100%)
R 86 of 304 ~ 28.29%
G 94 of 304 ~ 30.92%
B 124 of 304 ~ 40.79%

%28.29
%30.92
%40.79

CMYK color model

#565E7C color CMYK value is (31,24,0,51).

  • cyan value is 30.65%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,24,0,51)
C31M24Y0K51 
(31%,24%,0%,51%)
(0.31/0.24/0.00/0.51)	

CMYK percentages

%30.65
%24.19
%0
%51.37

Codes

Color #565E7C in popluar color models

565E7C
RGB8694124
HSL227°18.10%41.18%
HSB/HSV227°30.65%48.63%
CMYK30.65%24.19%0.00%
51.37%

Color #565E7C in popluar number systems.

HEX565E7C
Decimal8694124
Binary101011010111101111100
Octal126136174

Shades and tints

Shades of #565E7C

#565E7C
(86,94,124)
#4F5671
(79,86,113)
#484E66
(72,78,102)
#41465B
(65,70,91)
#3A3E50
(58,62,80)
#333645
(51,54,69)
#2C2E3A
(44,46,58)
#25262F
(37,38,47)
#1E1E24
(30,30,36)
#171619
(23,22,25)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #565E7C

#565E7C
(86,94,124)
#656C87
(101,108,135)
#747A92
(116,122,146)
#83889D
(131,136,157)
#9296A8
(146,150,168)
#A1A4B3
(161,164,179)
#B0B2BE
(176,178,190)
#BFC0C9
(191,192,201)
#CECED4
(206,206,212)
#DDDCDF
(221,220,223)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565E7C; }

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

This text font color is #565E7C.


Background Color

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

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

This div background color is #565E7C.


Border color

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

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

This div border color is #565E7C.


Opacity

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

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

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

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

This text has shadow with #565E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565E7C on black background.


Color preview on white background

This text has color #565E7C on white background.



Black color preview on #565E7C background

This text has black color on #565E7C background.


White color preview on #565E7C background

This text has white color on #565E7C background.