COLOR #504559

HEX: #504559
RGB: (80,69,89)

Color info

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

RGB color model

#504559 color RGB value is (80,69,89).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 89 of 255 = 35%

80
69
89

R + G + B ~ 31%. #504559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 89 = 238 (100%)
R 80 of 238 ~ 33.61%
G 69 of 238 ~ 28.99%
B 89 of 238 ~ 37.39%

%33.61
%28.99
%37.39

CMYK color model

#504559 color CMYK value is (10,22,0,65).

  • cyan value is 10.11%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(10,22,0,65)
C10M22Y0K65 
(10%,22%,0%,65%)
(0.10/0.22/0.00/0.65)	

CMYK percentages

%10.11
%22.47
%0
%65.1

Codes

Color #504559 in popluar color models

504559
RGB806989
HSL273°12.66%30.98%
HSB/HSV273°22.47%34.90%
CMYK10.11%22.47%0.00%
65.10%

Color #504559 in popluar number systems.

HEX504559
Decimal806989
Binary101000010001011011001
Octal120105131

Shades and tints

Shades of #504559

#504559
(80,69,89)
#493F51
(73,63,81)
#423949
(66,57,73)
#3B3341
(59,51,65)
#342D39
(52,45,57)
#2D2731
(45,39,49)
#262129
(38,33,41)
#1F1B21
(31,27,33)
#181519
(24,21,25)
#110F11
(17,15,17)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #504559

#504559
(80,69,89)
#5F5568
(95,85,104)
#6E6577
(110,101,119)
#7D7586
(125,117,134)
#8C8595
(140,133,149)
#9B95A4
(155,149,164)
#AAA5B3
(170,165,179)
#B9B5C2
(185,181,194)
#C8C5D1
(200,197,209)
#D7D5E0
(215,213,224)
#E6E5EF
(230,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504559; }

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

This text font color is #504559.


Background Color

.myBgColor { background-color: #504559; }

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

This div background color is #504559.


Border color

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

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

This div border color is #504559.


Opacity

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

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

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

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

This text has shadow with #504559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504559 on black background.


Color preview on white background

This text has color #504559 on white background.



Black color preview on #504559 background

This text has black color on #504559 background.


White color preview on #504559 background

This text has white color on #504559 background.