COLOR #55416C

HEX: #55416C RGB: (85,65,108)

Color info

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

RGB color model

#55416C color RGB value is (85,65,108).

RGB: (85,65,108) (33%, 25%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 108 of 255 = 42%

85
65
108

R + G + B ~ 33%. #55416C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 65 + 108 = 258 (100%)
R 85 of 258 ~ 32.95%
G 65 of 258 ~ 25.19%
B 108 of 258 ~ 41.86'%

%32.95
%25.19
%41.86

CMYK color model

#55416C color CMYK value is (21,40,0,58).

  • cyan value is 21.30%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (21,40,0,58)
C21M40Y0K58 (21%, 40%, 0%, 58%)
(0.21 / 0.40 / 0.00 / 0.58)

CMYK percentages

%21.3
%39.81
%0
%57.65

Codes

Color #55416C in popluar color models

55 41 6C
RGB 85 65 108
HSL 268° 24.86% 33.92%
HSB/HSV 268° 39.81% 42.35%
CMYK 21.30% 39.81% 0.00%
57.65%

Color #55416C in popluar number systems.

HEX 55 41 6C
Decimal 85 65 108
Binary 1010101 1000001 1101100
Octal 125 101 154

Shades and tints

Shades of #55416C

#55416C
(85,65,108)
#4E3C63
(78,60,99)
#47375A
(71,55,90)
#403251
(64,50,81)
#392D48
(57,45,72)
#32283F
(50,40,63)
#2B2336
(43,35,54)
#241E2D
(36,30,45)
#1D1924
(29,25,36)
#16141B
(22,20,27)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #55416C

#55416C
(85,65,108)
#645279
(100,82,121)
#736386
(115,99,134)
#827493
(130,116,147)
#9185A0
(145,133,160)
#A096AD
(160,150,173)
#AFA7BA
(175,167,186)
#BEB8C7
(190,184,199)
#CDC9D4
(205,201,212)
#DCDAE1
(220,218,225)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55416C; }

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

This text font color is #55416C.

Background Color

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

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

This div background color is #55416C.

Border color

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

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

This div border color is #55416C.

Opacity

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

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

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

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

This text has shadow with #55416C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55416C.

Preview

Color preview on black background

This text has color #55416C on black background.


Color preview on white background

This text has color #55416C on white background.


Black color preview on #55416C background

This text has black color on #55416C background.


White color preview on #55416C background

This text has white color on #55416C background.


Related colors

Complementary color

Complementary color for #hex is #AABE93.


I love getcolorcode.com

Triadic colors

1 #6C5541 and #416C55 with #55416C are triadic colors.

2 #6C4155 and #41556C with #55416C are triadic colors.