COLOR #55626C

HEX: #55626C RGB: (85,98,108)

Color info

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

RGB color model

#55626C color RGB value is (85,98,108).

RGB: (85,98,108) (33%, 38%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 108 of 255 = 42%

85
98
108

R + G + B ~ 38%. #55626C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 98 + 108 = 291 (100%)
R 85 of 291 ~ 29.21%
G 98 of 291 ~ 33.68%
B 108 of 291 ~ 37.11'%

%29.21
%33.68
%37.11

CMYK color model

#55626C color CMYK value is (21,9,0,58).

  • cyan value is 21.30%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (21,9,0,58)
C21M9Y0K58 (21%, 9%, 0%, 58%)
(0.21 / 0.09 / 0.00 / 0.58)

CMYK percentages

%21.3
%9.26
%0
%57.65

Codes

Color #55626C in popluar color models

55 62 6C
RGB 85 98 108
HSL 206° 11.92% 37.84%
HSB/HSV 206° 21.30% 42.35%
CMYK 21.30% 9.26% 0.00%
57.65%

Color #55626C in popluar number systems.

HEX 55 62 6C
Decimal 85 98 108
Binary 1010101 1100010 1101100
Octal 125 142 154

Shades and tints

Shades of #55626C

#55626C
(85,98,108)
#4E5A63
(78,90,99)
#47525A
(71,82,90)
#404A51
(64,74,81)
#394248
(57,66,72)
#323A3F
(50,58,63)
#2B3236
(43,50,54)
#242A2D
(36,42,45)
#1D2224
(29,34,36)
#161A1B
(22,26,27)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #55626C

#55626C
(85,98,108)
#647079
(100,112,121)
#737E86
(115,126,134)
#828C93
(130,140,147)
#919AA0
(145,154,160)
#A0A8AD
(160,168,173)
#AFB6BA
(175,182,186)
#BEC4C7
(190,196,199)
#CDD2D4
(205,210,212)
#DCE0E1
(220,224,225)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55626C color. Also use rgb(85,98,108) instead hex code.

Text Font Color

.myTextColor { color: #55626C; }

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

This text font color is #55626C.

Background Color

.myBgColor { background-color: #55626C; }

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

This div background color is #55626C.

Border color

.myBorderColor { border: 1px solid #55626C; }

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

This div border color is #55626C.

Opacity

.myOpacity80 { color: #55626C; opacity: 0.8; }

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

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

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

This text has shadow with #55626C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55626C.

Preview

Color preview on black background

This text has color #55626C on black background.


Color preview on white background

This text has color #55626C on white background.


Black color preview on #55626C background

This text has black color on #55626C background.


White color preview on #55626C background

This text has white color on #55626C background.


Related colors

Complementary color

Complementary color for #hex is #AA9D93.


I love getcolorcode.com

Triadic colors

1 #6C5562 and #626C55 with #55626C are triadic colors.

2 #6C6255 and #62556C with #55626C are triadic colors.