COLOR #553F54

HEX: #553F54
RGB: (85,63,84)

Color info

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

RGB color model

#553F54 color RGB value is (85,63,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 84 of 255 = 33%

85
63
84

R + G + B ~ 30%. #553F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 63 + 84 = 232 (100%)
R 85 of 232 ~ 36.64%
G 63 of 232 ~ 27.16%
B 84 of 232 ~ 36.21%

%36.64
%27.16
%36.21

CMYK color model

#553F54 color CMYK value is (0,26,1,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,26,1,67)
C0M26Y1K67 
(0%,26%,1%,67%)
(0.00/0.26/0.01/0.67)	

CMYK percentages

%0
%25.88
%1.18
%66.67

Codes

Color #553F54 in popluar color models

553F54
RGB856384
HSL303°14.86%29.02%
HSB/HSV303°25.88%33.33%
CMYK0.00%25.88%1.18%
66.67%

Color #553F54 in popluar number systems.

HEX553F54
Decimal856384
Binary10101011111111010100
Octal12577124

Shades and tints

Shades of #553F54

#553F54
(85,63,84)
#4E3A4D
(78,58,77)
#473546
(71,53,70)
#40303F
(64,48,63)
#392B38
(57,43,56)
#322631
(50,38,49)
#2B212A
(43,33,42)
#241C23
(36,28,35)
#1D171C
(29,23,28)
#161215
(22,18,21)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #553F54

#553F54
(85,63,84)
#645063
(100,80,99)
#736172
(115,97,114)
#827281
(130,114,129)
#918390
(145,131,144)
#A0949F
(160,148,159)
#AFA5AE
(175,165,174)
#BEB6BD
(190,182,189)
#CDC7CC
(205,199,204)
#DCD8DB
(220,216,219)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553F54; }

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

This text font color is #553F54.


Background Color

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

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

This div background color is #553F54.


Border color

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

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

This div border color is #553F54.


Opacity

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

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

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

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

This text has shadow with #553F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F54 on black background.


Color preview on white background

This text has color #553F54 on white background.



Black color preview on #553F54 background

This text has black color on #553F54 background.


White color preview on #553F54 background

This text has white color on #553F54 background.