COLOR #55655A

HEX: #55655A RGB: (85,101,90)

Color info

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

RGB color model

#55655A color RGB value is (85,101,90).

RGB: (85,101,90) (33%, 40%, 35%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 90 of 255 = 35%

85
101
90

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

Portions of RGB colors in percentages

R + G + B = 85 + 101 + 90 = 276 (100%)
R 85 of 276 ~ 30.8%
G 101 of 276 ~ 36.59%
B 90 of 276 ~ 32.61'%

%30.8
%36.59
%32.61

CMYK color model

#55655A color CMYK value is (16,0,11,60).

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

CMYK: (16,0,11,60)
C16M0Y11K60 (16%, 0%, 11%, 60%)
(0.16 / 0.00 / 0.11 / 0.60)

CMYK percentages

%15.84
%0
%10.89
%60.39

Codes

Color #55655A in popluar color models

55 65 5A
RGB 85 101 90
HSL 139° 8.60% 36.47%
HSB/HSV 139° 15.84% 39.61%
CMYK 15.84% 0.00% 10.89%
60.39%

Color #55655A in popluar number systems.

HEX 55 65 5A
Decimal 85 101 90
Binary 1010101 1100101 1011010
Octal 125 145 132

Shades and tints

Shades of #55655A

#55655A
(85,101,90)
#4E5C52
(78,92,82)
#47534A
(71,83,74)
#404A42
(64,74,66)
#39413A
(57,65,58)
#323832
(50,56,50)
#2B2F2A
(43,47,42)
#242622
(36,38,34)
#1D1D1A
(29,29,26)
#161412
(22,20,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #55655A

#55655A
(85,101,90)
#647369
(100,115,105)
#738178
(115,129,120)
#828F87
(130,143,135)
#919D96
(145,157,150)
#A0ABA5
(160,171,165)
#AFB9B4
(175,185,180)
#BEC7C3
(190,199,195)
#CDD5D2
(205,213,210)
#DCE3E1
(220,227,225)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55655A; }

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

This text font color is #55655A.

Background Color

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

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

This div background color is #55655A.

Border color

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

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

This div border color is #55655A.

Opacity

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

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

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

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

This text has shadow with #55655A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55655A.

Preview

Color preview on black background

This text has color #55655A on black background.


Color preview on white background

This text has color #55655A on white background.


Black color preview on #55655A background

This text has black color on #55655A background.


White color preview on #55655A background

This text has white color on #55655A background.


Related colors

Complementary color

Complementary color for #hex is #AA9AA5.


I love getcolorcode.com

Triadic colors

1 #5A5565 and #655A55 with #55655A are triadic colors.

2 #5A6555 and #65555A with #55655A are triadic colors.