COLOR #505655

HEX: #505655 RGB: (80,86,85)

Color info

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

RGB color model

#505655 color RGB value is (80,86,85).

RGB: (80,86,85) (31%, 34%, 33%)

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 85 of 255 = 33%

80
86
85

R + G + B ~ 33%. #505655 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 86 + 85 = 251 (100%)
R 80 of 251 ~ 31.87%
G 86 of 251 ~ 34.26%
B 85 of 251 ~ 33.86'%

%31.87
%34.26
%33.86

CMYK color model

#505655 color CMYK value is (7,0,1,66).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 66.27%

CMYK: (7,0,1,66)
C7M0Y1K66 (7%, 0%, 1%, 66%)
(0.07 / 0.00 / 0.01 / 0.66)

CMYK percentages

%6.98
%0
%1.16
%66.27

Codes

Color #505655 in popluar color models

50 56 55
RGB 80 86 85
HSL 170° 3.61% 32.55%
HSB/HSV 170° 6.98% 33.73%
CMYK 6.98% 0.00% 1.16%
66.27%

Color #505655 in popluar number systems.

HEX 50 56 55
Decimal 80 86 85
Binary 1010000 1010110 1010101
Octal 120 126 125

Shades and tints

Shades of #505655

#505655
(80,86,85)
#494F4E
(73,79,78)
#424847
(66,72,71)
#3B4140
(59,65,64)
#343A39
(52,58,57)
#2D3332
(45,51,50)
#262C2B
(38,44,43)
#1F2524
(31,37,36)
#181E1D
(24,30,29)
#111716
(17,23,22)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #505655

#505655
(80,86,85)
#5F6564
(95,101,100)
#6E7473
(110,116,115)
#7D8382
(125,131,130)
#8C9291
(140,146,145)
#9BA1A0
(155,161,160)
#AAB0AF
(170,176,175)
#B9BFBE
(185,191,190)
#C8CECD
(200,206,205)
#D7DDDC
(215,221,220)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505655; }

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

This text font color is #505655.

Background Color

.myBgColor { background-color: #505655; }

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

This div background color is #505655.

Border color

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

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

This div border color is #505655.

Opacity

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

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

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

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

This text has shadow with #505655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505655.

Preview

Color preview on black background

This text has color #505655 on black background.


Color preview on white background

This text has color #505655 on white background.


Black color preview on #505655 background

This text has black color on #505655 background.


White color preview on #505655 background

This text has white color on #505655 background.


Related colors

Complementary color

Complementary color for #hex is #AFA9AA.


I love getcolorcode.com

Triadic colors

1 #555056 and #565550 with #505655 are triadic colors.

2 #555650 and #565055 with #505655 are triadic colors.