COLOR #505855

HEX: #505855 RGB: (80,88,85)

Color info

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

RGB color model

#505855 color RGB value is (80,88,85).

RGB: (80,88,85) (31%, 35%, 33%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 85 of 255 = 33%

80
88
85

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

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 85 = 253 (100%)
R 80 of 253 ~ 31.62%
G 88 of 253 ~ 34.78%
B 85 of 253 ~ 33.6'%

%31.62
%34.78
%33.6

CMYK color model

#505855 color CMYK value is (9,0,3,65).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 65.49%

CMYK: (9,0,3,65)
C9M0Y3K65 (9%, 0%, 3%, 65%)
(0.09 / 0.00 / 0.03 / 0.65)

CMYK percentages

%9.09
%0
%3.41
%65.49

Codes

Color #505855 in popluar color models

50 58 55
RGB 80 88 85
HSL 158° 4.76% 32.94%
HSB/HSV 158° 9.09% 34.51%
CMYK 9.09% 0.00% 3.41%
65.49%

Color #505855 in popluar number systems.

HEX 50 58 55
Decimal 80 88 85
Binary 1010000 1011000 1010101
Octal 120 130 125

Shades and tints

Shades of #505855

#505855
(80,88,85)
#49504E
(73,80,78)
#424847
(66,72,71)
#3B4040
(59,64,64)
#343839
(52,56,57)
#2D3032
(45,48,50)
#26282B
(38,40,43)
#1F2024
(31,32,36)
#18181D
(24,24,29)
#111016
(17,16,22)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #505855

#505855
(80,88,85)
#5F6764
(95,103,100)
#6E7673
(110,118,115)
#7D8582
(125,133,130)
#8C9491
(140,148,145)
#9BA3A0
(155,163,160)
#AAB2AF
(170,178,175)
#B9C1BE
(185,193,190)
#C8D0CD
(200,208,205)
#D7DFDC
(215,223,220)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505855; }

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

This text font color is #505855.

Background Color

.myBgColor { background-color: #505855; }

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

This div background color is #505855.

Border color

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

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

This div border color is #505855.

Opacity

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

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

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

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

This text has shadow with #505855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505855.

Preview

Color preview on black background

This text has color #505855 on black background.


Color preview on white background

This text has color #505855 on white background.


Black color preview on #505855 background

This text has black color on #505855 background.


White color preview on #505855 background

This text has white color on #505855 background.


Related colors

Complementary color

Complementary color for #hex is #AFA7AA.


I love getcolorcode.com

Triadic colors

1 #555058 and #585550 with #505855 are triadic colors.

2 #555850 and #585055 with #505855 are triadic colors.