COLOR #565E55

HEX: #565E55
RGB: (86,94,85)

Color info

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

RGB color model

#565E55 color RGB value is (86,94,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 85 of 255 = 33%

86
94
85

R + G + B ~ 35%. #565E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 94 + 85 = 265 (100%)
R 86 of 265 ~ 32.45%
G 94 of 265 ~ 35.47%
B 85 of 265 ~ 32.08%

%32.45
%35.47
%32.08

CMYK color model

#565E55 color CMYK value is (9,0,10,63).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 63.14%
CMYK:
(9,0,10,63)
C9M0Y10K63 
(9%,0%,10%,63%)
(0.09/0.00/0.10/0.63)	

CMYK percentages

%8.51
%0
%9.57
%63.14

Codes

Color #565E55 in popluar color models

565E55
RGB869485
HSL113°5.03%35.10%
HSB/HSV113°9.57%36.86%
CMYK8.51%0.00%9.57%
63.14%

Color #565E55 in popluar number systems.

HEX565E55
Decimal869485
Binary101011010111101010101
Octal126136125

Shades and tints

Shades of #565E55

#565E55
(86,94,85)
#4F564E
(79,86,78)
#484E47
(72,78,71)
#414640
(65,70,64)
#3A3E39
(58,62,57)
#333632
(51,54,50)
#2C2E2B
(44,46,43)
#252624
(37,38,36)
#1E1E1D
(30,30,29)
#171616
(23,22,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #565E55

#565E55
(86,94,85)
#656C64
(101,108,100)
#747A73
(116,122,115)
#838882
(131,136,130)
#929691
(146,150,145)
#A1A4A0
(161,164,160)
#B0B2AF
(176,178,175)
#BFC0BE
(191,192,190)
#CECECD
(206,206,205)
#DDDCDC
(221,220,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565E55; }

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

This text font color is #565E55.


Background Color

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

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

This div background color is #565E55.


Border color

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

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

This div border color is #565E55.


Opacity

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

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

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

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

This text has shadow with #565E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565E55 on black background.


Color preview on white background

This text has color #565E55 on white background.



Black color preview on #565E55 background

This text has black color on #565E55 background.


White color preview on #565E55 background

This text has white color on #565E55 background.