COLOR #552F54

HEX: #552F54
RGB: (85,47,84)

Color info

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

RGB color model

#552F54 color RGB value is (85,47,84).

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

RGB channels and saturation

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

85
47
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 47 + 84 = 216 (100%)
R 85 of 216 ~ 39.35%
G 47 of 216 ~ 21.76%
B 84 of 216 ~ 38.89%

%39.35
%21.76
%38.89

CMYK color model

#552F54 color CMYK value is (0,45,1,67).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK: (0,45,1,67) C0M45Y1K67 (0%,45%,1%,67%) (0.00/0.45/0.01/0.67)

CMYK percentages

%0
%44.71
%1.18
%66.67

Codes

Color #552F54 in popluar color models

552F54
RGB854784
HSL302°28.79%25.88%
HSB/HSV302°44.71%33.33%
CMYK0.00%44.71%1.18%
66.67%

Color #552F54 in popluar number systems.

HEX552F54
Decimal854784
Binary10101011011111010100
Octal12557124

Shades and tints

Shades of #552F54

#552F54
(85,47,84)
#4E2B4D
(78,43,77)
#472746
(71,39,70)
#40233F
(64,35,63)
#391F38
(57,31,56)
#321B31
(50,27,49)
#2B172A
(43,23,42)
#241323
(36,19,35)
#1D0F1C
(29,15,28)
#160B15
(22,11,21)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #552F54

#552F54
(85,47,84)
#644163
(100,65,99)
#735372
(115,83,114)
#826581
(130,101,129)
#917790
(145,119,144)
#A0899F
(160,137,159)
#AF9BAE
(175,155,174)
#BEADBD
(190,173,189)
#CDBFCC
(205,191,204)
#DCD1DB
(220,209,219)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552F54; }

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

This text font color is #552F54.


Background Color

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

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

This div background color is #552F54.


Border color

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

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

This div border color is #552F54.


Opacity

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

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

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

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

This text has shadow with #552F54 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #552F54 on black background.


Color preview on white background

This text has color #552F54 on white background.



Black color preview on #552F54 background

This text has black color on #552F54 background.


White color preview on #552F54 background

This text has white color on #552F54 background.