COLOR #505B53

HEX: #505B53 RGB: (80,91,83)

Color info

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

RGB color model

#505B53 color RGB value is (80,91,83).

RGB: (80,91,83) (31%, 36%, 33%)

RGB channels and saturation

R 80 of 255 = 31%
G 91 of 255 = 36%
B 83 of 255 = 33%

80
91
83

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

Portions of RGB colors in percentages

R + G + B = 80 + 91 + 83 = 254 (100%)
R 80 of 254 ~ 31.5%
G 91 of 254 ~ 35.83%
B 83 of 254 ~ 32.68'%

%31.5
%35.83
%32.68

CMYK color model

#505B53 color CMYK value is (12,0,9,64).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK: (12,0,9,64) C12M0Y9K64 (12%,0%,9%,64%) (0.12/0.00/0.09/0.64) 

CMYK percentages

%12.09
%0
%8.79
%64.31

Codes

Color #505B53 in popluar color models

50 5B 53
RGB 80 91 83
HSL 136° 6.43% 33.53%
HSB/HSV 136° 12.09% 35.69%
CMYK 12.09% 0.00% 8.79%
64.31%

Color #505B53 in popluar number systems.

HEX 50 5B 53
Decimal 80 91 83
Binary 1010000 1011011 1010011
Octal 120 133 123

Shades and tints

Shades of #505B53

#505B53
(80,91,83)
#49534C
(73,83,76)
#424B45
(66,75,69)
#3B433E
(59,67,62)
#343B37
(52,59,55)
#2D3330
(45,51,48)
#262B29
(38,43,41)
#1F2322
(31,35,34)
#181B1B
(24,27,27)
#111314
(17,19,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #505B53

#505B53
(80,91,83)
#5F6962
(95,105,98)
#6E7771
(110,119,113)
#7D8580
(125,133,128)
#8C938F
(140,147,143)
#9BA19E
(155,161,158)
#AAAFAD
(170,175,173)
#B9BDBC
(185,189,188)
#C8CBCB
(200,203,203)
#D7D9DA
(215,217,218)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505B53 color. Also use rgb(80,91,83) instead hex code.

Text Font Color

.myTextColor { color: #505B53; }

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

This text font color is #505B53.

Background Color

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

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

This div background color is #505B53.

Border color

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

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

This div border color is #505B53.

Opacity

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

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

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

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

This text has shadow with #505B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505B53.

Preview

Color preview on black background

This text has color #505B53 on black background.


Color preview on white background

This text has color #505B53 on white background.


Black color preview on #505B53 background

This text has black color on #505B53 background.


White color preview on #505B53 background

This text has white color on #505B53 background.


Related colors

Complementary color

Complementary color for #hex is #AFA4AC.


I love getcolorcode.com

Triadic colors

1 #53505B and #5B5350 with #505B53 are triadic colors.

2 #535B50 and #5B5053 with #505B53 are triadic colors.