COLOR #55437F

HEX: #55437F
RGB: (85,67,127)

Color info

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

RGB color model

#55437F color RGB value is (85,67,127).

  • red value is 85;
  • green value is 67;
  • blue value is 127.
RGB:
(85,67,127)
(33%,26%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 67 of 255 = 26%
B 127 of 255 = 50%

85
67
127

R + G + B ~ 36%. #55437F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 127 = 279 (100%)
R 85 of 279 ~ 30.47%
G 67 of 279 ~ 24.01%
B 127 of 279 ~ 45.52%

%30.47
%24.01
%45.52

CMYK color model

#55437F color CMYK value is (33,47,0,50).

  • cyan value is 33.07%
  • magenta value is 47.24%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(33,47,0,50)
C33M47Y0K50 
(33%,47%,0%,50%)
(0.33/0.47/0.00/0.50)	

CMYK percentages

%33.07
%47.24
%0
%50.2

Codes

Color #55437F in popluar color models

55437F
RGB8567127
HSL258°30.93%38.04%
HSB/HSV258°47.24%49.80%
CMYK33.07%47.24%0.00%
50.20%

Color #55437F in popluar number systems.

HEX55437F
Decimal8567127
Binary101010110000111111111
Octal125103177

Shades and tints

Shades of #55437F

#55437F
(85,67,127)
#4E3D74
(78,61,116)
#473769
(71,55,105)
#40315E
(64,49,94)
#392B53
(57,43,83)
#322548
(50,37,72)
#2B1F3D
(43,31,61)
#241932
(36,25,50)
#1D1327
(29,19,39)
#160D1C
(22,13,28)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #55437F

#55437F
(85,67,127)
#64548A
(100,84,138)
#736595
(115,101,149)
#8276A0
(130,118,160)
#9187AB
(145,135,171)
#A098B6
(160,152,182)
#AFA9C1
(175,169,193)
#BEBACC
(190,186,204)
#CDCBD7
(205,203,215)
#DCDCE2
(220,220,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55437F color. Also use rgb(85,67,127) instead hex code.

Text Font Color

.myTextColor { color: #55437F; }

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

This text font color is #55437F.


Background Color

.myBgColor { background-color: #55437F; }

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

This div background color is #55437F.


Border color

.myBorderColor { border: 1px solid #55437F; }

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

This div border color is #55437F.


Opacity

.myOpacity80 { color: #55437F; opacity: 0.8; }

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

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

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

This text has shadow with #55437F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55437F on black background.


Color preview on white background

This text has color #55437F on white background.



Black color preview on #55437F background

This text has black color on #55437F background.


White color preview on #55437F background

This text has white color on #55437F background.