COLOR #505A6E

HEX: #505A6E
RGB: (80,90,110)

Color info

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

RGB color model

#505A6E color RGB value is (80,90,110).

  • red value is 80;
  • green value is 90;
  • blue value is 110.
RGB:
(80,90,110)
(31%,35%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 110 of 255 = 43%

80
90
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 110 = 280 (100%)
R 80 of 280 ~ 28.57%
G 90 of 280 ~ 32.14%
B 110 of 280 ~ 39.29%

%28.57
%32.14
%39.29

CMYK color model

#505A6E color CMYK value is (27,18,0,57).

  • cyan value is 27.27%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,18,0,57)
C27M18Y0K57 
(27%,18%,0%,57%)
(0.27/0.18/0.00/0.57)	

CMYK percentages

%27.27
%18.18
%0
%56.86

Codes

Color #505A6E in popluar color models

505A6E
RGB8090110
HSL220°15.79%37.25%
HSB/HSV220°27.27%43.14%
CMYK27.27%18.18%0.00%
56.86%

Color #505A6E in popluar number systems.

HEX505A6E
Decimal8090110
Binary101000010110101101110
Octal120132156

Shades and tints

Shades of #505A6E

#505A6E
(80,90,110)
#495264
(73,82,100)
#424A5A
(66,74,90)
#3B4250
(59,66,80)
#343A46
(52,58,70)
#2D323C
(45,50,60)
#262A32
(38,42,50)
#1F2228
(31,34,40)
#181A1E
(24,26,30)
#111214
(17,18,20)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #505A6E

#505A6E
(80,90,110)
#5F697B
(95,105,123)
#6E7888
(110,120,136)
#7D8795
(125,135,149)
#8C96A2
(140,150,162)
#9BA5AF
(155,165,175)
#AAB4BC
(170,180,188)
#B9C3C9
(185,195,201)
#C8D2D6
(200,210,214)
#D7E1E3
(215,225,227)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505A6E color. Also use rgb(80,90,110) instead hex code.

Text Font Color

.myTextColor { color: #505A6E; }

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

This text font color is #505A6E.


Background Color

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

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

This div background color is #505A6E.


Border color

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

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

This div border color is #505A6E.


Opacity

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

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

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

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

This text has shadow with #505A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A6E on black background.


Color preview on white background

This text has color #505A6E on white background.



Black color preview on #505A6E background

This text has black color on #505A6E background.


White color preview on #505A6E background

This text has white color on #505A6E background.