COLOR #55395C

HEX: #55395C
RGB: (85,57,92)

Color info

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

RGB color model

#55395C color RGB value is (85,57,92).

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

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 92 of 255 = 36%

85
57
92

R + G + B ~ 30%. #55395C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 92 = 234 (100%)
R 85 of 234 ~ 36.32%
G 57 of 234 ~ 24.36%
B 92 of 234 ~ 39.32%

%36.32
%24.36
%39.32

CMYK color model

#55395C color CMYK value is (8,38,0,64).

  • cyan value is 7.61%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(8,38,0,64)
C8M38Y0K64 
(8%,38%,0%,64%)
(0.08/0.38/0.00/0.64)	

CMYK percentages

%7.61
%38.04
%0
%63.92

Codes

Color #55395C in popluar color models

55395C
RGB855792
HSL288°23.49%29.22%
HSB/HSV288°38.04%36.08%
CMYK7.61%38.04%0.00%
63.92%

Color #55395C in popluar number systems.

HEX55395C
Decimal855792
Binary10101011110011011100
Octal12571134

Shades and tints

Shades of #55395C

#55395C
(85,57,92)
#4E3454
(78,52,84)
#472F4C
(71,47,76)
#402A44
(64,42,68)
#39253C
(57,37,60)
#322034
(50,32,52)
#2B1B2C
(43,27,44)
#241624
(36,22,36)
#1D111C
(29,17,28)
#160C14
(22,12,20)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #55395C

#55395C
(85,57,92)
#644B6A
(100,75,106)
#735D78
(115,93,120)
#826F86
(130,111,134)
#918194
(145,129,148)
#A093A2
(160,147,162)
#AFA5B0
(175,165,176)
#BEB7BE
(190,183,190)
#CDC9CC
(205,201,204)
#DCDBDA
(220,219,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55395C; }

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

This text font color is #55395C.


Background Color

.myBgColor { background-color: #55395C; }

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

This div background color is #55395C.


Border color

.myBorderColor { border: 1px solid #55395C; }

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

This div border color is #55395C.


Opacity

.myOpacity80 { color: #55395C; opacity: 0.8; }

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

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

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

This text has shadow with #55395C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55395C on black background.


Color preview on white background

This text has color #55395C on white background.



Black color preview on #55395C background

This text has black color on #55395C background.


White color preview on #55395C background

This text has white color on #55395C background.