COLOR #505C95

HEX: #505C95
RGB: (80,92,149)

Color info

#505C95 contains mainly green and blue colors. Web safe color of #505C95 is #666699 (or #669).

RGB color model

#505C95 color RGB value is (80,92,149).

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

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 149 of 255 = 58%

80
92
149

R + G + B ~ 42%. #505C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 149 = 321 (100%)
R 80 of 321 ~ 24.92%
G 92 of 321 ~ 28.66%
B 149 of 321 ~ 46.42%

%24.92
%28.66
%46.42

CMYK color model

#505C95 color CMYK value is (46,38,0,42).

  • cyan value is 46.31%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(46,38,0,42)
C46M38Y0K42 
(46%,38%,0%,42%)
(0.46/0.38/0.00/0.42)	

CMYK percentages

%46.31
%38.26
%0
%41.57

Codes

Color #505C95 in popluar color models

505C95
RGB8092149
HSL230°30.13%44.90%
HSB/HSV230°46.31%58.43%
CMYK46.31%38.26%0.00%
41.57%

Color #505C95 in popluar number systems.

HEX505C95
Decimal8092149
Binary1010000101110010010101
Octal120134225

Shades and tints

Shades of #505C95

#505C95
(80,92,149)
#495488
(73,84,136)
#424C7B
(66,76,123)
#3B446E
(59,68,110)
#343C61
(52,60,97)
#2D3454
(45,52,84)
#262C47
(38,44,71)
#1F243A
(31,36,58)
#181C2D
(24,28,45)
#111420
(17,20,32)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #505C95

#505C95
(80,92,149)
#5F6A9E
(95,106,158)
#6E78A7
(110,120,167)
#7D86B0
(125,134,176)
#8C94B9
(140,148,185)
#9BA2C2
(155,162,194)
#AAB0CB
(170,176,203)
#B9BED4
(185,190,212)
#C8CCDD
(200,204,221)
#D7DAE6
(215,218,230)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505C95; }

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

This text font color is #505C95.


Background Color

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

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

This div background color is #505C95.


Border color

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

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

This div border color is #505C95.


Opacity

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

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

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

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

This text has shadow with #505C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C95 on black background.


Color preview on white background

This text has color #505C95 on white background.



Black color preview on #505C95 background

This text has black color on #505C95 background.


White color preview on #505C95 background

This text has white color on #505C95 background.