COLOR #515550

HEX: #515550 RGB: (81,85,80)

Color info

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

RGB color model

#515550 color RGB value is (81,85,80).

RGB: (81,85,80) (32%, 33%, 31%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 80 of 255 = 31%

81
85
80

R + G + B ~ 32%. #515550 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 85 + 80 = 246 (100%)
R 81 of 246 ~ 32.93%
G 85 of 246 ~ 34.55%
B 80 of 246 ~ 32.52'%

%32.93
%34.55
%32.52

CMYK color model

#515550 color CMYK value is (5,0,6,67).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%

CMYK: (5,0,6,67)
C5M0Y6K67 (5%, 0%, 6%, 67%)
(0.05 / 0.00 / 0.06 / 0.67)

CMYK percentages

%4.71
%0
%5.88
%66.67

Codes

Color #515550 in popluar color models

51 55 50
RGB 81 85 80
HSL 108° 3.03% 32.35%
HSB/HSV 108° 5.88% 33.33%
CMYK 4.71% 0.00% 5.88%
66.67%

Color #515550 in popluar number systems.

HEX 51 55 50
Decimal 81 85 80
Binary 1010001 1010101 1010000
Octal 121 125 120

Shades and tints

Shades of #515550

#515550
(81,85,80)
#4A4E49
(74,78,73)
#434742
(67,71,66)
#3C403B
(60,64,59)
#353934
(53,57,52)
#2E322D
(46,50,45)
#272B26
(39,43,38)
#20241F
(32,36,31)
#191D18
(25,29,24)
#121611
(18,22,17)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #515550

#515550
(81,85,80)
#60645F
(96,100,95)
#6F736E
(111,115,110)
#7E827D
(126,130,125)
#8D918C
(141,145,140)
#9CA09B
(156,160,155)
#ABAFAA
(171,175,170)
#BABEB9
(186,190,185)
#C9CDC8
(201,205,200)
#D8DCD7
(216,220,215)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515550; }

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

This text font color is #515550.

Background Color

.myBgColor { background-color: #515550; }

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

This div background color is #515550.

Border color

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

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

This div border color is #515550.

Opacity

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

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

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

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

This text has shadow with #515550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515550.

Preview

Color preview on black background

This text has color #515550 on black background.


Color preview on white background

This text has color #515550 on white background.


Black color preview on #515550 background

This text has black color on #515550 background.


White color preview on #515550 background

This text has white color on #515550 background.


Related colors

Complementary color

Complementary color for #hex is #AEAAAF.


I love getcolorcode.com

Triadic colors

1 #505155 and #555051 with #515550 are triadic colors.

2 #505551 and #555150 with #515550 are triadic colors.