COLOR #552D54

HEX: #552D54
RGB: (85,45,84)

Color info

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

RGB color model

#552D54 color RGB value is (85,45,84).

  • red value is 85;
  • green value is 45;
  • blue value is 84.
RGB:
(85,45,84)
(33%,18%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 84 of 255 = 33%

85
45
84

R + G + B ~ 28%. #552D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 84 = 214 (100%)
R 85 of 214 ~ 39.72%
G 45 of 214 ~ 21.03%
B 84 of 214 ~ 39.25%

%39.72
%21.03
%39.25

CMYK color model

#552D54 color CMYK value is (0,47,1,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,47,1,67)
C0M47Y1K67 
(0%,47%,1%,67%)
(0.00/0.47/0.01/0.67)	

CMYK percentages

%0
%47.06
%1.18
%66.67

Codes

Color #552D54 in popluar color models

552D54
RGB854584
HSL302°30.77%25.49%
HSB/HSV302°47.06%33.33%
CMYK0.00%47.06%1.18%
66.67%

Color #552D54 in popluar number systems.

HEX552D54
Decimal854584
Binary10101011011011010100
Octal12555124

Shades and tints

Shades of #552D54

#552D54
(85,45,84)
#4E294D
(78,41,77)
#472546
(71,37,70)
#40213F
(64,33,63)
#391D38
(57,29,56)
#321931
(50,25,49)
#2B152A
(43,21,42)
#241123
(36,17,35)
#1D0D1C
(29,13,28)
#160915
(22,9,21)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #552D54

#552D54
(85,45,84)
#644063
(100,64,99)
#735372
(115,83,114)
#826681
(130,102,129)
#917990
(145,121,144)
#A08C9F
(160,140,159)
#AF9FAE
(175,159,174)
#BEB2BD
(190,178,189)
#CDC5CC
(205,197,204)
#DCD8DB
(220,216,219)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D54; }

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

This text font color is #552D54.


Background Color

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

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

This div background color is #552D54.


Border color

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

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

This div border color is #552D54.


Opacity

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

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

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

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

This text has shadow with #552D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D54 on black background.


Color preview on white background

This text has color #552D54 on white background.



Black color preview on #552D54 background

This text has black color on #552D54 background.


White color preview on #552D54 background

This text has white color on #552D54 background.