COLOR #55737C

HEX: #55737C RGB: (85,115,124)

Color info

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

RGB color model

#55737C color RGB value is (85,115,124).

RGB: (85,115,124) (33%, 45%, 49%)

RGB channels and saturation

R 85 of 255 = 33%
G 115 of 255 = 45%
B 124 of 255 = 49%

85
115
124

R + G + B ~ 42%. #55737C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 115 + 124 = 324 (100%)
R 85 of 324 ~ 26.23%
G 115 of 324 ~ 35.49%
B 124 of 324 ~ 38.27'%

%26.23
%35.49
%38.27

CMYK color model

#55737C color CMYK value is (31,7,0,51).

  • cyan value is 31.45%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (31,7,0,51)
C31M7Y0K51 (31%, 7%, 0%, 51%)
(0.31 / 0.07 / 0.00 / 0.51)

CMYK percentages

%31.45
%7.26
%0
%51.37

Codes

Color #55737C in popluar color models

55 73 7C
RGB 85 115 124
HSL 194° 18.66% 40.98%
HSB/HSV 194° 31.45% 48.63%
CMYK 31.45% 7.26% 0.00%
51.37%

Color #55737C in popluar number systems.

HEX 55 73 7C
Decimal 85 115 124
Binary 1010101 1110011 1111100
Octal 125 163 174

Shades and tints

Shades of #55737C

#55737C
(85,115,124)
#4E6971
(78,105,113)
#475F66
(71,95,102)
#40555B
(64,85,91)
#394B50
(57,75,80)
#324145
(50,65,69)
#2B373A
(43,55,58)
#242D2F
(36,45,47)
#1D2324
(29,35,36)
#161919
(22,25,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #55737C

#55737C
(85,115,124)
#647F87
(100,127,135)
#738B92
(115,139,146)
#82979D
(130,151,157)
#91A3A8
(145,163,168)
#A0AFB3
(160,175,179)
#AFBBBE
(175,187,190)
#BEC7C9
(190,199,201)
#CDD3D4
(205,211,212)
#DCDFDF
(220,223,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55737C color. Also use rgb(85,115,124) instead hex code.

Text Font Color

.myTextColor { color: #55737C; }

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

This text font color is #55737C.

Background Color

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

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

This div background color is #55737C.

Border color

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

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

This div border color is #55737C.

Opacity

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

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

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

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

This text has shadow with #55737C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55737C.

Preview

Color preview on black background

This text has color #55737C on black background.


Color preview on white background

This text has color #55737C on white background.


Black color preview on #55737C background

This text has black color on #55737C background.


White color preview on #55737C background

This text has white color on #55737C background.


Related colors

Complementary color

Complementary color for #hex is #AA8C83.


I love getcolorcode.com

Triadic colors

1 #7C5573 and #737C55 with #55737C are triadic colors.

2 #7C7355 and #73557C with #55737C are triadic colors.