COLOR #55255E

HEX: #55255E
RGB: (85,37,94)

Color info

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

RGB color model

#55255E color RGB value is (85,37,94).

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

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 94 of 255 = 37%

85
37
94

R + G + B ~ 28%. #55255E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 94 = 216 (100%)
R 85 of 216 ~ 39.35%
G 37 of 216 ~ 17.13%
B 94 of 216 ~ 43.52%

%39.35
%17.13
%43.52

CMYK color model

#55255E color CMYK value is (10,61,0,63).

  • cyan value is 9.57%
  • magenta value is 60.64%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,61,0,63)
C10M61Y0K63 
(10%,61%,0%,63%)
(0.10/0.61/0.00/0.63)	

CMYK percentages

%9.57
%60.64
%0
%63.14

Codes

Color #55255E in popluar color models

55255E
RGB853794
HSL291°43.51%25.69%
HSB/HSV291°60.64%36.86%
CMYK9.57%60.64%0.00%
63.14%

Color #55255E in popluar number systems.

HEX55255E
Decimal853794
Binary10101011001011011110
Octal12545136

Shades and tints

Shades of #55255E

#55255E
(85,37,94)
#4E2256
(78,34,86)
#471F4E
(71,31,78)
#401C46
(64,28,70)
#39193E
(57,25,62)
#321636
(50,22,54)
#2B132E
(43,19,46)
#241026
(36,16,38)
#1D0D1E
(29,13,30)
#160A16
(22,10,22)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #55255E

#55255E
(85,37,94)
#64386C
(100,56,108)
#734B7A
(115,75,122)
#825E88
(130,94,136)
#917196
(145,113,150)
#A084A4
(160,132,164)
#AF97B2
(175,151,178)
#BEAAC0
(190,170,192)
#CDBDCE
(205,189,206)
#DCD0DC
(220,208,220)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55255E; }

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

This text font color is #55255E.


Background Color

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

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

This div background color is #55255E.


Border color

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

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

This div border color is #55255E.


Opacity

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

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

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

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

This text has shadow with #55255E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55255E on black background.


Color preview on white background

This text has color #55255E on white background.



Black color preview on #55255E background

This text has black color on #55255E background.


White color preview on #55255E background

This text has white color on #55255E background.