COLOR #51555D

HEX: #51555D RGB: (81,85,93)

Color info

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

RGB color model

#51555D color RGB value is (81,85,93).

RGB: (81,85,93) (32%, 33%, 36%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 93 of 255 = 36%

81
85
93

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

Portions of RGB colors in percentages

R + G + B = 81 + 85 + 93 = 259 (100%)
R 81 of 259 ~ 31.27%
G 85 of 259 ~ 32.82%
B 93 of 259 ~ 35.91'%

%31.27
%32.82
%35.91

CMYK color model

#51555D color CMYK value is (13,9,0,64).

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

CMYK: (13,9,0,64)
C13M9Y0K64 (13%, 9%, 0%, 64%)
(0.13 / 0.09 / 0.00 / 0.64)

CMYK percentages

%12.9
%8.6
%0
%63.53

Codes

Color #51555D in popluar color models

51 55 5D
RGB 81 85 93
HSL 220° 6.90% 34.12%
HSB/HSV 220° 12.90% 36.47%
CMYK 12.90% 8.60% 0.00%
63.53%

Color #51555D in popluar number systems.

HEX 51 55 5D
Decimal 81 85 93
Binary 1010001 1010101 1011101
Octal 121 125 135

Shades and tints

Shades of #51555D

#51555D
(81,85,93)
#4A4E55
(74,78,85)
#43474D
(67,71,77)
#3C4045
(60,64,69)
#35393D
(53,57,61)
#2E3235
(46,50,53)
#272B2D
(39,43,45)
#202425
(32,36,37)
#191D1D
(25,29,29)
#121615
(18,22,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #51555D

#51555D
(81,85,93)
#60646B
(96,100,107)
#6F7379
(111,115,121)
#7E8287
(126,130,135)
#8D9195
(141,145,149)
#9CA0A3
(156,160,163)
#ABAFB1
(171,175,177)
#BABEBF
(186,190,191)
#C9CDCD
(201,205,205)
#D8DCDB
(216,220,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51555D; }

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

This text font color is #51555D.

Background Color

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

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

This div background color is #51555D.

Border color

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

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

This div border color is #51555D.

Opacity

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

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

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

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

This text has shadow with #51555D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51555D.

Preview

Color preview on black background

This text has color #51555D on black background.


Color preview on white background

This text has color #51555D on white background.


Black color preview on #51555D background

This text has black color on #51555D background.


White color preview on #51555D background

This text has white color on #51555D background.


Related colors

Complementary color

Complementary color for #hex is #AEAAA2.


I love getcolorcode.com

Triadic colors

1 #5D5155 and #555D51 with #51555D are triadic colors.

2 #5D5551 and #55515D with #51555D are triadic colors.