COLOR #503559

HEX: #503559
RGB: (80,53,89)

Color info

#503559 contains red, green and blue colors in about the same proportion. Web safe color of #503559 is #663366 (or #636).

RGB color model

#503559 color RGB value is (80,53,89).

  • red value is 80;
  • green value is 53;
  • blue value is 89.
RGB:
(80,53,89)
(31%,21%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 89 of 255 = 35%

80
53
89

R + G + B ~ 29%. #503559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 89 = 222 (100%)
R 80 of 222 ~ 36.04%
G 53 of 222 ~ 23.87%
B 89 of 222 ~ 40.09%

%36.04
%23.87
%40.09

CMYK color model

#503559 color CMYK value is (10,40,0,65).

  • cyan value is 10.11%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(10,40,0,65)
C10M40Y0K65 
(10%,40%,0%,65%)
(0.10/0.40/0.00/0.65)	

CMYK percentages

%10.11
%40.45
%0
%65.1

Codes

Color #503559 in popluar color models

503559
RGB805389
HSL285°25.35%27.84%
HSB/HSV285°40.45%34.90%
CMYK10.11%40.45%0.00%
65.10%

Color #503559 in popluar number systems.

HEX503559
Decimal805389
Binary10100001101011011001
Octal12065131

Shades and tints

Shades of #503559

#503559
(80,53,89)
#493151
(73,49,81)
#422D49
(66,45,73)
#3B2941
(59,41,65)
#342539
(52,37,57)
#2D2131
(45,33,49)
#261D29
(38,29,41)
#1F1921
(31,25,33)
#181519
(24,21,25)
#111111
(17,17,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #503559

#503559
(80,53,89)
#5F4768
(95,71,104)
#6E5977
(110,89,119)
#7D6B86
(125,107,134)
#8C7D95
(140,125,149)
#9B8FA4
(155,143,164)
#AAA1B3
(170,161,179)
#B9B3C2
(185,179,194)
#C8C5D1
(200,197,209)
#D7D7E0
(215,215,224)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503559; }

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

This text font color is #503559.


Background Color

.myBgColor { background-color: #503559; }

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

This div background color is #503559.


Border color

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

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

This div border color is #503559.


Opacity

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

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

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

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

This text has shadow with #503559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503559 on black background.


Color preview on white background

This text has color #503559 on white background.



Black color preview on #503559 background

This text has black color on #503559 background.


White color preview on #503559 background

This text has white color on #503559 background.