COLOR #505A5C

HEX: #505A5C RGB: (80,90,92)

Color info

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

RGB color model

#505A5C color RGB value is (80,90,92).

RGB: (80,90,92) (31%, 35%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 92 of 255 = 36%

80
90
92

R + G + B ~ 34%. #505A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 90 + 92 = 262 (100%)
R 80 of 262 ~ 30.53%
G 90 of 262 ~ 34.35%
B 92 of 262 ~ 35.11'%

%30.53
%34.35
%35.11

CMYK color model

#505A5C color CMYK value is (13,2,0,64).

  • cyan value is 13.04%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (13,2,0,64)
C13M2Y0K64 (13%, 2%, 0%, 64%)
(0.13 / 0.02 / 0.00 / 0.64)

CMYK percentages

%13.04
%2.17
%0
%63.92

Codes

Color #505A5C in popluar color models

50 5A 5C
RGB 80 90 92
HSL 190° 6.98% 33.73%
HSB/HSV 190° 13.04% 36.08%
CMYK 13.04% 2.17% 0.00%
63.92%

Color #505A5C in popluar number systems.

HEX 50 5A 5C
Decimal 80 90 92
Binary 1010000 1011010 1011100
Octal 120 132 134

Shades and tints

Shades of #505A5C

#505A5C
(80,90,92)
#495254
(73,82,84)
#424A4C
(66,74,76)
#3B4244
(59,66,68)
#343A3C
(52,58,60)
#2D3234
(45,50,52)
#262A2C
(38,42,44)
#1F2224
(31,34,36)
#181A1C
(24,26,28)
#111214
(17,18,20)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #505A5C

#505A5C
(80,90,92)
#5F696A
(95,105,106)
#6E7878
(110,120,120)
#7D8786
(125,135,134)
#8C9694
(140,150,148)
#9BA5A2
(155,165,162)
#AAB4B0
(170,180,176)
#B9C3BE
(185,195,190)
#C8D2CC
(200,210,204)
#D7E1DA
(215,225,218)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505A5C color. Also use rgb(80,90,92) instead hex code.

Text Font Color

.myTextColor { color: #505A5C; }

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

This text font color is #505A5C.

Background Color

.myBgColor { background-color: #505A5C; }

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

This div background color is #505A5C.

Border color

.myBorderColor { border: 1px solid #505A5C; }

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

This div border color is #505A5C.

Opacity

.myOpacity80 { color: #505A5C; opacity: 0.8; }

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

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

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

This text has shadow with #505A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505A5C.

Preview

Color preview on black background

This text has color #505A5C on black background.


Color preview on white background

This text has color #505A5C on white background.


Black color preview on #505A5C background

This text has black color on #505A5C background.


White color preview on #505A5C background

This text has white color on #505A5C background.


Related colors

Complementary color

Complementary color for #hex is #AFA5A3.


I love getcolorcode.com

Triadic colors

1 #5C505A and #5A5C50 with #505A5C are triadic colors.

2 #5C5A50 and #5A505C with #505A5C are triadic colors.