COLOR #55405D

HEX: #55405D
RGB: (85,64,93)

Color info

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

RGB color model

#55405D color RGB value is (85,64,93).

  • red value is 85;
  • green value is 64;
  • blue value is 93.
RGB:
(85,64,93)
(33%,25%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 93 of 255 = 36%

85
64
93

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

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 93 = 242 (100%)
R 85 of 242 ~ 35.12%
G 64 of 242 ~ 26.45%
B 93 of 242 ~ 38.43%

%35.12
%26.45
%38.43

CMYK color model

#55405D color CMYK value is (9,31,0,64).

  • cyan value is 8.60%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(9,31,0,64)
C9M31Y0K64 
(9%,31%,0%,64%)
(0.09/0.31/0.00/0.64)	

CMYK percentages

%8.6
%31.18
%0
%63.53

Codes

Color #55405D in popluar color models

55405D
RGB856493
HSL283°18.47%30.78%
HSB/HSV283°31.18%36.47%
CMYK8.60%31.18%0.00%
63.53%

Color #55405D in popluar number systems.

HEX55405D
Decimal856493
Binary101010110000001011101
Octal125100135

Shades and tints

Shades of #55405D

#55405D
(85,64,93)
#4E3B55
(78,59,85)
#47364D
(71,54,77)
#403145
(64,49,69)
#392C3D
(57,44,61)
#322735
(50,39,53)
#2B222D
(43,34,45)
#241D25
(36,29,37)
#1D181D
(29,24,29)
#161315
(22,19,21)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #55405D

#55405D
(85,64,93)
#64516B
(100,81,107)
#736279
(115,98,121)
#827387
(130,115,135)
#918495
(145,132,149)
#A095A3
(160,149,163)
#AFA6B1
(175,166,177)
#BEB7BF
(190,183,191)
#CDC8CD
(205,200,205)
#DCD9DB
(220,217,219)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55405D color. Also use rgb(85,64,93) instead hex code.

Text Font Color

.myTextColor { color: #55405D; }

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

This text font color is #55405D.


Background Color

.myBgColor { background-color: #55405D; }

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

This div background color is #55405D.


Border color

.myBorderColor { border: 1px solid #55405D; }

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

This div border color is #55405D.


Opacity

.myOpacity80 { color: #55405D; opacity: 0.8; }

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

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

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

This text has shadow with #55405D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55405D on black background.


Color preview on white background

This text has color #55405D on white background.



Black color preview on #55405D background

This text has black color on #55405D background.


White color preview on #55405D background

This text has white color on #55405D background.