COLOR #55255A

HEX: #55255A
RGB: (85,37,90)

Color info

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

RGB color model

#55255A color RGB value is (85,37,90).

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

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 90 of 255 = 35%

85
37
90

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

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 90 = 212 (100%)
R 85 of 212 ~ 40.09%
G 37 of 212 ~ 17.45%
B 90 of 212 ~ 42.45%

%40.09
%17.45
%42.45

CMYK color model

#55255A color CMYK value is (6,59,0,65).

  • cyan value is 5.56%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(6,59,0,65)
C6M59Y0K65 
(6%,59%,0%,65%)
(0.06/0.59/0.00/0.65)	

CMYK percentages

%5.56
%58.89
%0
%64.71

Codes

Color #55255A in popluar color models

55255A
RGB853790
HSL294°41.73%24.90%
HSB/HSV294°58.89%35.29%
CMYK5.56%58.89%0.00%
64.71%

Color #55255A in popluar number systems.

HEX55255A
Decimal853790
Binary10101011001011011010
Octal12545132

Shades and tints

Shades of #55255A

#55255A
(85,37,90)
#4E2252
(78,34,82)
#471F4A
(71,31,74)
#401C42
(64,28,66)
#39193A
(57,25,58)
#321632
(50,22,50)
#2B132A
(43,19,42)
#241022
(36,16,34)
#1D0D1A
(29,13,26)
#160A12
(22,10,18)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #55255A

#55255A
(85,37,90)
#643869
(100,56,105)
#734B78
(115,75,120)
#825E87
(130,94,135)
#917196
(145,113,150)
#A084A5
(160,132,165)
#AF97B4
(175,151,180)
#BEAAC3
(190,170,195)
#CDBDD2
(205,189,210)
#DCD0E1
(220,208,225)
#EBE3F0
(235,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55255A; }

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

This text font color is #55255A.


Background Color

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

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

This div background color is #55255A.


Border color

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

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

This div border color is #55255A.


Opacity

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

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

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

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

This text has shadow with #55255A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55255A on black background.


Color preview on white background

This text has color #55255A on white background.



Black color preview on #55255A background

This text has black color on #55255A background.


White color preview on #55255A background

This text has white color on #55255A background.