COLOR #55407D

HEX: #55407D
RGB: (85,64,125)

Color info

#55407D contains mainly red and blue colors. Web safe color of #55407D is #663366 (or #636).

RGB color model

#55407D color RGB value is (85,64,125).

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

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 125 of 255 = 49%

85
64
125

R + G + B ~ 36%. #55407D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 125 = 274 (100%)
R 85 of 274 ~ 31.02%
G 64 of 274 ~ 23.36%
B 125 of 274 ~ 45.62%

%31.02
%23.36
%45.62

CMYK color model

#55407D color CMYK value is (32,49,0,51).

  • cyan value is 32.00%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(32,49,0,51)
C32M49Y0K51 
(32%,49%,0%,51%)
(0.32/0.49/0.00/0.51)	

CMYK percentages

%32
%48.8
%0
%50.98

Codes

Color #55407D in popluar color models

55407D
RGB8564125
HSL261°32.28%37.06%
HSB/HSV261°48.80%49.02%
CMYK32.00%48.80%0.00%
50.98%

Color #55407D in popluar number systems.

HEX55407D
Decimal8564125
Binary101010110000001111101
Octal125100175

Shades and tints

Shades of #55407D

#55407D
(85,64,125)
#4E3B72
(78,59,114)
#473667
(71,54,103)
#40315C
(64,49,92)
#392C51
(57,44,81)
#322746
(50,39,70)
#2B223B
(43,34,59)
#241D30
(36,29,48)
#1D1825
(29,24,37)
#16131A
(22,19,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #55407D

#55407D
(85,64,125)
#645188
(100,81,136)
#736293
(115,98,147)
#82739E
(130,115,158)
#9184A9
(145,132,169)
#A095B4
(160,149,180)
#AFA6BF
(175,166,191)
#BEB7CA
(190,183,202)
#CDC8D5
(205,200,213)
#DCD9E0
(220,217,224)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55407D; }

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

This text font color is #55407D.


Background Color

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

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

This div background color is #55407D.


Border color

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

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

This div border color is #55407D.


Opacity

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

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

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

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

This text has shadow with #55407D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55407D on black background.


Color preview on white background

This text has color #55407D on white background.



Black color preview on #55407D background

This text has black color on #55407D background.


White color preview on #55407D background

This text has white color on #55407D background.