COLOR #552E59

HEX: #552E59
RGB: (85,46,89)

Color info

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

RGB color model

#552E59 color RGB value is (85,46,89).

  • red value is 85;
  • green value is 46;
  • blue value is 89.
RGB:
(85,46,89)
(33%,18%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 89 of 255 = 35%

85
46
89

R + G + B ~ 29%. #552E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 89 = 220 (100%)
R 85 of 220 ~ 38.64%
G 46 of 220 ~ 20.91%
B 89 of 220 ~ 40.45%

%38.64
%20.91
%40.45

CMYK color model

#552E59 color CMYK value is (4,48,0,65).

  • cyan value is 4.49%
  • magenta value is 48.31%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(4,48,0,65)
C4M48Y0K65 
(4%,48%,0%,65%)
(0.04/0.48/0.00/0.65)	

CMYK percentages

%4.49
%48.31
%0
%65.1

Codes

Color #552E59 in popluar color models

552E59
RGB854689
HSL294°31.85%26.47%
HSB/HSV294°48.31%34.90%
CMYK4.49%48.31%0.00%
65.10%

Color #552E59 in popluar number systems.

HEX552E59
Decimal854689
Binary10101011011101011001
Octal12556131

Shades and tints

Shades of #552E59

#552E59
(85,46,89)
#4E2A51
(78,42,81)
#472649
(71,38,73)
#402241
(64,34,65)
#391E39
(57,30,57)
#321A31
(50,26,49)
#2B1629
(43,22,41)
#241221
(36,18,33)
#1D0E19
(29,14,25)
#160A11
(22,10,17)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #552E59

#552E59
(85,46,89)
#644168
(100,65,104)
#735477
(115,84,119)
#826786
(130,103,134)
#917A95
(145,122,149)
#A08DA4
(160,141,164)
#AFA0B3
(175,160,179)
#BEB3C2
(190,179,194)
#CDC6D1
(205,198,209)
#DCD9E0
(220,217,224)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E59; }

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

This text font color is #552E59.


Background Color

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

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

This div background color is #552E59.


Border color

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

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

This div border color is #552E59.


Opacity

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

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

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

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

This text has shadow with #552E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E59 on black background.


Color preview on white background

This text has color #552E59 on white background.



Black color preview on #552E59 background

This text has black color on #552E59 background.


White color preview on #552E59 background

This text has white color on #552E59 background.