COLOR #555969

HEX: #555969
RGB: (85,89,105)

Color info

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

RGB color model

#555969 color RGB value is (85,89,105).

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

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 105 of 255 = 41%

85
89
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 105 = 279 (100%)
R 85 of 279 ~ 30.47%
G 89 of 279 ~ 31.9%
B 105 of 279 ~ 37.63%

%30.47
%31.9
%37.63

CMYK color model

#555969 color CMYK value is (19,15,0,59).

  • cyan value is 19.05%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(19,15,0,59)
C19M15Y0K59 
(19%,15%,0%,59%)
(0.19/0.15/0.00/0.59)	

CMYK percentages

%19.05
%15.24
%0
%58.82

Codes

Color #555969 in popluar color models

555969
RGB8589105
HSL228°10.53%37.25%
HSB/HSV228°19.05%41.18%
CMYK19.05%15.24%0.00%
58.82%

Color #555969 in popluar number systems.

HEX555969
Decimal8589105
Binary101010110110011101001
Octal125131151

Shades and tints

Shades of #555969

#555969
(85,89,105)
#4E5160
(78,81,96)
#474957
(71,73,87)
#40414E
(64,65,78)
#393945
(57,57,69)
#32313C
(50,49,60)
#2B2933
(43,41,51)
#24212A
(36,33,42)
#1D1921
(29,25,33)
#161118
(22,17,24)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #555969

#555969
(85,89,105)
#646876
(100,104,118)
#737783
(115,119,131)
#828690
(130,134,144)
#91959D
(145,149,157)
#A0A4AA
(160,164,170)
#AFB3B7
(175,179,183)
#BEC2C4
(190,194,196)
#CDD1D1
(205,209,209)
#DCE0DE
(220,224,222)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555969; }

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

This text font color is #555969.


Background Color

.myBgColor { background-color: #555969; }

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

This div background color is #555969.


Border color

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

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

This div border color is #555969.


Opacity

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

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

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

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

This text has shadow with #555969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555969 on black background.


Color preview on white background

This text has color #555969 on white background.



Black color preview on #555969 background

This text has black color on #555969 background.


White color preview on #555969 background

This text has white color on #555969 background.