COLOR #565551

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

Color info

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

RGB color model

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

RGB: (86,85,81) (34%, 33%, 32%)

RGB channels and saturation

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

86
85
81

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

Portions of RGB colors in percentages

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

%34.13
%33.73
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 5.81%
  • key color value is 66.27%

CMYK: (0,1,6,66)
C0M1Y6K66 (0%, 1%, 6%, 66%)
(0.00 / 0.01 / 0.06 / 0.66)

CMYK percentages

%0
%1.16
%5.81
%66.27

Codes

Color #565551 in popluar color models

56 55 51
RGB 86 85 81
HSL 48° 2.99% 32.75%
HSB/HSV 48° 5.81% 33.73%
CMYK 0.00% 1.16% 5.81%
66.27%

Color #565551 in popluar number systems.

HEX 56 55 51
Decimal 86 85 81
Binary 1010110 1010101 1010001
Octal 126 125 121

Shades and tints

Shades of #565551

#565551
(86,85,81)
#4F4E4A
(79,78,74)
#484743
(72,71,67)
#41403C
(65,64,60)
#3A3935
(58,57,53)
#33322E
(51,50,46)
#2C2B27
(44,43,39)
#252420
(37,36,32)
#1E1D19
(30,29,25)
#171612
(23,22,18)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #565551

#565551
(86,85,81)
#656460
(101,100,96)
#74736F
(116,115,111)
#83827E
(131,130,126)
#92918D
(146,145,141)
#A1A09C
(161,160,156)
#B0AFAB
(176,175,171)
#BFBEBA
(191,190,186)
#CECDC9
(206,205,201)
#DDDCD8
(221,220,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565551; }

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

This text font color is #565551.

Background Color

.myBgColor { background-color: #565551; }

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

This div background color is #565551.

Border color

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

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

This div border color is #565551.

Opacity

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

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

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

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

This text has shadow with #565551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565551.

Preview

Color preview on black background

This text has color #565551 on black background.


Color preview on white background

This text has color #565551 on white background.


Black color preview on #565551 background

This text has black color on #565551 background.


White color preview on #565551 background

This text has white color on #565551 background.


Related colors

Complementary color

Complementary color for #hex is #A9AAAE.


I love getcolorcode.com

Triadic colors

1 #515655 and #555156 with #565551 are triadic colors.

2 #515556 and #555651 with #565551 are triadic colors.