COLOR #55255B

HEX: #55255B
RGB: (85,37,91)

Color info

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

RGB color model

#55255B color RGB value is (85,37,91).

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

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 91 of 255 = 36%

85
37
91

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

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 91 = 213 (100%)
R 85 of 213 ~ 39.91%
G 37 of 213 ~ 17.37%
B 91 of 213 ~ 42.72%

%39.91
%17.37
%42.72

CMYK color model

#55255B color CMYK value is (7,59,0,64).

  • cyan value is 6.59%
  • magenta value is 59.34%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(7,59,0,64)
C7M59Y0K64 
(7%,59%,0%,64%)
(0.07/0.59/0.00/0.64)	

CMYK percentages

%6.59
%59.34
%0
%64.31

Codes

Color #55255B in popluar color models

55255B
RGB853791
HSL293°42.19%25.10%
HSB/HSV293°59.34%35.69%
CMYK6.59%59.34%0.00%
64.31%

Color #55255B in popluar number systems.

HEX55255B
Decimal853791
Binary10101011001011011011
Octal12545133

Shades and tints

Shades of #55255B

#55255B
(85,37,91)
#4E2253
(78,34,83)
#471F4B
(71,31,75)
#401C43
(64,28,67)
#39193B
(57,25,59)
#321633
(50,22,51)
#2B132B
(43,19,43)
#241023
(36,16,35)
#1D0D1B
(29,13,27)
#160A13
(22,10,19)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #55255B

#55255B
(85,37,91)
#643869
(100,56,105)
#734B77
(115,75,119)
#825E85
(130,94,133)
#917193
(145,113,147)
#A084A1
(160,132,161)
#AF97AF
(175,151,175)
#BEAABD
(190,170,189)
#CDBDCB
(205,189,203)
#DCD0D9
(220,208,217)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55255B; }

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

This text font color is #55255B.


Background Color

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

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

This div background color is #55255B.


Border color

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

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

This div border color is #55255B.


Opacity

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

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

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

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

This text has shadow with #55255B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55255B on black background.


Color preview on white background

This text has color #55255B on white background.



Black color preview on #55255B background

This text has black color on #55255B background.


White color preview on #55255B background

This text has white color on #55255B background.