COLOR #505860

HEX: #505860 RGB: (80,88,96)

Color info

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

RGB color model

#505860 color RGB value is (80,88,96).

RGB: (80,88,96) (31%, 35%, 38%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 96 of 255 = 38%

80
88
96

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

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 96 = 264 (100%)
R 80 of 264 ~ 30.3%
G 88 of 264 ~ 33.33%
B 96 of 264 ~ 36.36'%

%30.3
%33.33
%36.36

CMYK color model

#505860 color CMYK value is (17,8,0,62).

  • cyan value is 16.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (17,8,0,62)
C17M8Y0K62 (17%, 8%, 0%, 62%)
(0.17 / 0.08 / 0.00 / 0.62)

CMYK percentages

%16.67
%8.33
%0
%62.35

Codes

Color #505860 in popluar color models

50 58 60
RGB 80 88 96
HSL 210° 9.09% 34.51%
HSB/HSV 210° 16.67% 37.65%
CMYK 16.67% 8.33% 0.00%
62.35%

Color #505860 in popluar number systems.

HEX 50 58 60
Decimal 80 88 96
Binary 1010000 1011000 1100000
Octal 120 130 140

Shades and tints

Shades of #505860

#505860
(80,88,96)
#495058
(73,80,88)
#424850
(66,72,80)
#3B4048
(59,64,72)
#343840
(52,56,64)
#2D3038
(45,48,56)
#262830
(38,40,48)
#1F2028
(31,32,40)
#181820
(24,24,32)
#111018
(17,16,24)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #505860

#505860
(80,88,96)
#5F676E
(95,103,110)
#6E767C
(110,118,124)
#7D858A
(125,133,138)
#8C9498
(140,148,152)
#9BA3A6
(155,163,166)
#AAB2B4
(170,178,180)
#B9C1C2
(185,193,194)
#C8D0D0
(200,208,208)
#D7DFDE
(215,223,222)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505860; }

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

This text font color is #505860.

Background Color

.myBgColor { background-color: #505860; }

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

This div background color is #505860.

Border color

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

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

This div border color is #505860.

Opacity

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

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

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

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

This text has shadow with #505860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505860.

Preview

Color preview on black background

This text has color #505860 on black background.


Color preview on white background

This text has color #505860 on white background.


Black color preview on #505860 background

This text has black color on #505860 background.


White color preview on #505860 background

This text has white color on #505860 background.


Related colors

Complementary color

Complementary color for #hex is #AFA79F.


I love getcolorcode.com

Triadic colors

1 #605058 and #586050 with #505860 are triadic colors.

2 #605850 and #585060 with #505860 are triadic colors.