COLOR #553557

HEX: #553557
RGB: (85,53,87)

Color info

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

RGB color model

#553557 color RGB value is (85,53,87).

  • red value is 85;
  • green value is 53;
  • blue value is 87.
RGB:
(85,53,87)
(33%,21%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 53 of 255 = 21%
B 87 of 255 = 34%

85
53
87

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

Portions of RGB colors in percentages

R + G + B =
85 + 53 + 87 = 225 (100%)
R 85 of 225 ~ 37.78%
G 53 of 225 ~ 23.56%
B 87 of 225 ~ 38.67%

%37.78
%23.56
%38.67

CMYK color model

#553557 color CMYK value is (2,39,0,66).

  • cyan value is 2.30%
  • magenta value is 39.08%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(2,39,0,66)
C2M39Y0K66 
(2%,39%,0%,66%)
(0.02/0.39/0.00/0.66)	

CMYK percentages

%2.3
%39.08
%0
%65.88

Codes

Color #553557 in popluar color models

553557
RGB855387
HSL296°24.29%27.45%
HSB/HSV296°39.08%34.12%
CMYK2.30%39.08%0.00%
65.88%

Color #553557 in popluar number systems.

HEX553557
Decimal855387
Binary10101011101011010111
Octal12565127

Shades and tints

Shades of #553557

#553557
(85,53,87)
#4E3150
(78,49,80)
#472D49
(71,45,73)
#402942
(64,41,66)
#39253B
(57,37,59)
#322134
(50,33,52)
#2B1D2D
(43,29,45)
#241926
(36,25,38)
#1D151F
(29,21,31)
#161118
(22,17,24)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #553557

#553557
(85,53,87)
#644766
(100,71,102)
#735975
(115,89,117)
#826B84
(130,107,132)
#917D93
(145,125,147)
#A08FA2
(160,143,162)
#AFA1B1
(175,161,177)
#BEB3C0
(190,179,192)
#CDC5CF
(205,197,207)
#DCD7DE
(220,215,222)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553557 color. Also use rgb(85,53,87) instead hex code.

Text Font Color

.myTextColor { color: #553557; }

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

This text font color is #553557.


Background Color

.myBgColor { background-color: #553557; }

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

This div background color is #553557.


Border color

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

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

This div border color is #553557.


Opacity

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

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

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

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

This text has shadow with #553557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553557 on black background.


Color preview on white background

This text has color #553557 on white background.



Black color preview on #553557 background

This text has black color on #553557 background.


White color preview on #553557 background

This text has white color on #553557 background.