COLOR #565155

HEX: #565155
RGB: (86,81,85)

Color info

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

RGB color model

#565155 color RGB value is (86,81,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 85 of 255 = 33%

86
81
85

R + G + B ~ 33%. #565155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 81 + 85 = 252 (100%)
R 86 of 252 ~ 34.13%
G 81 of 252 ~ 32.14%
B 85 of 252 ~ 33.73%

%34.13
%32.14
%33.73

CMYK color model

#565155 color CMYK value is (0,6,1,66).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(0,6,1,66)
C0M6Y1K66 
(0%,6%,1%,66%)
(0.00/0.06/0.01/0.66)	

CMYK percentages

%0
%5.81
%1.16
%66.27

Codes

Color #565155 in popluar color models

565155
RGB868185
HSL312°2.99%32.75%
HSB/HSV312°5.81%33.73%
CMYK0.00%5.81%1.16%
66.27%

Color #565155 in popluar number systems.

HEX565155
Decimal868185
Binary101011010100011010101
Octal126121125

Shades and tints

Shades of #565155

#565155
(86,81,85)
#4F4A4E
(79,74,78)
#484347
(72,67,71)
#413C40
(65,60,64)
#3A3539
(58,53,57)
#332E32
(51,46,50)
#2C272B
(44,39,43)
#252024
(37,32,36)
#1E191D
(30,25,29)
#171216
(23,18,22)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #565155

#565155
(86,81,85)
#656064
(101,96,100)
#746F73
(116,111,115)
#837E82
(131,126,130)
#928D91
(146,141,145)
#A19CA0
(161,156,160)
#B0ABAF
(176,171,175)
#BFBABE
(191,186,190)
#CEC9CD
(206,201,205)
#DDD8DC
(221,216,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565155; }

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

This text font color is #565155.


Background Color

.myBgColor { background-color: #565155; }

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

This div background color is #565155.


Border color

.myBorderColor { border: 1px solid #565155; }

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

This div border color is #565155.


Opacity

.myOpacity80 { color: #565155; opacity: 0.8; }

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

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

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

This text has shadow with #565155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565155 on black background.


Color preview on white background

This text has color #565155 on white background.



Black color preview on #565155 background

This text has black color on #565155 background.


White color preview on #565155 background

This text has white color on #565155 background.