COLOR #51565D

HEX: #51565D RGB: (81,86,93)

Color info

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

RGB color model

#51565D color RGB value is (81,86,93).

RGB: (81,86,93) (32%, 34%, 36%)

RGB channels and saturation

R 81 of 255 = 32%
G 86 of 255 = 34%
B 93 of 255 = 36%

81
86
93

R + G + B ~ 34%. #51565D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 86 + 93 = 260 (100%)
R 81 of 260 ~ 31.15%
G 86 of 260 ~ 33.08%
B 93 of 260 ~ 35.77'%

%31.15
%33.08
%35.77

CMYK color model

#51565D color CMYK value is (13,8,0,64).

  • cyan value is 12.90%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (13,8,0,64)
C13M8Y0K64 (13%, 8%, 0%, 64%)
(0.13 / 0.08 / 0.00 / 0.64)

CMYK percentages

%12.9
%7.53
%0
%63.53

Codes

Color #51565D in popluar color models

51 56 5D
RGB 81 86 93
HSL 215° 6.90% 34.12%
HSB/HSV 215° 12.90% 36.47%
CMYK 12.90% 7.53% 0.00%
63.53%

Color #51565D in popluar number systems.

HEX 51 56 5D
Decimal 81 86 93
Binary 1010001 1010110 1011101
Octal 121 126 135

Shades and tints

Shades of #51565D

#51565D
(81,86,93)
#4A4F55
(74,79,85)
#43484D
(67,72,77)
#3C4145
(60,65,69)
#353A3D
(53,58,61)
#2E3335
(46,51,53)
#272C2D
(39,44,45)
#202525
(32,37,37)
#191E1D
(25,30,29)
#121715
(18,23,21)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #51565D

#51565D
(81,86,93)
#60656B
(96,101,107)
#6F7479
(111,116,121)
#7E8387
(126,131,135)
#8D9295
(141,146,149)
#9CA1A3
(156,161,163)
#ABB0B1
(171,176,177)
#BABFBF
(186,191,191)
#C9CECD
(201,206,205)
#D8DDDB
(216,221,219)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51565D; }

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

This text font color is #51565D.

Background Color

.myBgColor { background-color: #51565D; }

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

This div background color is #51565D.

Border color

.myBorderColor { border: 1px solid #51565D; }

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

This div border color is #51565D.

Opacity

.myOpacity80 { color: #51565D; opacity: 0.8; }

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

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

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

This text has shadow with #51565D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51565D.

Preview

Color preview on black background

This text has color #51565D on black background.


Color preview on white background

This text has color #51565D on white background.


Black color preview on #51565D background

This text has black color on #51565D background.


White color preview on #51565D background

This text has white color on #51565D background.


Related colors

Complementary color

Complementary color for #hex is #AEA9A2.


I love getcolorcode.com

Triadic colors

1 #5D5156 and #565D51 with #51565D are triadic colors.

2 #5D5651 and #56515D with #51565D are triadic colors.