COLOR #505859

HEX: #505859
RGB: (80,88,89)

Color info

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

RGB color model

#505859 color RGB value is (80,88,89).

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

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 89 of 255 = 35%

80
88
89

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

Portions of RGB colors in percentages

R + G + B =
80 + 88 + 89 = 257 (100%)
R 80 of 257 ~ 31.13%
G 88 of 257 ~ 34.24%
B 89 of 257 ~ 34.63%

%31.13
%34.24
%34.63

CMYK color model

#505859 color CMYK value is (10,1,0,65).

  • cyan value is 10.11%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(10,1,0,65)
C10M1Y0K65 
(10%,1%,0%,65%)
(0.10/0.01/0.00/0.65)	

CMYK percentages

%10.11
%1.12
%0
%65.1

Codes

Color #505859 in popluar color models

505859
RGB808889
HSL187°5.33%33.14%
HSB/HSV187°10.11%34.90%
CMYK10.11%1.12%0.00%
65.10%

Color #505859 in popluar number systems.

HEX505859
Decimal808889
Binary101000010110001011001
Octal120130131

Shades and tints

Shades of #505859

#505859
(80,88,89)
#495051
(73,80,81)
#424849
(66,72,73)
#3B4041
(59,64,65)
#343839
(52,56,57)
#2D3031
(45,48,49)
#262829
(38,40,41)
#1F2021
(31,32,33)
#181819
(24,24,25)
#111011
(17,16,17)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #505859

#505859
(80,88,89)
#5F6768
(95,103,104)
#6E7677
(110,118,119)
#7D8586
(125,133,134)
#8C9495
(140,148,149)
#9BA3A4
(155,163,164)
#AAB2B3
(170,178,179)
#B9C1C2
(185,193,194)
#C8D0D1
(200,208,209)
#D7DFE0
(215,223,224)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505859; }

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

This text font color is #505859.


Background Color

.myBgColor { background-color: #505859; }

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

This div background color is #505859.


Border color

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

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

This div border color is #505859.


Opacity

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

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

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

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

This text has shadow with #505859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505859 on black background.


Color preview on white background

This text has color #505859 on white background.



Black color preview on #505859 background

This text has black color on #505859 background.


White color preview on #505859 background

This text has white color on #505859 background.