COLOR #565C6E

HEX: #565C6E
RGB: (86,92,110)

Color info

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

RGB color model

#565C6E color RGB value is (86,92,110).

  • red value is 86;
  • green value is 92;
  • blue value is 110.
RGB:
(86,92,110)
(34%,36%,43%)

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 110 of 255 = 43%

86
92
110

R + G + B ~ 38%. #565C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 110 = 288 (100%)
R 86 of 288 ~ 29.86%
G 92 of 288 ~ 31.94%
B 110 of 288 ~ 38.19%

%29.86
%31.94
%38.19

CMYK color model

#565C6E color CMYK value is (22,16,0,57).

  • cyan value is 21.82%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(22,16,0,57)
C22M16Y0K57 
(22%,16%,0%,57%)
(0.22/0.16/0.00/0.57)	

CMYK percentages

%21.82
%16.36
%0
%56.86

Codes

Color #565C6E in popluar color models

565C6E
RGB8692110
HSL225°12.24%38.43%
HSB/HSV225°21.82%43.14%
CMYK21.82%16.36%0.00%
56.86%

Color #565C6E in popluar number systems.

HEX565C6E
Decimal8692110
Binary101011010111001101110
Octal126134156

Shades and tints

Shades of #565C6E

#565C6E
(86,92,110)
#4F5464
(79,84,100)
#484C5A
(72,76,90)
#414450
(65,68,80)
#3A3C46
(58,60,70)
#33343C
(51,52,60)
#2C2C32
(44,44,50)
#252428
(37,36,40)
#1E1C1E
(30,28,30)
#171414
(23,20,20)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #565C6E

#565C6E
(86,92,110)
#656A7B
(101,106,123)
#747888
(116,120,136)
#838695
(131,134,149)
#9294A2
(146,148,162)
#A1A2AF
(161,162,175)
#B0B0BC
(176,176,188)
#BFBEC9
(191,190,201)
#CECCD6
(206,204,214)
#DDDAE3
(221,218,227)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565C6E color. Also use rgb(86,92,110) instead hex code.

Text Font Color

.myTextColor { color: #565C6E; }

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

This text font color is #565C6E.


Background Color

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

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

This div background color is #565C6E.


Border color

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

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

This div border color is #565C6E.


Opacity

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

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

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

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

This text has shadow with #565C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C6E on black background.


Color preview on white background

This text has color #565C6E on white background.



Black color preview on #565C6E background

This text has black color on #565C6E background.


White color preview on #565C6E background

This text has white color on #565C6E background.