COLOR #55425C

HEX: #55425C
RGB: (85,66,92)

Color info

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

RGB color model

#55425C color RGB value is (85,66,92).

  • red value is 85;
  • green value is 66;
  • blue value is 92.
RGB:
(85,66,92)
(33%,26%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 92 of 255 = 36%

85
66
92

R + G + B ~ 32%. #55425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 92 = 243 (100%)
R 85 of 243 ~ 34.98%
G 66 of 243 ~ 27.16%
B 92 of 243 ~ 37.86%

%34.98
%27.16
%37.86

CMYK color model

#55425C color CMYK value is (8,28,0,64).

  • cyan value is 7.61%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(8,28,0,64)
C8M28Y0K64 
(8%,28%,0%,64%)
(0.08/0.28/0.00/0.64)	

CMYK percentages

%7.61
%28.26
%0
%63.92

Codes

Color #55425C in popluar color models

55425C
RGB856692
HSL284°16.46%30.98%
HSB/HSV284°28.26%36.08%
CMYK7.61%28.26%0.00%
63.92%

Color #55425C in popluar number systems.

HEX55425C
Decimal856692
Binary101010110000101011100
Octal125102134

Shades and tints

Shades of #55425C

#55425C
(85,66,92)
#4E3C54
(78,60,84)
#47364C
(71,54,76)
#403044
(64,48,68)
#392A3C
(57,42,60)
#322434
(50,36,52)
#2B1E2C
(43,30,44)
#241824
(36,24,36)
#1D121C
(29,18,28)
#160C14
(22,12,20)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #55425C

#55425C
(85,66,92)
#64536A
(100,83,106)
#736478
(115,100,120)
#827586
(130,117,134)
#918694
(145,134,148)
#A097A2
(160,151,162)
#AFA8B0
(175,168,176)
#BEB9BE
(190,185,190)
#CDCACC
(205,202,204)
#DCDBDA
(220,219,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55425C color. Also use rgb(85,66,92) instead hex code.

Text Font Color

.myTextColor { color: #55425C; }

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

This text font color is #55425C.


Background Color

.myBgColor { background-color: #55425C; }

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

This div background color is #55425C.


Border color

.myBorderColor { border: 1px solid #55425C; }

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

This div border color is #55425C.


Opacity

.myOpacity80 { color: #55425C; opacity: 0.8; }

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

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

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

This text has shadow with #55425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55425C on black background.


Color preview on white background

This text has color #55425C on white background.



Black color preview on #55425C background

This text has black color on #55425C background.


White color preview on #55425C background

This text has white color on #55425C background.