COLOR #55547A

HEX: #55547A RGB: (85,84,122)

Color info

#55547A contains red, green and blue colors in about the same proportion. Web safe color of #55547A is #666666 (or #666).

RGB color model

#55547A color RGB value is (85,84,122).

RGB: (85,84,122) (33%, 33%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 122 of 255 = 48%

85
84
122

R + G + B ~ 38%. #55547A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 84 + 122 = 291 (100%)
R 85 of 291 ~ 29.21%
G 84 of 291 ~ 28.87%
B 122 of 291 ~ 41.92'%

%29.21
%28.87
%41.92

CMYK color model

#55547A color CMYK value is (30,31,0,52).

  • cyan value is 30.33%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (30,31,0,52)
C30M31Y0K52 (30%, 31%, 0%, 52%)
(0.30 / 0.31 / 0.00 / 0.52)

CMYK percentages

%30.33
%31.15
%0
%52.16

Codes

Color #55547A in popluar color models

55 54 7A
RGB 85 84 122
HSL 242° 18.45% 40.39%
HSB/HSV 242° 31.15% 47.84%
CMYK 30.33% 31.15% 0.00%
52.16%

Color #55547A in popluar number systems.

HEX 55 54 7A
Decimal 85 84 122
Binary 1010101 1010100 1111010
Octal 125 124 172

Shades and tints

Shades of #55547A

#55547A
(85,84,122)
#4E4D6F
(78,77,111)
#474664
(71,70,100)
#403F59
(64,63,89)
#39384E
(57,56,78)
#323143
(50,49,67)
#2B2A38
(43,42,56)
#24232D
(36,35,45)
#1D1C22
(29,28,34)
#161517
(22,21,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #55547A

#55547A
(85,84,122)
#646386
(100,99,134)
#737292
(115,114,146)
#82819E
(130,129,158)
#9190AA
(145,144,170)
#A09FB6
(160,159,182)
#AFAEC2
(175,174,194)
#BEBDCE
(190,189,206)
#CDCCDA
(205,204,218)
#DCDBE6
(220,219,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55547A color. Also use rgb(85,84,122) instead hex code.

Text Font Color

.myTextColor { color: #55547A; }

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

This text font color is #55547A.

Background Color

.myBgColor { background-color: #55547A; }

<div style="background-color:#55547A">Inner text</div>

This div background color is #55547A.

Border color

.myBorderColor { border: 1px solid #55547A; }

<div style="border:3px solid #55547A">Div</div>

This div border color is #55547A.

Opacity

.myOpacity80 { color: #55547A; opacity: 0.8; }

<p style="color:#55547A;opacity:0.8;">80%</p>

Text with #55547A 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 #55547A;}

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

This text has shadow with #55547A color.


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

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

This text has shadow with #55547A primary color and red secondary color.


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

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

This text has shadow with #55547A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55547A.

Preview

Color preview on black background

This text has color #55547A on black background.


Color preview on white background

This text has color #55547A on white background.


Black color preview on #55547A background

This text has black color on #55547A background.


White color preview on #55547A background

This text has white color on #55547A background.


Related colors

Complementary color

Complementary color for #hex is #AAAB85.


I love getcolorcode.com

Triadic colors

1 #7A5554 and #547A55 with #55547A are triadic colors.

2 #7A5455 and #54557A with #55547A are triadic colors.