COLOR #555C69

HEX: #555C69
RGB: (85,92,105)

Color info

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

RGB color model

#555C69 color RGB value is (85,92,105).

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

RGB channels and saturation

R 85 of 255 = 33%
G 92 of 255 = 36%
B 105 of 255 = 41%

85
92
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 92 + 105 = 282 (100%)
R 85 of 282 ~ 30.14%
G 92 of 282 ~ 32.62%
B 105 of 282 ~ 37.23%

%30.14
%32.62
%37.23

CMYK color model

#555C69 color CMYK value is (19,12,0,59).

  • cyan value is 19.05%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(19,12,0,59)
C19M12Y0K59 
(19%,12%,0%,59%)
(0.19/0.12/0.00/0.59)	

CMYK percentages

%19.05
%12.38
%0
%58.82

Codes

Color #555C69 in popluar color models

555C69
RGB8592105
HSL219°10.53%37.25%
HSB/HSV219°19.05%41.18%
CMYK19.05%12.38%0.00%
58.82%

Color #555C69 in popluar number systems.

HEX555C69
Decimal8592105
Binary101010110111001101001
Octal125134151

Shades and tints

Shades of #555C69

#555C69
(85,92,105)
#4E5460
(78,84,96)
#474C57
(71,76,87)
#40444E
(64,68,78)
#393C45
(57,60,69)
#32343C
(50,52,60)
#2B2C33
(43,44,51)
#24242A
(36,36,42)
#1D1C21
(29,28,33)
#161418
(22,20,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #555C69

#555C69
(85,92,105)
#646A76
(100,106,118)
#737883
(115,120,131)
#828690
(130,134,144)
#91949D
(145,148,157)
#A0A2AA
(160,162,170)
#AFB0B7
(175,176,183)
#BEBEC4
(190,190,196)
#CDCCD1
(205,204,209)
#DCDADE
(220,218,222)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555C69; }

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

This text font color is #555C69.


Background Color

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

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

This div background color is #555C69.


Border color

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

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

This div border color is #555C69.


Opacity

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

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

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

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

This text has shadow with #555C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555C69 on black background.


Color preview on white background

This text has color #555C69 on white background.



Black color preview on #555C69 background

This text has black color on #555C69 background.


White color preview on #555C69 background

This text has white color on #555C69 background.