COLOR #555773

HEX: #555773 RGB: (85,87,115)

Color info

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

RGB color model

#555773 color RGB value is (85,87,115).

RGB: (85,87,115) (33%, 34%, 45%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 115 of 255 = 45%

85
87
115

R + G + B ~ 37%. #555773 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 87 + 115 = 287 (100%)
R 85 of 287 ~ 29.62%
G 87 of 287 ~ 30.31%
B 115 of 287 ~ 40.07'%

%29.62
%30.31
%40.07

CMYK color model

#555773 color CMYK value is (26,24,0,55).

  • cyan value is 26.09%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (26,24,0,55)
C26M24Y0K55 (26%, 24%, 0%, 55%)
(0.26 / 0.24 / 0.00 / 0.55)

CMYK percentages

%26.09
%24.35
%0
%54.9

Codes

Color #555773 in popluar color models

55 57 73
RGB 85 87 115
HSL 236° 15.00% 39.22%
HSB/HSV 236° 26.09% 45.10%
CMYK 26.09% 24.35% 0.00%
54.90%

Color #555773 in popluar number systems.

HEX 55 57 73
Decimal 85 87 115
Binary 1010101 1010111 1110011
Octal 125 127 163

Shades and tints

Shades of #555773

#555773
(85,87,115)
#4E5069
(78,80,105)
#47495F
(71,73,95)
#404255
(64,66,85)
#393B4B
(57,59,75)
#323441
(50,52,65)
#2B2D37
(43,45,55)
#24262D
(36,38,45)
#1D1F23
(29,31,35)
#161819
(22,24,25)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #555773

#555773
(85,87,115)
#64667F
(100,102,127)
#73758B
(115,117,139)
#828497
(130,132,151)
#9193A3
(145,147,163)
#A0A2AF
(160,162,175)
#AFB1BB
(175,177,187)
#BEC0C7
(190,192,199)
#CDCFD3
(205,207,211)
#DCDEDF
(220,222,223)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555773 color. Also use rgb(85,87,115) instead hex code.

Text Font Color

.myTextColor { color: #555773; }

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

This text font color is #555773.

Background Color

.myBgColor { background-color: #555773; }

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

This div background color is #555773.

Border color

.myBorderColor { border: 1px solid #555773; }

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

This div border color is #555773.

Opacity

.myOpacity80 { color: #555773; opacity: 0.8; }

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

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

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

This text has shadow with #555773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555773.

Preview

Color preview on black background

This text has color #555773 on black background.


Color preview on white background

This text has color #555773 on white background.


Black color preview on #555773 background

This text has black color on #555773 background.


White color preview on #555773 background

This text has white color on #555773 background.


Related colors

Complementary color

Complementary color for #hex is #AAA88C.


I love getcolorcode.com

Triadic colors

1 #735557 and #577355 with #555773 are triadic colors.

2 #735755 and #575573 with #555773 are triadic colors.