COLOR #55417C

HEX: #55417C
RGB: (85,65,124)

Color info

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

RGB color model

#55417C color RGB value is (85,65,124).

  • red value is 85;
  • green value is 65;
  • blue value is 124.
RGB:
(85,65,124)
(33%,25%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 124 of 255 = 49%

85
65
124

R + G + B ~ 36%. #55417C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 65 + 124 = 274 (100%)
R 85 of 274 ~ 31.02%
G 65 of 274 ~ 23.72%
B 124 of 274 ~ 45.26%

%31.02
%23.72
%45.26

CMYK color model

#55417C color CMYK value is (31,48,0,51).

  • cyan value is 31.45%
  • magenta value is 47.58%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,48,0,51)
C31M48Y0K51 
(31%,48%,0%,51%)
(0.31/0.48/0.00/0.51)	

CMYK percentages

%31.45
%47.58
%0
%51.37

Codes

Color #55417C in popluar color models

55417C
RGB8565124
HSL260°31.22%37.06%
HSB/HSV260°47.58%48.63%
CMYK31.45%47.58%0.00%
51.37%

Color #55417C in popluar number systems.

HEX55417C
Decimal8565124
Binary101010110000011111100
Octal125101174

Shades and tints

Shades of #55417C

#55417C
(85,65,124)
#4E3C71
(78,60,113)
#473766
(71,55,102)
#40325B
(64,50,91)
#392D50
(57,45,80)
#322845
(50,40,69)
#2B233A
(43,35,58)
#241E2F
(36,30,47)
#1D1924
(29,25,36)
#161419
(22,20,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #55417C

#55417C
(85,65,124)
#645287
(100,82,135)
#736392
(115,99,146)
#82749D
(130,116,157)
#9185A8
(145,133,168)
#A096B3
(160,150,179)
#AFA7BE
(175,167,190)
#BEB8C9
(190,184,201)
#CDC9D4
(205,201,212)
#DCDADF
(220,218,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55417C color. Also use rgb(85,65,124) instead hex code.

Text Font Color

.myTextColor { color: #55417C; }

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

This text font color is #55417C.


Background Color

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

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

This div background color is #55417C.


Border color

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

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

This div border color is #55417C.


Opacity

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

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

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

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

This text has shadow with #55417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55417C on black background.


Color preview on white background

This text has color #55417C on white background.



Black color preview on #55417C background

This text has black color on #55417C background.


White color preview on #55417C background

This text has white color on #55417C background.