COLOR #555E69

HEX: #555E69
RGB: (85,94,105)

Color info

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

RGB color model

#555E69 color RGB value is (85,94,105).

  • red value is 85;
  • green value is 94;
  • blue value is 105.
RGB:
(85,94,105)
(33%,37%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 105 of 255 = 41%

85
94
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 105 = 284 (100%)
R 85 of 284 ~ 29.93%
G 94 of 284 ~ 33.1%
B 105 of 284 ~ 36.97%

%29.93
%33.1
%36.97

CMYK color model

#555E69 color CMYK value is (19,10,0,59).

  • cyan value is 19.05%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(19,10,0,59)
C19M10Y0K59 
(19%,10%,0%,59%)
(0.19/0.10/0.00/0.59)	

CMYK percentages

%19.05
%10.48
%0
%58.82

Codes

Color #555E69 in popluar color models

555E69
RGB8594105
HSL213°10.53%37.25%
HSB/HSV213°19.05%41.18%
CMYK19.05%10.48%0.00%
58.82%

Color #555E69 in popluar number systems.

HEX555E69
Decimal8594105
Binary101010110111101101001
Octal125136151

Shades and tints

Shades of #555E69

#555E69
(85,94,105)
#4E5660
(78,86,96)
#474E57
(71,78,87)
#40464E
(64,70,78)
#393E45
(57,62,69)
#32363C
(50,54,60)
#2B2E33
(43,46,51)
#24262A
(36,38,42)
#1D1E21
(29,30,33)
#161618
(22,22,24)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #555E69

#555E69
(85,94,105)
#646C76
(100,108,118)
#737A83
(115,122,131)
#828890
(130,136,144)
#91969D
(145,150,157)
#A0A4AA
(160,164,170)
#AFB2B7
(175,178,183)
#BEC0C4
(190,192,196)
#CDCED1
(205,206,209)
#DCDCDE
(220,220,222)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555E69 color. Also use rgb(85,94,105) instead hex code.

Text Font Color

.myTextColor { color: #555E69; }

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

This text font color is #555E69.


Background Color

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

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

This div background color is #555E69.


Border color

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

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

This div border color is #555E69.


Opacity

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

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

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

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

This text has shadow with #555E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E69 on black background.


Color preview on white background

This text has color #555E69 on white background.



Black color preview on #555E69 background

This text has black color on #555E69 background.


White color preview on #555E69 background

This text has white color on #555E69 background.