COLOR #553964

HEX: #553964
RGB: (85,57,100)

Color info

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

RGB color model

#553964 color RGB value is (85,57,100).

  • red value is 85;
  • green value is 57;
  • blue value is 100.
RGB:
(85,57,100)
(33%,22%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 100 of 255 = 39%

85
57
100

R + G + B ~ 31%. #553964 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 100 = 242 (100%)
R 85 of 242 ~ 35.12%
G 57 of 242 ~ 23.55%
B 100 of 242 ~ 41.32%

%35.12
%23.55
%41.32

CMYK color model

#553964 color CMYK value is (15,43,0,61).

  • cyan value is 15.00%
  • magenta value is 43.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(15,43,0,61)
C15M43Y0K61 
(15%,43%,0%,61%)
(0.15/0.43/0.00/0.61)	

CMYK percentages

%15
%43
%0
%60.78

Codes

Color #553964 in popluar color models

553964
RGB8557100
HSL279°27.39%30.78%
HSB/HSV279°43.00%39.22%
CMYK15.00%43.00%0.00%
60.78%

Color #553964 in popluar number systems.

HEX553964
Decimal8557100
Binary10101011110011100100
Octal12571144

Shades and tints

Shades of #553964

#553964
(85,57,100)
#4E345B
(78,52,91)
#472F52
(71,47,82)
#402A49
(64,42,73)
#392540
(57,37,64)
#322037
(50,32,55)
#2B1B2E
(43,27,46)
#241625
(36,22,37)
#1D111C
(29,17,28)
#160C13
(22,12,19)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #553964

#553964
(85,57,100)
#644B72
(100,75,114)
#735D80
(115,93,128)
#826F8E
(130,111,142)
#91819C
(145,129,156)
#A093AA
(160,147,170)
#AFA5B8
(175,165,184)
#BEB7C6
(190,183,198)
#CDC9D4
(205,201,212)
#DCDBE2
(220,219,226)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553964 color. Also use rgb(85,57,100) instead hex code.

Text Font Color

.myTextColor { color: #553964; }

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

This text font color is #553964.


Background Color

.myBgColor { background-color: #553964; }

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

This div background color is #553964.


Border color

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

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

This div border color is #553964.


Opacity

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

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

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

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

This text has shadow with #553964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553964 on black background.


Color preview on white background

This text has color #553964 on white background.



Black color preview on #553964 background

This text has black color on #553964 background.


White color preview on #553964 background

This text has white color on #553964 background.