COLOR #51555C

HEX: #51555C RGB: (81,85,92)

Color info

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

RGB color model

#51555C color RGB value is (81,85,92).

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

RGB channels and saturation

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

81
85
92

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

Portions of RGB colors in percentages

R + G + B = 81 + 85 + 92 = 258 (100%)
R 81 of 258 ~ 31.4%
G 85 of 258 ~ 32.95%
B 92 of 258 ~ 35.66'%

%31.4
%32.95
%35.66

CMYK color model

#51555C color CMYK value is (12,8,0,64).

  • cyan value is 11.96%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (12,8,0,64)
C12M8Y0K64 (12%, 8%, 0%, 64%)
(0.12 / 0.08 / 0.00 / 0.64)

CMYK percentages

%11.96
%7.61
%0
%63.92

Codes

Color #51555C in popluar color models

51 55 5C
RGB 81 85 92
HSL 218° 6.36% 33.92%
HSB/HSV 218° 11.96% 36.08%
CMYK 11.96% 7.61% 0.00%
63.92%

Color #51555C in popluar number systems.

HEX 51 55 5C
Decimal 81 85 92
Binary 1010001 1010101 1011100
Octal 121 125 134

Shades and tints

Shades of #51555C

#51555C
(81,85,92)
#4A4E54
(74,78,84)
#43474C
(67,71,76)
#3C4044
(60,64,68)
#35393C
(53,57,60)
#2E3234
(46,50,52)
#272B2C
(39,43,44)
#202424
(32,36,36)
#191D1C
(25,29,28)
#121614
(18,22,20)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #51555C

#51555C
(81,85,92)
#60646A
(96,100,106)
#6F7378
(111,115,120)
#7E8286
(126,130,134)
#8D9194
(141,145,148)
#9CA0A2
(156,160,162)
#ABAFB0
(171,175,176)
#BABEBE
(186,190,190)
#C9CDCC
(201,205,204)
#D8DCDA
(216,220,218)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51555C; }

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

This text font color is #51555C.

Background Color

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

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

This div background color is #51555C.

Border color

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

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

This div border color is #51555C.

Opacity

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

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

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

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

This text has shadow with #51555C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51555C.

Preview

Color preview on black background

This text has color #51555C on black background.


Color preview on white background

This text has color #51555C on white background.


Black color preview on #51555C background

This text has black color on #51555C background.


White color preview on #51555C background

This text has white color on #51555C background.


Related colors

Complementary color

Complementary color for #hex is #AEAAA3.


I love getcolorcode.com

Triadic colors

1 #5C5155 and #555C51 with #51555C are triadic colors.

2 #5C5551 and #55515C with #51555C are triadic colors.