COLOR #555776

HEX: #555776
RGB: (85,87,118)

Color info

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

RGB color model

#555776 color RGB value is (85,87,118).

  • red value is 85;
  • green value is 87;
  • blue value is 118.
RGB:
(85,87,118)
(33%,34%,46%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 118 of 255 = 46%

85
87
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 118 = 290 (100%)
R 85 of 290 ~ 29.31%
G 87 of 290 ~ 30%
B 118 of 290 ~ 40.69%

%29.31
%30
%40.69

CMYK color model

#555776 color CMYK value is (28,26,0,54).

  • cyan value is 27.97%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(28,26,0,54)
C28M26Y0K54 
(28%,26%,0%,54%)
(0.28/0.26/0.00/0.54)	

CMYK percentages

%27.97
%26.27
%0
%53.73

Codes

Color #555776 in popluar color models

555776
RGB8587118
HSL236°16.26%39.80%
HSB/HSV236°27.97%46.27%
CMYK27.97%26.27%0.00%
53.73%

Color #555776 in popluar number systems.

HEX555776
Decimal8587118
Binary101010110101111110110
Octal125127166

Shades and tints

Shades of #555776

#555776
(85,87,118)
#4E506C
(78,80,108)
#474962
(71,73,98)
#404258
(64,66,88)
#393B4E
(57,59,78)
#323444
(50,52,68)
#2B2D3A
(43,45,58)
#242630
(36,38,48)
#1D1F26
(29,31,38)
#16181C
(22,24,28)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #555776

#555776
(85,87,118)
#646682
(100,102,130)
#73758E
(115,117,142)
#82849A
(130,132,154)
#9193A6
(145,147,166)
#A0A2B2
(160,162,178)
#AFB1BE
(175,177,190)
#BEC0CA
(190,192,202)
#CDCFD6
(205,207,214)
#DCDEE2
(220,222,226)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555776; }

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

This text font color is #555776.


Background Color

.myBgColor { background-color: #555776; }

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

This div background color is #555776.


Border color

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

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

This div border color is #555776.


Opacity

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

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

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

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

This text has shadow with #555776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555776 on black background.


Color preview on white background

This text has color #555776 on white background.



Black color preview on #555776 background

This text has black color on #555776 background.


White color preview on #555776 background

This text has white color on #555776 background.