COLOR #55415F

HEX: #55415F RGB: (85,65,95)

Color info

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

RGB color model

#55415F color RGB value is (85,65,95).

RGB: (85,65,95) (33%, 25%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 95 of 255 = 37%

85
65
95

R + G + B ~ 32%. #55415F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 65 + 95 = 245 (100%)
R 85 of 245 ~ 34.69%
G 65 of 245 ~ 26.53%
B 95 of 245 ~ 38.78'%

%34.69
%26.53
%38.78

CMYK color model

#55415F color CMYK value is (11,32,0,63).

  • cyan value is 10.53%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (11,32,0,63) C11M32Y0K63 (11%,32%,0%,63%) (0.11/0.32/0.00/0.63) 

CMYK percentages

%10.53
%31.58
%0
%62.75

Codes

Color #55415F in popluar color models

55 41 5F
RGB 85 65 95
HSL 280° 18.75% 31.37%
HSB/HSV 280° 31.58% 37.25%
CMYK 10.53% 31.58% 0.00%
62.75%

Color #55415F in popluar number systems.

HEX 55 41 5F
Decimal 85 65 95
Binary 1010101 1000001 1011111
Octal 125 101 137

Shades and tints

Shades of #55415F

#55415F
(85,65,95)
#4E3C57
(78,60,87)
#47374F
(71,55,79)
#403247
(64,50,71)
#392D3F
(57,45,63)
#322837
(50,40,55)
#2B232F
(43,35,47)
#241E27
(36,30,39)
#1D191F
(29,25,31)
#161417
(22,20,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #55415F

#55415F
(85,65,95)
#64526D
(100,82,109)
#73637B
(115,99,123)
#827489
(130,116,137)
#918597
(145,133,151)
#A096A5
(160,150,165)
#AFA7B3
(175,167,179)
#BEB8C1
(190,184,193)
#CDC9CF
(205,201,207)
#DCDADD
(220,218,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55415F color. Also use rgb(85,65,95) instead hex code.

Text Font Color

.myTextColor { color: #55415F; }

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

This text font color is #55415F.

Background Color

.myBgColor { background-color: #55415F; }

<div style="background-color:#55415F">Inner text</div>

This div background color is #55415F.

Border color

.myBorderColor { border: 1px solid #55415F; }

<div style="border:3px solid #55415F">Div</div>

This div border color is #55415F.

Opacity

.myOpacity80 { color: #55415F; opacity: 0.8; }

<p style="color:#55415F;opacity:0.8;">80%</p>

Text with #55415F 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 #55415F;}

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

This text has shadow with #55415F color.


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

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

This text has shadow with #55415F primary color and red secondary color.


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

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

This text has shadow with #55415F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55415F.

Preview

Color preview on black background

This text has color #55415F on black background.


Color preview on white background

This text has color #55415F on white background.


Black color preview on #55415F background

This text has black color on #55415F background.


White color preview on #55415F background

This text has white color on #55415F background.


Related colors

Complementary color

Complementary color for #hex is #AABEA0.


I love getcolorcode.com

Triadic colors

1 #5F5541 and #415F55 with #55415F are triadic colors.

2 #5F4155 and #41555F with #55415F are triadic colors.