COLOR #55305E

HEX: #55305E
RGB: (85,48,94)

Color info

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

RGB color model

#55305E color RGB value is (85,48,94).

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

RGB channels and saturation

R 85 of 255 = 33%
G 48 of 255 = 19%
B 94 of 255 = 37%

85
48
94

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

Portions of RGB colors in percentages

R + G + B =
85 + 48 + 94 = 227 (100%)
R 85 of 227 ~ 37.44%
G 48 of 227 ~ 21.15%
B 94 of 227 ~ 41.41%

%37.44
%21.15
%41.41

CMYK color model

#55305E color CMYK value is (10,49,0,63).

  • cyan value is 9.57%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,49,0,63)
C10M49Y0K63 
(10%,49%,0%,63%)
(0.10/0.49/0.00/0.63)	

CMYK percentages

%9.57
%48.94
%0
%63.14

Codes

Color #55305E in popluar color models

55305E
RGB854894
HSL288°32.39%27.84%
HSB/HSV288°48.94%36.86%
CMYK9.57%48.94%0.00%
63.14%

Color #55305E in popluar number systems.

HEX55305E
Decimal854894
Binary10101011100001011110
Octal12560136

Shades and tints

Shades of #55305E

#55305E
(85,48,94)
#4E2C56
(78,44,86)
#47284E
(71,40,78)
#402446
(64,36,70)
#39203E
(57,32,62)
#321C36
(50,28,54)
#2B182E
(43,24,46)
#241426
(36,20,38)
#1D101E
(29,16,30)
#160C16
(22,12,22)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #55305E

#55305E
(85,48,94)
#64426C
(100,66,108)
#73547A
(115,84,122)
#826688
(130,102,136)
#917896
(145,120,150)
#A08AA4
(160,138,164)
#AF9CB2
(175,156,178)
#BEAEC0
(190,174,192)
#CDC0CE
(205,192,206)
#DCD2DC
(220,210,220)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55305E; }

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

This text font color is #55305E.


Background Color

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

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

This div background color is #55305E.


Border color

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

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

This div border color is #55305E.


Opacity

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

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

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

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

This text has shadow with #55305E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55305E on black background.


Color preview on white background

This text has color #55305E on white background.



Black color preview on #55305E background

This text has black color on #55305E background.


White color preview on #55305E background

This text has white color on #55305E background.