COLOR #55655B

HEX: #55655B RGB: (85,101,91)

Color info

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

RGB color model

#55655B color RGB value is (85,101,91).

RGB: (85,101,91) (33%, 40%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 91 of 255 = 36%

85
101
91

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

Portions of RGB colors in percentages

R + G + B = 85 + 101 + 91 = 277 (100%)
R 85 of 277 ~ 30.69%
G 101 of 277 ~ 36.46%
B 91 of 277 ~ 32.85'%

%30.69
%36.46
%32.85

CMYK color model

#55655B color CMYK value is (16,0,10,60).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 60.39%

CMYK: (16,0,10,60)
C16M0Y10K60 (16%, 0%, 10%, 60%)
(0.16 / 0.00 / 0.10 / 0.60)

CMYK percentages

%15.84
%0
%9.9
%60.39

Codes

Color #55655B in popluar color models

55 65 5B
RGB 85 101 91
HSL 143° 8.60% 36.47%
HSB/HSV 143° 15.84% 39.61%
CMYK 15.84% 0.00% 9.90%
60.39%

Color #55655B in popluar number systems.

HEX 55 65 5B
Decimal 85 101 91
Binary 1010101 1100101 1011011
Octal 125 145 133

Shades and tints

Shades of #55655B

#55655B
(85,101,91)
#4E5C53
(78,92,83)
#47534B
(71,83,75)
#404A43
(64,74,67)
#39413B
(57,65,59)
#323833
(50,56,51)
#2B2F2B
(43,47,43)
#242623
(36,38,35)
#1D1D1B
(29,29,27)
#161413
(22,20,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #55655B

#55655B
(85,101,91)
#647369
(100,115,105)
#738177
(115,129,119)
#828F85
(130,143,133)
#919D93
(145,157,147)
#A0ABA1
(160,171,161)
#AFB9AF
(175,185,175)
#BEC7BD
(190,199,189)
#CDD5CB
(205,213,203)
#DCE3D9
(220,227,217)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55655B color. Also use rgb(85,101,91) instead hex code.

Text Font Color

.myTextColor { color: #55655B; }

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

This text font color is #55655B.

Background Color

.myBgColor { background-color: #55655B; }

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

This div background color is #55655B.

Border color

.myBorderColor { border: 1px solid #55655B; }

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

This div border color is #55655B.

Opacity

.myOpacity80 { color: #55655B; opacity: 0.8; }

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

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

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

This text has shadow with #55655B color.


.textShadow {text-shadow: 3px 3px 1px #55655B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55655B; -webkit-box-shadow: 1px 1px 3px 2px #55655B; box-shadow:1px 1px 3px 2px #55655B;">
Div content here
</div>

This div box has shadow with color #55655B.

Preview

Color preview on black background

This text has color #55655B on black background.


Color preview on white background

This text has color #55655B on white background.


Black color preview on #55655B background

This text has black color on #55655B background.


White color preview on #55655B background

This text has white color on #55655B background.


Related colors

Complementary color

Complementary color for #hex is #AA9AA4.


I love getcolorcode.com

Triadic colors

1 #5B5565 and #655B55 with #55655B are triadic colors.

2 #5B6555 and #65555B with #55655B are triadic colors.