COLOR #555E68

HEX: #555E68
RGB: (85,94,104)

Color info

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

RGB color model

#555E68 color RGB value is (85,94,104).

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

RGB channels and saturation

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

85
94
104

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 104 = 283 (100%)
R 85 of 283 ~ 30.04%
G 94 of 283 ~ 33.22%
B 104 of 283 ~ 36.75%

%30.04
%33.22
%36.75

CMYK color model

#555E68 color CMYK value is (18,10,0,59).

  • cyan value is 18.27%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(18,10,0,59)
C18M10Y0K59 
(18%,10%,0%,59%)
(0.18/0.10/0.00/0.59)	

CMYK percentages

%18.27
%9.62
%0
%59.22

Codes

Color #555E68 in popluar color models

555E68
RGB8594104
HSL212°10.05%37.06%
HSB/HSV212°18.27%40.78%
CMYK18.27%9.62%0.00%
59.22%

Color #555E68 in popluar number systems.

HEX555E68
Decimal8594104
Binary101010110111101101000
Octal125136150

Shades and tints

Shades of #555E68

#555E68
(85,94,104)
#4E565F
(78,86,95)
#474E56
(71,78,86)
#40464D
(64,70,77)
#393E44
(57,62,68)
#32363B
(50,54,59)
#2B2E32
(43,46,50)
#242629
(36,38,41)
#1D1E20
(29,30,32)
#161617
(22,22,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #555E68

#555E68
(85,94,104)
#646C75
(100,108,117)
#737A82
(115,122,130)
#82888F
(130,136,143)
#91969C
(145,150,156)
#A0A4A9
(160,164,169)
#AFB2B6
(175,178,182)
#BEC0C3
(190,192,195)
#CDCED0
(205,206,208)
#DCDCDD
(220,220,221)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E68; }

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

This text font color is #555E68.


Background Color

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

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

This div background color is #555E68.


Border color

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

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

This div border color is #555E68.


Opacity

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

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

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

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

This text has shadow with #555E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E68 on black background.


Color preview on white background

This text has color #555E68 on white background.



Black color preview on #555E68 background

This text has black color on #555E68 background.


White color preview on #555E68 background

This text has white color on #555E68 background.