COLOR #505185

HEX: #505185
RGB: (80,81,133)

Color info

#505185 contains red, green and blue colors in about the same proportion. Web safe color of #505185 is #666699 (or #669).

RGB color model

#505185 color RGB value is (80,81,133).

  • red value is 80;
  • green value is 81;
  • blue value is 133.
RGB:
(80,81,133)
(31%,32%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 133 of 255 = 52%

80
81
133

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

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 133 = 294 (100%)
R 80 of 294 ~ 27.21%
G 81 of 294 ~ 27.55%
B 133 of 294 ~ 45.24%

%27.21
%27.55
%45.24

CMYK color model

#505185 color CMYK value is (40,39,0,48).

  • cyan value is 39.85%
  • magenta value is 39.10%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(40,39,0,48)
C40M39Y0K48 
(40%,39%,0%,48%)
(0.40/0.39/0.00/0.48)	

CMYK percentages

%39.85
%39.1
%0
%47.84

Codes

Color #505185 in popluar color models

505185
RGB8081133
HSL239°24.88%41.76%
HSB/HSV239°39.85%52.16%
CMYK39.85%39.10%0.00%
47.84%

Color #505185 in popluar number systems.

HEX505185
Decimal8081133
Binary1010000101000110000101
Octal120121205

Shades and tints

Shades of #505185

#505185
(80,81,133)
#494A79
(73,74,121)
#42436D
(66,67,109)
#3B3C61
(59,60,97)
#343555
(52,53,85)
#2D2E49
(45,46,73)
#26273D
(38,39,61)
#1F2031
(31,32,49)
#181925
(24,25,37)
#111219
(17,18,25)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #505185

#505185
(80,81,133)
#5F6090
(95,96,144)
#6E6F9B
(110,111,155)
#7D7EA6
(125,126,166)
#8C8DB1
(140,141,177)
#9B9CBC
(155,156,188)
#AAABC7
(170,171,199)
#B9BAD2
(185,186,210)
#C8C9DD
(200,201,221)
#D7D8E8
(215,216,232)
#E6E7F3
(230,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505185; }

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

This text font color is #505185.


Background Color

.myBgColor { background-color: #505185; }

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

This div background color is #505185.


Border color

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

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

This div border color is #505185.


Opacity

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

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

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

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

This text has shadow with #505185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505185 on black background.


Color preview on white background

This text has color #505185 on white background.



Black color preview on #505185 background

This text has black color on #505185 background.


White color preview on #505185 background

This text has white color on #505185 background.