COLOR #505B58

HEX: #505B58
RGB: (80,91,88)

Color info

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

RGB color model

#505B58 color RGB value is (80,91,88).

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

RGB channels and saturation

R 80 of 255 = 31%
G 91 of 255 = 36%
B 88 of 255 = 35%

80
91
88

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

Portions of RGB colors in percentages

R + G + B =
80 + 91 + 88 = 259 (100%)
R 80 of 259 ~ 30.89%
G 91 of 259 ~ 35.14%
B 88 of 259 ~ 33.98%

%30.89
%35.14
%33.98

CMYK color model

#505B58 color CMYK value is (12,0,3,64).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 64.31%
CMYK:
(12,0,3,64)
C12M0Y3K64 
(12%,0%,3%,64%)
(0.12/0.00/0.03/0.64)	

CMYK percentages

%12.09
%0
%3.3
%64.31

Codes

Color #505B58 in popluar color models

505B58
RGB809188
HSL164°6.43%33.53%
HSB/HSV164°12.09%35.69%
CMYK12.09%0.00%3.30%
64.31%

Color #505B58 in popluar number systems.

HEX505B58
Decimal809188
Binary101000010110111011000
Octal120133130

Shades and tints

Shades of #505B58

#505B58
(80,91,88)
#495350
(73,83,80)
#424B48
(66,75,72)
#3B4340
(59,67,64)
#343B38
(52,59,56)
#2D3330
(45,51,48)
#262B28
(38,43,40)
#1F2320
(31,35,32)
#181B18
(24,27,24)
#111310
(17,19,16)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #505B58

#505B58
(80,91,88)
#5F6967
(95,105,103)
#6E7776
(110,119,118)
#7D8585
(125,133,133)
#8C9394
(140,147,148)
#9BA1A3
(155,161,163)
#AAAFB2
(170,175,178)
#B9BDC1
(185,189,193)
#C8CBD0
(200,203,208)
#D7D9DF
(215,217,223)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505B58; }

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

This text font color is #505B58.


Background Color

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

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

This div background color is #505B58.


Border color

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

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

This div border color is #505B58.


Opacity

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

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

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

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

This text has shadow with #505B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505B58 on black background.


Color preview on white background

This text has color #505B58 on white background.



Black color preview on #505B58 background

This text has black color on #505B58 background.


White color preview on #505B58 background

This text has white color on #505B58 background.