COLOR #552D53

HEX: #552D53 RGB: (85,45,83)

Color info

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

RGB color model

#552D53 color RGB value is (85,45,83).

RGB: (85,45,83) (33%, 18%, 33%)

RGB channels and saturation

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

85
45
83

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

Portions of RGB colors in percentages

R + G + B = 85 + 45 + 83 = 213 (100%)
R 85 of 213 ~ 39.91%
G 45 of 213 ~ 21.13%
B 83 of 213 ~ 38.97'%

%39.91
%21.13
%38.97

CMYK color model

#552D53 color CMYK value is (0,47,2,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 2.35%
  • key color value is 66.67%

CMYK: (0,47,2,67)
C0M47Y2K67 (0%, 47%, 2%, 67%)
(0.00 / 0.47 / 0.02 / 0.67)

CMYK percentages

%0
%47.06
%2.35
%66.67

Codes

Color #552D53 in popluar color models

55 2D 53
RGB 85 45 83
HSL 303° 30.77% 25.49%
HSB/HSV 303° 47.06% 33.33%
CMYK 0.00% 47.06% 2.35%
66.67%

Color #552D53 in popluar number systems.

HEX 55 2D 53
Decimal 85 45 83
Binary 1010101 101101 1010011
Octal 125 55 123

Shades and tints

Shades of #552D53

#552D53
(85,45,83)
#4E294C
(78,41,76)
#472545
(71,37,69)
#40213E
(64,33,62)
#391D37
(57,29,55)
#321930
(50,25,48)
#2B1529
(43,21,41)
#241122
(36,17,34)
#1D0D1B
(29,13,27)
#160914
(22,9,20)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #552D53

#552D53
(85,45,83)
#644062
(100,64,98)
#735371
(115,83,113)
#826680
(130,102,128)
#91798F
(145,121,143)
#A08C9E
(160,140,158)
#AF9FAD
(175,159,173)
#BEB2BC
(190,178,188)
#CDC5CB
(205,197,203)
#DCD8DA
(220,216,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D53; }

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

This text font color is #552D53.

Background Color

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

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

This div background color is #552D53.

Border color

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

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

This div border color is #552D53.

Opacity

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

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

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

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

This text has shadow with #552D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552D53.

Preview

Color preview on black background

This text has color #552D53 on black background.


Color preview on white background

This text has color #552D53 on white background.


Black color preview on #552D53 background

This text has black color on #552D53 background.


White color preview on #552D53 background

This text has white color on #552D53 background.


Related colors

Complementary color

Complementary color for #hex is #AAD2AC.


I love getcolorcode.com

Triadic colors

1 #53552D and #2D5355 with #552D53 are triadic colors.

2 #532D55 and #2D5553 with #552D53 are triadic colors.