COLOR #552A55

HEX: #552A55
RGB: (85,42,85)

Color info

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

RGB color model

#552A55 color RGB value is (85,42,85).

  • red value is 85;
  • green value is 42;
  • blue value is 85.
RGB:
(85,42,85)
(33%,16%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 42 of 255 = 16%
B 85 of 255 = 33%

85
42
85

R + G + B ~ 27%. #552A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 42 + 85 = 212 (100%)
R 85 of 212 ~ 40.09%
G 42 of 212 ~ 19.81%
B 85 of 212 ~ 40.09%

%40.09
%19.81
%40.09

CMYK color model

#552A55 color CMYK value is (0,51,0,67).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(0,51,0,67)
C0M51Y0K67 
(0%,51%,0%,67%)
(0.00/0.51/0.00/0.67)	

CMYK percentages

%0
%50.59
%0
%66.67

Codes

Color #552A55 in popluar color models

552A55
RGB854285
HSL300°33.86%24.90%
HSB/HSV300°50.59%33.33%
CMYK0.00%50.59%0.00%
66.67%

Color #552A55 in popluar number systems.

HEX552A55
Decimal854285
Binary10101011010101010101
Octal12552125

Shades and tints

Shades of #552A55

#552A55
(85,42,85)
#4E274E
(78,39,78)
#472447
(71,36,71)
#402140
(64,33,64)
#391E39
(57,30,57)
#321B32
(50,27,50)
#2B182B
(43,24,43)
#241524
(36,21,36)
#1D121D
(29,18,29)
#160F16
(22,15,22)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #552A55

#552A55
(85,42,85)
#643D64
(100,61,100)
#735073
(115,80,115)
#826382
(130,99,130)
#917691
(145,118,145)
#A089A0
(160,137,160)
#AF9CAF
(175,156,175)
#BEAFBE
(190,175,190)
#CDC2CD
(205,194,205)
#DCD5DC
(220,213,220)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552A55 color. Also use rgb(85,42,85) instead hex code.

Text Font Color

.myTextColor { color: #552A55; }

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

This text font color is #552A55.


Background Color

.myBgColor { background-color: #552A55; }

<div style="background-color:#552A55">Inner text</div>

This div background color is #552A55.


Border color

.myBorderColor { border: 1px solid #552A55; }

<div style="border:3px solid #552A55">Div</div>

This div border color is #552A55.


Opacity

.myOpacity80 { color: #552A55; opacity: 0.8; }

<p style="color:#552A55;opacity:0.8;">80%</p>

Text with #552A55 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 #552A55;}

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

This text has shadow with #552A55 color.

.textShadow {text-shadow: 3px 3px 1px #552A55, 3px 3px 1px red;}

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

This text has shadow with #552A55 primary color and red secondary color.


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

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

This text has shadow with #552A55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552A55 on black background.


Color preview on white background

This text has color #552A55 on white background.



Black color preview on #552A55 background

This text has black color on #552A55 background.


White color preview on #552A55 background

This text has white color on #552A55 background.