COLOR #505C78

HEX: #505C78
RGB: (80,92,120)

Color info

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

RGB color model

#505C78 color RGB value is (80,92,120).

  • red value is 80;
  • green value is 92;
  • blue value is 120.
RGB:
(80,92,120)
(31%,36%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 120 of 255 = 47%

80
92
120

R + G + B ~ 38%. #505C78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 120 = 292 (100%)
R 80 of 292 ~ 27.4%
G 92 of 292 ~ 31.51%
B 120 of 292 ~ 41.1%

%27.4
%31.51
%41.1

CMYK color model

#505C78 color CMYK value is (33,23,0,53).

  • cyan value is 33.33%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,23,0,53)
C33M23Y0K53 
(33%,23%,0%,53%)
(0.33/0.23/0.00/0.53)	

CMYK percentages

%33.33
%23.33
%0
%52.94

Codes

Color #505C78 in popluar color models

505C78
RGB8092120
HSL222°20.00%39.22%
HSB/HSV222°33.33%47.06%
CMYK33.33%23.33%0.00%
52.94%

Color #505C78 in popluar number systems.

HEX505C78
Decimal8092120
Binary101000010111001111000
Octal120134170

Shades and tints

Shades of #505C78

#505C78
(80,92,120)
#49546E
(73,84,110)
#424C64
(66,76,100)
#3B445A
(59,68,90)
#343C50
(52,60,80)
#2D3446
(45,52,70)
#262C3C
(38,44,60)
#1F2432
(31,36,50)
#181C28
(24,28,40)
#11141E
(17,20,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #505C78

#505C78
(80,92,120)
#5F6A84
(95,106,132)
#6E7890
(110,120,144)
#7D869C
(125,134,156)
#8C94A8
(140,148,168)
#9BA2B4
(155,162,180)
#AAB0C0
(170,176,192)
#B9BECC
(185,190,204)
#C8CCD8
(200,204,216)
#D7DAE4
(215,218,228)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505C78 color. Also use rgb(80,92,120) instead hex code.

Text Font Color

.myTextColor { color: #505C78; }

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

This text font color is #505C78.


Background Color

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

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

This div background color is #505C78.


Border color

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

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

This div border color is #505C78.


Opacity

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

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

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

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

This text has shadow with #505C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C78 on black background.


Color preview on white background

This text has color #505C78 on white background.



Black color preview on #505C78 background

This text has black color on #505C78 background.


White color preview on #505C78 background

This text has white color on #505C78 background.