COLOR #505095

HEX: #505095
RGB: (80,80,149)

Color info

#505095 contains mainly blue color. Web safe color of #505095 is #666699 (or #669).

RGB color model

#505095 color RGB value is (80,80,149).

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

RGB channels and saturation

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

80
80
149

R + G + B ~ 40%. #505095 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 149 = 309 (100%)
R 80 of 309 ~ 25.89%
G 80 of 309 ~ 25.89%
B 149 of 309 ~ 48.22%

%25.89
%25.89
%48.22

CMYK color model

#505095 color CMYK value is (46,46,0,42).

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

CMYK percentages

%46.31
%46.31
%0
%41.57

Codes

Color #505095 in popluar color models

505095
RGB8080149
HSL240°30.13%44.90%
HSB/HSV240°46.31%58.43%
CMYK46.31%46.31%0.00%
41.57%

Color #505095 in popluar number systems.

HEX505095
Decimal8080149
Binary1010000101000010010101
Octal120120225

Shades and tints

Shades of #505095

#505095
(80,80,149)
#494988
(73,73,136)
#42427B
(66,66,123)
#3B3B6E
(59,59,110)
#343461
(52,52,97)
#2D2D54
(45,45,84)
#262647
(38,38,71)
#1F1F3A
(31,31,58)
#18182D
(24,24,45)
#111120
(17,17,32)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #505095

#505095
(80,80,149)
#5F5F9E
(95,95,158)
#6E6EA7
(110,110,167)
#7D7DB0
(125,125,176)
#8C8CB9
(140,140,185)
#9B9BC2
(155,155,194)
#AAAACB
(170,170,203)
#B9B9D4
(185,185,212)
#C8C8DD
(200,200,221)
#D7D7E6
(215,215,230)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505095; }

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

This text font color is #505095.


Background Color

.myBgColor { background-color: #505095; }

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

This div background color is #505095.


Border color

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

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

This div border color is #505095.


Opacity

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

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

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

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

This text has shadow with #505095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505095 on black background.


Color preview on white background

This text has color #505095 on white background.



Black color preview on #505095 background

This text has black color on #505095 background.


White color preview on #505095 background

This text has white color on #505095 background.