COLOR #504555

HEX: #504555
RGB: (80,69,85)

Color info

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

RGB color model

#504555 color RGB value is (80,69,85).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 85 of 255 = 33%

80
69
85

R + G + B ~ 30%. #504555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 85 = 234 (100%)
R 80 of 234 ~ 34.19%
G 69 of 234 ~ 29.49%
B 85 of 234 ~ 36.32%

%34.19
%29.49
%36.32

CMYK color model

#504555 color CMYK value is (6,19,0,67).

  • cyan value is 5.88%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(6,19,0,67)
C6M19Y0K67 
(6%,19%,0%,67%)
(0.06/0.19/0.00/0.67)	

CMYK percentages

%5.88
%18.82
%0
%66.67

Codes

Color #504555 in popluar color models

504555
RGB806985
HSL281°10.39%30.20%
HSB/HSV281°18.82%33.33%
CMYK5.88%18.82%0.00%
66.67%

Color #504555 in popluar number systems.

HEX504555
Decimal806985
Binary101000010001011010101
Octal120105125

Shades and tints

Shades of #504555

#504555
(80,69,85)
#493F4E
(73,63,78)
#423947
(66,57,71)
#3B3340
(59,51,64)
#342D39
(52,45,57)
#2D2732
(45,39,50)
#26212B
(38,33,43)
#1F1B24
(31,27,36)
#18151D
(24,21,29)
#110F16
(17,15,22)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #504555

#504555
(80,69,85)
#5F5564
(95,85,100)
#6E6573
(110,101,115)
#7D7582
(125,117,130)
#8C8591
(140,133,145)
#9B95A0
(155,149,160)
#AAA5AF
(170,165,175)
#B9B5BE
(185,181,190)
#C8C5CD
(200,197,205)
#D7D5DC
(215,213,220)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504555; }

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

This text font color is #504555.


Background Color

.myBgColor { background-color: #504555; }

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

This div background color is #504555.


Border color

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

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

This div border color is #504555.


Opacity

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

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

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

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

This text has shadow with #504555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504555 on black background.


Color preview on white background

This text has color #504555 on white background.



Black color preview on #504555 background

This text has black color on #504555 background.


White color preview on #504555 background

This text has white color on #504555 background.