COLOR #505B65

HEX: #505B65
RGB: (80,91,101)

Color info

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

RGB color model

#505B65 color RGB value is (80,91,101).

  • red value is 80;
  • green value is 91;
  • blue value is 101.
RGB:
(80,91,101)
(31%,36%,40%)

RGB channels and saturation

R 80 of 255 = 31%
G 91 of 255 = 36%
B 101 of 255 = 40%

80
91
101

R + G + B ~ 36%. #505B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 91 + 101 = 272 (100%)
R 80 of 272 ~ 29.41%
G 91 of 272 ~ 33.46%
B 101 of 272 ~ 37.13%

%29.41
%33.46
%37.13

CMYK color model

#505B65 color CMYK value is (21,10,0,60).

  • cyan value is 20.79%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(21,10,0,60)
C21M10Y0K60 
(21%,10%,0%,60%)
(0.21/0.10/0.00/0.60)	

CMYK percentages

%20.79
%9.9
%0
%60.39

Codes

Color #505B65 in popluar color models

505B65
RGB8091101
HSL209°11.60%35.49%
HSB/HSV209°20.79%39.61%
CMYK20.79%9.90%0.00%
60.39%

Color #505B65 in popluar number systems.

HEX505B65
Decimal8091101
Binary101000010110111100101
Octal120133145

Shades and tints

Shades of #505B65

#505B65
(80,91,101)
#49535C
(73,83,92)
#424B53
(66,75,83)
#3B434A
(59,67,74)
#343B41
(52,59,65)
#2D3338
(45,51,56)
#262B2F
(38,43,47)
#1F2326
(31,35,38)
#181B1D
(24,27,29)
#111314
(17,19,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #505B65

#505B65
(80,91,101)
#5F6973
(95,105,115)
#6E7781
(110,119,129)
#7D858F
(125,133,143)
#8C939D
(140,147,157)
#9BA1AB
(155,161,171)
#AAAFB9
(170,175,185)
#B9BDC7
(185,189,199)
#C8CBD5
(200,203,213)
#D7D9E3
(215,217,227)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505B65; }

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

This text font color is #505B65.


Background Color

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

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

This div background color is #505B65.


Border color

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

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

This div border color is #505B65.


Opacity

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

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

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

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

This text has shadow with #505B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505B65 on black background.


Color preview on white background

This text has color #505B65 on white background.



Black color preview on #505B65 background

This text has black color on #505B65 background.


White color preview on #505B65 background

This text has white color on #505B65 background.