COLOR #55405B

HEX: #55405B
RGB: (85,64,91)

Color info

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

RGB color model

#55405B color RGB value is (85,64,91).

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

RGB channels and saturation

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

85
64
91

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

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 91 = 240 (100%)
R 85 of 240 ~ 35.42%
G 64 of 240 ~ 26.67%
B 91 of 240 ~ 37.92%

%35.42
%26.67
%37.92

CMYK color model

#55405B color CMYK value is (7,30,0,64).

  • cyan value is 6.59%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(7,30,0,64)
C7M30Y0K64 
(7%,30%,0%,64%)
(0.07/0.30/0.00/0.64)	

CMYK percentages

%6.59
%29.67
%0
%64.31

Codes

Color #55405B in popluar color models

55405B
RGB856491
HSL287°17.42%30.39%
HSB/HSV287°29.67%35.69%
CMYK6.59%29.67%0.00%
64.31%

Color #55405B in popluar number systems.

HEX55405B
Decimal856491
Binary101010110000001011011
Octal125100133

Shades and tints

Shades of #55405B

#55405B
(85,64,91)
#4E3B53
(78,59,83)
#47364B
(71,54,75)
#403143
(64,49,67)
#392C3B
(57,44,59)
#322733
(50,39,51)
#2B222B
(43,34,43)
#241D23
(36,29,35)
#1D181B
(29,24,27)
#161313
(22,19,19)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #55405B

#55405B
(85,64,91)
#645169
(100,81,105)
#736277
(115,98,119)
#827385
(130,115,133)
#918493
(145,132,147)
#A095A1
(160,149,161)
#AFA6AF
(175,166,175)
#BEB7BD
(190,183,189)
#CDC8CB
(205,200,203)
#DCD9D9
(220,217,217)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55405B; }

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

This text font color is #55405B.


Background Color

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

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

This div background color is #55405B.


Border color

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

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

This div border color is #55405B.


Opacity

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

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

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

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

This text has shadow with #55405B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55405B on black background.


Color preview on white background

This text has color #55405B on white background.



Black color preview on #55405B background

This text has black color on #55405B background.


White color preview on #55405B background

This text has white color on #55405B background.