COLOR #504085

HEX: #504085
RGB: (80,64,133)

Color info

#504085 contains mainly red and blue colors. Web safe color of #504085 is #663399 (or #639).

RGB color model

#504085 color RGB value is (80,64,133).

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

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 133 of 255 = 52%

80
64
133

R + G + B ~ 36%. #504085 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 133 = 277 (100%)
R 80 of 277 ~ 28.88%
G 64 of 277 ~ 23.1%
B 133 of 277 ~ 48.01%

%28.88
%23.1
%48.01

CMYK color model

#504085 color CMYK value is (40,52,0,48).

  • cyan value is 39.85%
  • magenta value is 51.88%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(40,52,0,48)
C40M52Y0K48 
(40%,52%,0%,48%)
(0.40/0.52/0.00/0.48)	

CMYK percentages

%39.85
%51.88
%0
%47.84

Codes

Color #504085 in popluar color models

504085
RGB8064133
HSL254°35.03%38.63%
HSB/HSV254°51.88%52.16%
CMYK39.85%51.88%0.00%
47.84%

Color #504085 in popluar number systems.

HEX504085
Decimal8064133
Binary1010000100000010000101
Octal120100205

Shades and tints

Shades of #504085

#504085
(80,64,133)
#493B79
(73,59,121)
#42366D
(66,54,109)
#3B3161
(59,49,97)
#342C55
(52,44,85)
#2D2749
(45,39,73)
#26223D
(38,34,61)
#1F1D31
(31,29,49)
#181825
(24,24,37)
#111319
(17,19,25)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #504085

#504085
(80,64,133)
#5F5190
(95,81,144)
#6E629B
(110,98,155)
#7D73A6
(125,115,166)
#8C84B1
(140,132,177)
#9B95BC
(155,149,188)
#AAA6C7
(170,166,199)
#B9B7D2
(185,183,210)
#C8C8DD
(200,200,221)
#D7D9E8
(215,217,232)
#E6EAF3
(230,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504085; }

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

This text font color is #504085.


Background Color

.myBgColor { background-color: #504085; }

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

This div background color is #504085.


Border color

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

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

This div border color is #504085.


Opacity

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

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

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

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

This text has shadow with #504085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504085 on black background.


Color preview on white background

This text has color #504085 on white background.



Black color preview on #504085 background

This text has black color on #504085 background.


White color preview on #504085 background

This text has white color on #504085 background.