COLOR #555B6D

HEX: #555B6D
RGB: (85,91,109)

Color info

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

RGB color model

#555B6D color RGB value is (85,91,109).

  • red value is 85;
  • green value is 91;
  • blue value is 109.
RGB:
(85,91,109)
(33%,36%,43%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 109 of 255 = 43%

85
91
109

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

Portions of RGB colors in percentages

R + G + B =
85 + 91 + 109 = 285 (100%)
R 85 of 285 ~ 29.82%
G 91 of 285 ~ 31.93%
B 109 of 285 ~ 38.25%

%29.82
%31.93
%38.25

CMYK color model

#555B6D color CMYK value is (22,17,0,57).

  • cyan value is 22.02%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(22,17,0,57)
C22M17Y0K57 
(22%,17%,0%,57%)
(0.22/0.17/0.00/0.57)	

CMYK percentages

%22.02
%16.51
%0
%57.25

Codes

Color #555B6D in popluar color models

555B6D
RGB8591109
HSL225°12.37%38.04%
HSB/HSV225°22.02%42.75%
CMYK22.02%16.51%0.00%
57.25%

Color #555B6D in popluar number systems.

HEX555B6D
Decimal8591109
Binary101010110110111101101
Octal125133155

Shades and tints

Shades of #555B6D

#555B6D
(85,91,109)
#4E5364
(78,83,100)
#474B5B
(71,75,91)
#404352
(64,67,82)
#393B49
(57,59,73)
#323340
(50,51,64)
#2B2B37
(43,43,55)
#24232E
(36,35,46)
#1D1B25
(29,27,37)
#16131C
(22,19,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #555B6D

#555B6D
(85,91,109)
#64697A
(100,105,122)
#737787
(115,119,135)
#828594
(130,133,148)
#9193A1
(145,147,161)
#A0A1AE
(160,161,174)
#AFAFBB
(175,175,187)
#BEBDC8
(190,189,200)
#CDCBD5
(205,203,213)
#DCD9E2
(220,217,226)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555B6D color. Also use rgb(85,91,109) instead hex code.

Text Font Color

.myTextColor { color: #555B6D; }

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

This text font color is #555B6D.


Background Color

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

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

This div background color is #555B6D.


Border color

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

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

This div border color is #555B6D.


Opacity

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

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

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

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

This text has shadow with #555B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555B6D on black background.


Color preview on white background

This text has color #555B6D on white background.



Black color preview on #555B6D background

This text has black color on #555B6D background.


White color preview on #555B6D background

This text has white color on #555B6D background.