COLOR #555964

HEX: #555964
RGB: (85,89,100)

Color info

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

RGB color model

#555964 color RGB value is (85,89,100).

  • red value is 85;
  • green value is 89;
  • blue value is 100.
RGB:
(85,89,100)
(33%,35%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 100 of 255 = 39%

85
89
100

R + G + B ~ 36%. #555964 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 100 = 274 (100%)
R 85 of 274 ~ 31.02%
G 89 of 274 ~ 32.48%
B 100 of 274 ~ 36.5%

%31.02
%32.48
%36.5

CMYK color model

#555964 color CMYK value is (15,11,0,61).

  • cyan value is 15.00%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(15,11,0,61)
C15M11Y0K61 
(15%,11%,0%,61%)
(0.15/0.11/0.00/0.61)	

CMYK percentages

%15
%11
%0
%60.78

Codes

Color #555964 in popluar color models

555964
RGB8589100
HSL224°8.11%36.27%
HSB/HSV224°15.00%39.22%
CMYK15.00%11.00%0.00%
60.78%

Color #555964 in popluar number systems.

HEX555964
Decimal8589100
Binary101010110110011100100
Octal125131144

Shades and tints

Shades of #555964

#555964
(85,89,100)
#4E515B
(78,81,91)
#474952
(71,73,82)
#404149
(64,65,73)
#393940
(57,57,64)
#323137
(50,49,55)
#2B292E
(43,41,46)
#242125
(36,33,37)
#1D191C
(29,25,28)
#161113
(22,17,19)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #555964

#555964
(85,89,100)
#646872
(100,104,114)
#737780
(115,119,128)
#82868E
(130,134,142)
#91959C
(145,149,156)
#A0A4AA
(160,164,170)
#AFB3B8
(175,179,184)
#BEC2C6
(190,194,198)
#CDD1D4
(205,209,212)
#DCE0E2
(220,224,226)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555964 color. Also use rgb(85,89,100) instead hex code.

Text Font Color

.myTextColor { color: #555964; }

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

This text font color is #555964.


Background Color

.myBgColor { background-color: #555964; }

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

This div background color is #555964.


Border color

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

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

This div border color is #555964.


Opacity

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

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

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

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

This text has shadow with #555964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555964 on black background.


Color preview on white background

This text has color #555964 on white background.



Black color preview on #555964 background

This text has black color on #555964 background.


White color preview on #555964 background

This text has white color on #555964 background.