COLOR #505565

HEX: #505565 RGB: (80,85,101)

Color info

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

RGB color model

#505565 color RGB value is (80,85,101).

RGB: (80,85,101) (31%, 33%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 101 of 255 = 40%

80
85
101

R + G + B ~ 35%. #505565 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 85 + 101 = 266 (100%)
R 80 of 266 ~ 30.08%
G 85 of 266 ~ 31.95%
B 101 of 266 ~ 37.97'%

%30.08
%31.95
%37.97

CMYK color model

#505565 color CMYK value is (21,16,0,60).

  • cyan value is 20.79%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (21,16,0,60)
C21M16Y0K60 (21%, 16%, 0%, 60%)
(0.21 / 0.16 / 0.00 / 0.60)

CMYK percentages

%20.79
%15.84
%0
%60.39

Codes

Color #505565 in popluar color models

50 55 65
RGB 80 85 101
HSL 226° 11.60% 35.49%
HSB/HSV 226° 20.79% 39.61%
CMYK 20.79% 15.84% 0.00%
60.39%

Color #505565 in popluar number systems.

HEX 50 55 65
Decimal 80 85 101
Binary 1010000 1010101 1100101
Octal 120 125 145

Shades and tints

Shades of #505565

#505565
(80,85,101)
#494E5C
(73,78,92)
#424753
(66,71,83)
#3B404A
(59,64,74)
#343941
(52,57,65)
#2D3238
(45,50,56)
#262B2F
(38,43,47)
#1F2426
(31,36,38)
#181D1D
(24,29,29)
#111614
(17,22,20)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #505565

#505565
(80,85,101)
#5F6473
(95,100,115)
#6E7381
(110,115,129)
#7D828F
(125,130,143)
#8C919D
(140,145,157)
#9BA0AB
(155,160,171)
#AAAFB9
(170,175,185)
#B9BEC7
(185,190,199)
#C8CDD5
(200,205,213)
#D7DCE3
(215,220,227)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505565; }

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

This text font color is #505565.

Background Color

.myBgColor { background-color: #505565; }

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

This div background color is #505565.

Border color

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

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

This div border color is #505565.

Opacity

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

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

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

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

This text has shadow with #505565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505565.

Preview

Color preview on black background

This text has color #505565 on black background.


Color preview on white background

This text has color #505565 on white background.


Black color preview on #505565 background

This text has black color on #505565 background.


White color preview on #505565 background

This text has white color on #505565 background.


Related colors

Complementary color

Complementary color for #hex is #AFAA9A.


I love getcolorcode.com

Triadic colors

1 #655055 and #556550 with #505565 are triadic colors.

2 #655550 and #555065 with #505565 are triadic colors.