COLOR #552551

HEX: #552551
RGB: (85,37,81)

Color info

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

RGB color model

#552551 color RGB value is (85,37,81).

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

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 81 of 255 = 32%

85
37
81

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

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 81 = 203 (100%)
R 85 of 203 ~ 41.87%
G 37 of 203 ~ 18.23%
B 81 of 203 ~ 39.9%

%41.87
%18.23
%39.9

CMYK color model

#552551 color CMYK value is (0,56,5,67).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK:
(0,56,5,67)
C0M56Y5K67 
(0%,56%,5%,67%)
(0.00/0.56/0.05/0.67)	

CMYK percentages

%0
%56.47
%4.71
%66.67

Codes

Color #552551 in popluar color models

552551
RGB853781
HSL305°39.34%23.92%
HSB/HSV305°56.47%33.33%
CMYK0.00%56.47%4.71%
66.67%

Color #552551 in popluar number systems.

HEX552551
Decimal853781
Binary10101011001011010001
Octal12545121

Shades and tints

Shades of #552551

#552551
(85,37,81)
#4E224A
(78,34,74)
#471F43
(71,31,67)
#401C3C
(64,28,60)
#391935
(57,25,53)
#32162E
(50,22,46)
#2B1327
(43,19,39)
#241020
(36,16,32)
#1D0D19
(29,13,25)
#160A12
(22,10,18)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #552551

#552551
(85,37,81)
#643860
(100,56,96)
#734B6F
(115,75,111)
#825E7E
(130,94,126)
#91718D
(145,113,141)
#A0849C
(160,132,156)
#AF97AB
(175,151,171)
#BEAABA
(190,170,186)
#CDBDC9
(205,189,201)
#DCD0D8
(220,208,216)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552551; }

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

This text font color is #552551.


Background Color

.myBgColor { background-color: #552551; }

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

This div background color is #552551.


Border color

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

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

This div border color is #552551.


Opacity

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

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

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

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

This text has shadow with #552551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552551 on black background.


Color preview on white background

This text has color #552551 on white background.



Black color preview on #552551 background

This text has black color on #552551 background.


White color preview on #552551 background

This text has white color on #552551 background.