COLOR #55456F

HEX: #55456F RGB: (85,69,111)

Color info

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

RGB color model

#55456F color RGB value is (85,69,111).

RGB: (85,69,111) (33%, 27%, 44%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 111 of 255 = 44%

85
69
111

R + G + B ~ 35%. #55456F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 69 + 111 = 265 (100%)
R 85 of 265 ~ 32.08%
G 69 of 265 ~ 26.04%
B 111 of 265 ~ 41.89'%

%32.08
%26.04
%41.89

CMYK color model

#55456F color CMYK value is (23,38,0,56).

  • cyan value is 23.42%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (23,38,0,56)
C23M38Y0K56 (23%, 38%, 0%, 56%)
(0.23 / 0.38 / 0.00 / 0.56)

CMYK percentages

%23.42
%37.84
%0
%56.47

Codes

Color #55456F in popluar color models

55 45 6F
RGB 85 69 111
HSL 263° 23.33% 35.29%
HSB/HSV 263° 37.84% 43.53%
CMYK 23.42% 37.84% 0.00%
56.47%

Color #55456F in popluar number systems.

HEX 55 45 6F
Decimal 85 69 111
Binary 1010101 1000101 1101111
Octal 125 105 157

Shades and tints

Shades of #55456F

#55456F
(85,69,111)
#4E3F65
(78,63,101)
#47395B
(71,57,91)
#403351
(64,51,81)
#392D47
(57,45,71)
#32273D
(50,39,61)
#2B2133
(43,33,51)
#241B29
(36,27,41)
#1D151F
(29,21,31)
#160F15
(22,15,21)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #55456F

#55456F
(85,69,111)
#64557C
(100,85,124)
#736589
(115,101,137)
#827596
(130,117,150)
#9185A3
(145,133,163)
#A095B0
(160,149,176)
#AFA5BD
(175,165,189)
#BEB5CA
(190,181,202)
#CDC5D7
(205,197,215)
#DCD5E4
(220,213,228)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55456F color. Also use rgb(85,69,111) instead hex code.

Text Font Color

.myTextColor { color: #55456F; }

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

This text font color is #55456F.

Background Color

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

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

This div background color is #55456F.

Border color

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

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

This div border color is #55456F.

Opacity

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

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

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

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

This text has shadow with #55456F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55456F.

Preview

Color preview on black background

This text has color #55456F on black background.


Color preview on white background

This text has color #55456F on white background.


Black color preview on #55456F background

This text has black color on #55456F background.


White color preview on #55456F background

This text has white color on #55456F background.


Related colors

Complementary color

Complementary color for #hex is #AABA90.


I love getcolorcode.com

Triadic colors

1 #6F5545 and #456F55 with #55456F are triadic colors.

2 #6F4555 and #45556F with #55456F are triadic colors.