COLOR #555A54

HEX: #555A54
RGB: (85,90,84)

Color info

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

RGB color model

#555A54 color RGB value is (85,90,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 84 of 255 = 33%

85
90
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 84 = 259 (100%)
R 85 of 259 ~ 32.82%
G 90 of 259 ~ 34.75%
B 84 of 259 ~ 32.43%

%32.82
%34.75
%32.43

CMYK color model

#555A54 color CMYK value is (6,0,7,65).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 64.71%
CMYK:
(6,0,7,65)
C6M0Y7K65 
(6%,0%,7%,65%)
(0.06/0.00/0.07/0.65)	

CMYK percentages

%5.56
%0
%6.67
%64.71

Codes

Color #555A54 in popluar color models

555A54
RGB859084
HSL110°3.45%34.12%
HSB/HSV110°6.67%35.29%
CMYK5.56%0.00%6.67%
64.71%

Color #555A54 in popluar number systems.

HEX555A54
Decimal859084
Binary101010110110101010100
Octal125132124

Shades and tints

Shades of #555A54

#555A54
(85,90,84)
#4E524D
(78,82,77)
#474A46
(71,74,70)
#40423F
(64,66,63)
#393A38
(57,58,56)
#323231
(50,50,49)
#2B2A2A
(43,42,42)
#242223
(36,34,35)
#1D1A1C
(29,26,28)
#161215
(22,18,21)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #555A54

#555A54
(85,90,84)
#646963
(100,105,99)
#737872
(115,120,114)
#828781
(130,135,129)
#919690
(145,150,144)
#A0A59F
(160,165,159)
#AFB4AE
(175,180,174)
#BEC3BD
(190,195,189)
#CDD2CC
(205,210,204)
#DCE1DB
(220,225,219)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A54; }

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

This text font color is #555A54.


Background Color

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

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

This div background color is #555A54.


Border color

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

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

This div border color is #555A54.


Opacity

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

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

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

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

This text has shadow with #555A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A54 on black background.


Color preview on white background

This text has color #555A54 on white background.



Black color preview on #555A54 background

This text has black color on #555A54 background.


White color preview on #555A54 background

This text has white color on #555A54 background.