COLOR #555D66

HEX: #555D66
RGB: (85,93,102)

Color info

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

RGB color model

#555D66 color RGB value is (85,93,102).

  • red value is 85;
  • green value is 93;
  • blue value is 102.
RGB:
(85,93,102)
(33%,36%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 102 of 255 = 40%

85
93
102

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

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 102 = 280 (100%)
R 85 of 280 ~ 30.36%
G 93 of 280 ~ 33.21%
B 102 of 280 ~ 36.43%

%30.36
%33.21
%36.43

CMYK color model

#555D66 color CMYK value is (17,9,0,60).

  • cyan value is 16.67%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(17,9,0,60)
C17M9Y0K60 
(17%,9%,0%,60%)
(0.17/0.09/0.00/0.60)	

CMYK percentages

%16.67
%8.82
%0
%60

Codes

Color #555D66 in popluar color models

555D66
RGB8593102
HSL212°9.09%36.67%
HSB/HSV212°16.67%40.00%
CMYK16.67%8.82%0.00%
60.00%

Color #555D66 in popluar number systems.

HEX555D66
Decimal8593102
Binary101010110111011100110
Octal125135146

Shades and tints

Shades of #555D66

#555D66
(85,93,102)
#4E555D
(78,85,93)
#474D54
(71,77,84)
#40454B
(64,69,75)
#393D42
(57,61,66)
#323539
(50,53,57)
#2B2D30
(43,45,48)
#242527
(36,37,39)
#1D1D1E
(29,29,30)
#161515
(22,21,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #555D66

#555D66
(85,93,102)
#646B73
(100,107,115)
#737980
(115,121,128)
#82878D
(130,135,141)
#91959A
(145,149,154)
#A0A3A7
(160,163,167)
#AFB1B4
(175,177,180)
#BEBFC1
(190,191,193)
#CDCDCE
(205,205,206)
#DCDBDB
(220,219,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D66 color. Also use rgb(85,93,102) instead hex code.

Text Font Color

.myTextColor { color: #555D66; }

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

This text font color is #555D66.


Background Color

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

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

This div background color is #555D66.


Border color

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

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

This div border color is #555D66.


Opacity

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

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

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

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

This text has shadow with #555D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D66 on black background.


Color preview on white background

This text has color #555D66 on white background.



Black color preview on #555D66 background

This text has black color on #555D66 background.


White color preview on #555D66 background

This text has white color on #555D66 background.