COLOR #55335E

HEX: #55335E
RGB: (85,51,94)

Color info

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

RGB color model

#55335E color RGB value is (85,51,94).

  • red value is 85;
  • green value is 51;
  • blue value is 94.
RGB:
(85,51,94)
(33%,20%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 51 of 255 = 20%
B 94 of 255 = 37%

85
51
94

R + G + B ~ 30%. #55335E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 51 + 94 = 230 (100%)
R 85 of 230 ~ 36.96%
G 51 of 230 ~ 22.17%
B 94 of 230 ~ 40.87%

%36.96
%22.17
%40.87

CMYK color model

#55335E color CMYK value is (10,46,0,63).

  • cyan value is 9.57%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,46,0,63)
C10M46Y0K63 
(10%,46%,0%,63%)
(0.10/0.46/0.00/0.63)	

CMYK percentages

%9.57
%45.74
%0
%63.14

Codes

Color #55335E in popluar color models

55335E
RGB855194
HSL287°29.66%28.43%
HSB/HSV287°45.74%36.86%
CMYK9.57%45.74%0.00%
63.14%

Color #55335E in popluar number systems.

HEX55335E
Decimal855194
Binary10101011100111011110
Octal12563136

Shades and tints

Shades of #55335E

#55335E
(85,51,94)
#4E2F56
(78,47,86)
#472B4E
(71,43,78)
#402746
(64,39,70)
#39233E
(57,35,62)
#321F36
(50,31,54)
#2B1B2E
(43,27,46)
#241726
(36,23,38)
#1D131E
(29,19,30)
#160F16
(22,15,22)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #55335E

#55335E
(85,51,94)
#64456C
(100,69,108)
#73577A
(115,87,122)
#826988
(130,105,136)
#917B96
(145,123,150)
#A08DA4
(160,141,164)
#AF9FB2
(175,159,178)
#BEB1C0
(190,177,192)
#CDC3CE
(205,195,206)
#DCD5DC
(220,213,220)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55335E color. Also use rgb(85,51,94) instead hex code.

Text Font Color

.myTextColor { color: #55335E; }

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

This text font color is #55335E.


Background Color

.myBgColor { background-color: #55335E; }

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

This div background color is #55335E.


Border color

.myBorderColor { border: 1px solid #55335E; }

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

This div border color is #55335E.


Opacity

.myOpacity80 { color: #55335E; opacity: 0.8; }

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

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

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

This text has shadow with #55335E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55335E on black background.


Color preview on white background

This text has color #55335E on white background.



Black color preview on #55335E background

This text has black color on #55335E background.


White color preview on #55335E background

This text has white color on #55335E background.