COLOR #555669

HEX: #555669
RGB: (85,86,105)

Color info

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

RGB color model

#555669 color RGB value is (85,86,105).

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

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 105 of 255 = 41%

85
86
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 105 = 276 (100%)
R 85 of 276 ~ 30.8%
G 86 of 276 ~ 31.16%
B 105 of 276 ~ 38.04%

%30.8
%31.16
%38.04

CMYK color model

#555669 color CMYK value is (19,18,0,59).

  • cyan value is 19.05%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(19,18,0,59)
C19M18Y0K59 
(19%,18%,0%,59%)
(0.19/0.18/0.00/0.59)	

CMYK percentages

%19.05
%18.1
%0
%58.82

Codes

Color #555669 in popluar color models

555669
RGB8586105
HSL237°10.53%37.25%
HSB/HSV237°19.05%41.18%
CMYK19.05%18.10%0.00%
58.82%

Color #555669 in popluar number systems.

HEX555669
Decimal8586105
Binary101010110101101101001
Octal125126151

Shades and tints

Shades of #555669

#555669
(85,86,105)
#4E4F60
(78,79,96)
#474857
(71,72,87)
#40414E
(64,65,78)
#393A45
(57,58,69)
#32333C
(50,51,60)
#2B2C33
(43,44,51)
#24252A
(36,37,42)
#1D1E21
(29,30,33)
#161718
(22,23,24)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #555669

#555669
(85,86,105)
#646576
(100,101,118)
#737483
(115,116,131)
#828390
(130,131,144)
#91929D
(145,146,157)
#A0A1AA
(160,161,170)
#AFB0B7
(175,176,183)
#BEBFC4
(190,191,196)
#CDCED1
(205,206,209)
#DCDDDE
(220,221,222)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555669; }

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

This text font color is #555669.


Background Color

.myBgColor { background-color: #555669; }

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

This div background color is #555669.


Border color

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

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

This div border color is #555669.


Opacity

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

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

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

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

This text has shadow with #555669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555669 on black background.


Color preview on white background

This text has color #555669 on white background.



Black color preview on #555669 background

This text has black color on #555669 background.


White color preview on #555669 background

This text has white color on #555669 background.