COLOR #55255C

HEX: #55255C RGB: (85,37,92)

Color info

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

RGB color model

#55255C color RGB value is (85,37,92).

RGB: (85,37,92) (33%, 15%, 36%)

RGB channels and saturation

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

85
37
92

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

Portions of RGB colors in percentages

R + G + B = 85 + 37 + 92 = 214 (100%)
R 85 of 214 ~ 39.72%
G 37 of 214 ~ 17.29%
B 92 of 214 ~ 42.99'%

%39.72
%17.29
%42.99

CMYK color model

#55255C color CMYK value is (8,60,0,64).

  • cyan value is 7.61%
  • magenta value is 59.78%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (8,60,0,64)
C8M60Y0K64 (8%, 60%, 0%, 64%)
(0.08 / 0.60 / 0.00 / 0.64)

CMYK percentages

%7.61
%59.78
%0
%63.92

Codes

Color #55255C in popluar color models

55 25 5C
RGB 85 37 92
HSL 292° 42.64% 25.29%
HSB/HSV 292° 59.78% 36.08%
CMYK 7.61% 59.78% 0.00%
63.92%

Color #55255C in popluar number systems.

HEX 55 25 5C
Decimal 85 37 92
Binary 1010101 100101 1011100
Octal 125 45 134

Shades and tints

Shades of #55255C

#55255C
(85,37,92)
#4E2254
(78,34,84)
#471F4C
(71,31,76)
#401C44
(64,28,68)
#39193C
(57,25,60)
#321634
(50,22,52)
#2B132C
(43,19,44)
#241024
(36,16,36)
#1D0D1C
(29,13,28)
#160A14
(22,10,20)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #55255C

#55255C
(85,37,92)
#64386A
(100,56,106)
#734B78
(115,75,120)
#825E86
(130,94,134)
#917194
(145,113,148)
#A084A2
(160,132,162)
#AF97B0
(175,151,176)
#BEAABE
(190,170,190)
#CDBDCC
(205,189,204)
#DCD0DA
(220,208,218)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55255C; }

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

This text font color is #55255C.

Background Color

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

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

This div background color is #55255C.

Border color

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

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

This div border color is #55255C.

Opacity

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

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

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

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

This text has shadow with #55255C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55255C.

Preview

Color preview on black background

This text has color #55255C on black background.


Color preview on white background

This text has color #55255C on white background.


Black color preview on #55255C background

This text has black color on #55255C background.


White color preview on #55255C background

This text has white color on #55255C background.


Related colors

Complementary color

Complementary color for #hex is #AADAA3.


I love getcolorcode.com

Triadic colors

1 #5C5525 and #255C55 with #55255C are triadic colors.

2 #5C2555 and #25555C with #55255C are triadic colors.