COLOR #505A70

HEX: #505A70
RGB: (80,90,112)

Color info

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

RGB color model

#505A70 color RGB value is (80,90,112).

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

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 112 of 255 = 44%

80
90
112

R + G + B ~ 37%. #505A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 112 = 282 (100%)
R 80 of 282 ~ 28.37%
G 90 of 282 ~ 31.91%
B 112 of 282 ~ 39.72%

%28.37
%31.91
%39.72

CMYK color model

#505A70 color CMYK value is (29,20,0,56).

  • cyan value is 28.57%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,20,0,56)
C29M20Y0K56 
(29%,20%,0%,56%)
(0.29/0.20/0.00/0.56)	

CMYK percentages

%28.57
%19.64
%0
%56.08

Codes

Color #505A70 in popluar color models

505A70
RGB8090112
HSL221°16.67%37.65%
HSB/HSV221°28.57%43.92%
CMYK28.57%19.64%0.00%
56.08%

Color #505A70 in popluar number systems.

HEX505A70
Decimal8090112
Binary101000010110101110000
Octal120132160

Shades and tints

Shades of #505A70

#505A70
(80,90,112)
#495266
(73,82,102)
#424A5C
(66,74,92)
#3B4252
(59,66,82)
#343A48
(52,58,72)
#2D323E
(45,50,62)
#262A34
(38,42,52)
#1F222A
(31,34,42)
#181A20
(24,26,32)
#111216
(17,18,22)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #505A70

#505A70
(80,90,112)
#5F697D
(95,105,125)
#6E788A
(110,120,138)
#7D8797
(125,135,151)
#8C96A4
(140,150,164)
#9BA5B1
(155,165,177)
#AAB4BE
(170,180,190)
#B9C3CB
(185,195,203)
#C8D2D8
(200,210,216)
#D7E1E5
(215,225,229)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505A70; }

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

This text font color is #505A70.


Background Color

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

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

This div background color is #505A70.


Border color

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

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

This div border color is #505A70.


Opacity

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

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

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

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

This text has shadow with #505A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A70 on black background.


Color preview on white background

This text has color #505A70 on white background.



Black color preview on #505A70 background

This text has black color on #505A70 background.


White color preview on #505A70 background

This text has white color on #505A70 background.