COLOR #565A54

HEX: #565A54
RGB: (86,90,84)

Color info

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

RGB color model

#565A54 color RGB value is (86,90,84).

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

RGB channels and saturation

R 86 of 255 = 34%
G 90 of 255 = 35%
B 84 of 255 = 33%

86
90
84

R + G + B ~ 34%. #565A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 90 + 84 = 260 (100%)
R 86 of 260 ~ 33.08%
G 90 of 260 ~ 34.62%
B 84 of 260 ~ 32.31%

%33.08
%34.62
%32.31

CMYK color model

#565A54 color CMYK value is (4,0,7,65).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 64.71%
CMYK:
(4,0,7,65)
C4M0Y7K65 
(4%,0%,7%,65%)
(0.04/0.00/0.07/0.65)	

CMYK percentages

%4.44
%0
%6.67
%64.71

Codes

Color #565A54 in popluar color models

565A54
RGB869084
HSL100°3.45%34.12%
HSB/HSV100°6.67%35.29%
CMYK4.44%0.00%6.67%
64.71%

Color #565A54 in popluar number systems.

HEX565A54
Decimal869084
Binary101011010110101010100
Octal126132124

Shades and tints

Shades of #565A54

#565A54
(86,90,84)
#4F524D
(79,82,77)
#484A46
(72,74,70)
#41423F
(65,66,63)
#3A3A38
(58,58,56)
#333231
(51,50,49)
#2C2A2A
(44,42,42)
#252223
(37,34,35)
#1E1A1C
(30,26,28)
#171215
(23,18,21)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #565A54

#565A54
(86,90,84)
#656963
(101,105,99)
#747872
(116,120,114)
#838781
(131,135,129)
#929690
(146,150,144)
#A1A59F
(161,165,159)
#B0B4AE
(176,180,174)
#BFC3BD
(191,195,189)
#CED2CC
(206,210,204)
#DDE1DB
(221,225,219)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565A54; }

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

This text font color is #565A54.


Background Color

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

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

This div background color is #565A54.


Border color

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

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

This div border color is #565A54.


Opacity

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

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

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

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

This text has shadow with #565A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565A54 on black background.


Color preview on white background

This text has color #565A54 on white background.



Black color preview on #565A54 background

This text has black color on #565A54 background.


White color preview on #565A54 background

This text has white color on #565A54 background.