COLOR #515255

HEX: #515255 RGB: (81,82,85)

Color info

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

RGB color model

#515255 color RGB value is (81,82,85).

RGB: (81,82,85) (32%, 32%, 33%)

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 85 of 255 = 33%

81
82
85

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

Portions of RGB colors in percentages

R + G + B = 81 + 82 + 85 = 248 (100%)
R 81 of 248 ~ 32.66%
G 82 of 248 ~ 33.06%
B 85 of 248 ~ 34.27'%

%32.66
%33.06
%34.27

CMYK color model

#515255 color CMYK value is (5,4,0,67).

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

CMYK: (5,4,0,67)
C5M4Y0K67 (5%, 4%, 0%, 67%)
(0.05 / 0.04 / 0.00 / 0.67)

CMYK percentages

%4.71
%3.53
%0
%66.67

Codes

Color #515255 in popluar color models

51 52 55
RGB 81 82 85
HSL 225° 2.41% 32.55%
HSB/HSV 225° 4.71% 33.33%
CMYK 4.71% 3.53% 0.00%
66.67%

Color #515255 in popluar number systems.

HEX 51 52 55
Decimal 81 82 85
Binary 1010001 1010010 1010101
Octal 121 122 125

Shades and tints

Shades of #515255

#515255
(81,82,85)
#4A4B4E
(74,75,78)
#434447
(67,68,71)
#3C3D40
(60,61,64)
#353639
(53,54,57)
#2E2F32
(46,47,50)
#27282B
(39,40,43)
#202124
(32,33,36)
#191A1D
(25,26,29)
#121316
(18,19,22)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #515255

#515255
(81,82,85)
#606164
(96,97,100)
#6F7073
(111,112,115)
#7E7F82
(126,127,130)
#8D8E91
(141,142,145)
#9C9DA0
(156,157,160)
#ABACAF
(171,172,175)
#BABBBE
(186,187,190)
#C9CACD
(201,202,205)
#D8D9DC
(216,217,220)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515255; }

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

This text font color is #515255.

Background Color

.myBgColor { background-color: #515255; }

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

This div background color is #515255.

Border color

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

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

This div border color is #515255.

Opacity

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

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

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

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

This text has shadow with #515255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515255.

Preview

Color preview on black background

This text has color #515255 on black background.


Color preview on white background

This text has color #515255 on white background.


Black color preview on #515255 background

This text has black color on #515255 background.


White color preview on #515255 background

This text has white color on #515255 background.


Related colors

Complementary color

Complementary color for #hex is #AEADAA.


I love getcolorcode.com

Triadic colors

1 #555152 and #525551 with #515255 are triadic colors.

2 #555251 and #525155 with #515255 are triadic colors.