COLOR #552055

HEX: #552055
RGB: (85,32,85)

Color info

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

RGB color model

#552055 color RGB value is (85,32,85).

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

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 85 of 255 = 33%

85
32
85

R + G + B ~ 26%. #552055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 32 + 85 = 202 (100%)
R 85 of 202 ~ 42.08%
G 32 of 202 ~ 15.84%
B 85 of 202 ~ 42.08%

%42.08
%15.84
%42.08

CMYK color model

#552055 color CMYK value is (0,62,0,67).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(0,62,0,67)
C0M62Y0K67 
(0%,62%,0%,67%)
(0.00/0.62/0.00/0.67)	

CMYK percentages

%0
%62.35
%0
%66.67

Codes

Color #552055 in popluar color models

552055
RGB853285
HSL300°45.30%22.94%
HSB/HSV300°62.35%33.33%
CMYK0.00%62.35%0.00%
66.67%

Color #552055 in popluar number systems.

HEX552055
Decimal853285
Binary10101011000001010101
Octal12540125

Shades and tints

Shades of #552055

#552055
(85,32,85)
#4E1E4E
(78,30,78)
#471C47
(71,28,71)
#401A40
(64,26,64)
#391839
(57,24,57)
#321632
(50,22,50)
#2B142B
(43,20,43)
#241224
(36,18,36)
#1D101D
(29,16,29)
#160E16
(22,14,22)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #552055

#552055
(85,32,85)
#643464
(100,52,100)
#734873
(115,72,115)
#825C82
(130,92,130)
#917091
(145,112,145)
#A084A0
(160,132,160)
#AF98AF
(175,152,175)
#BEACBE
(190,172,190)
#CDC0CD
(205,192,205)
#DCD4DC
(220,212,220)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552055; }

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

This text font color is #552055.


Background Color

.myBgColor { background-color: #552055; }

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

This div background color is #552055.


Border color

.myBorderColor { border: 1px solid #552055; }

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

This div border color is #552055.


Opacity

.myOpacity80 { color: #552055; opacity: 0.8; }

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

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

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

This text has shadow with #552055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552055 on black background.


Color preview on white background

This text has color #552055 on white background.



Black color preview on #552055 background

This text has black color on #552055 background.


White color preview on #552055 background

This text has white color on #552055 background.