COLOR #555A56

HEX: #555A56
RGB: (85,90,86)

Color info

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

RGB color model

#555A56 color RGB value is (85,90,86).

  • red value is 85;
  • green value is 90;
  • blue value is 86.
RGB:
(85,90,86)
(33%,35%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 86 of 255 = 34%

85
90
86

R + G + B ~ 34%. #555A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 86 = 261 (100%)
R 85 of 261 ~ 32.57%
G 90 of 261 ~ 34.48%
B 86 of 261 ~ 32.95%

%32.57
%34.48
%32.95

CMYK color model

#555A56 color CMYK value is (6,0,4,65).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 64.71%
CMYK:
(6,0,4,65)
C6M0Y4K65 
(6%,0%,4%,65%)
(0.06/0.00/0.04/0.65)	

CMYK percentages

%5.56
%0
%4.44
%64.71

Codes

Color #555A56 in popluar color models

555A56
RGB859086
HSL132°2.86%34.31%
HSB/HSV132°5.56%35.29%
CMYK5.56%0.00%4.44%
64.71%

Color #555A56 in popluar number systems.

HEX555A56
Decimal859086
Binary101010110110101010110
Octal125132126

Shades and tints

Shades of #555A56

#555A56
(85,90,86)
#4E524F
(78,82,79)
#474A48
(71,74,72)
#404241
(64,66,65)
#393A3A
(57,58,58)
#323233
(50,50,51)
#2B2A2C
(43,42,44)
#242225
(36,34,37)
#1D1A1E
(29,26,30)
#161217
(22,18,23)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #555A56

#555A56
(85,90,86)
#646965
(100,105,101)
#737874
(115,120,116)
#828783
(130,135,131)
#919692
(145,150,146)
#A0A5A1
(160,165,161)
#AFB4B0
(175,180,176)
#BEC3BF
(190,195,191)
#CDD2CE
(205,210,206)
#DCE1DD
(220,225,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555A56 color. Also use rgb(85,90,86) instead hex code.

Text Font Color

.myTextColor { color: #555A56; }

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

This text font color is #555A56.


Background Color

.myBgColor { background-color: #555A56; }

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

This div background color is #555A56.


Border color

.myBorderColor { border: 1px solid #555A56; }

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

This div border color is #555A56.


Opacity

.myOpacity80 { color: #555A56; opacity: 0.8; }

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

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

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

This text has shadow with #555A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A56 on black background.


Color preview on white background

This text has color #555A56 on white background.



Black color preview on #555A56 background

This text has black color on #555A56 background.


White color preview on #555A56 background

This text has white color on #555A56 background.