COLOR #557D7D

HEX: #557D7D RGB: (85,125,125)

Color info

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

RGB color model

#557D7D color RGB value is (85,125,125).

RGB: (85,125,125) (33%, 49%, 49%)

RGB channels and saturation

R 85 of 255 = 33%
G 125 of 255 = 49%
B 125 of 255 = 49%

85
125
125

R + G + B ~ 44%. #557D7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 125 + 125 = 335 (100%)
R 85 of 335 ~ 25.37%
G 125 of 335 ~ 37.31%
B 125 of 335 ~ 37.31'%

%25.37
%37.31
%37.31

CMYK color model

#557D7D color CMYK value is (32,0,0,51).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (32,0,0,51)
C32M0Y0K51 (32%, 0%, 0%, 51%)
(0.32 / 0.00 / 0.00 / 0.51)

CMYK percentages

%32
%0
%0
%50.98

Codes

Color #557D7D in popluar color models

55 7D 7D
RGB 85 125 125
HSL 180° 19.05% 41.18%
HSB/HSV 180° 32.00% 49.02%
CMYK 32.00% 0.00% 0.00%
50.98%

Color #557D7D in popluar number systems.

HEX 55 7D 7D
Decimal 85 125 125
Binary 1010101 1111101 1111101
Octal 125 175 175

Shades and tints

Shades of #557D7D

#557D7D
(85,125,125)
#4E7272
(78,114,114)
#476767
(71,103,103)
#405C5C
(64,92,92)
#395151
(57,81,81)
#324646
(50,70,70)
#2B3B3B
(43,59,59)
#243030
(36,48,48)
#1D2525
(29,37,37)
#161A1A
(22,26,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #557D7D

#557D7D
(85,125,125)
#648888
(100,136,136)
#739393
(115,147,147)
#829E9E
(130,158,158)
#91A9A9
(145,169,169)
#A0B4B4
(160,180,180)
#AFBFBF
(175,191,191)
#BECACA
(190,202,202)
#CDD5D5
(205,213,213)
#DCE0E0
(220,224,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557D7D color. Also use rgb(85,125,125) instead hex code.

Text Font Color

.myTextColor { color: #557D7D; }

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

This text font color is #557D7D.

Background Color

.myBgColor { background-color: #557D7D; }

<div style="background-color:#557D7D">Inner text</div>

This div background color is #557D7D.

Border color

.myBorderColor { border: 1px solid #557D7D; }

<div style="border:3px solid #557D7D">Div</div>

This div border color is #557D7D.

Opacity

.myOpacity80 { color: #557D7D; opacity: 0.8; }

<p style="color:#557D7D;opacity:0.8;">80%</p>

Text with #557D7D 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 #557D7D;}

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

This text has shadow with #557D7D color.


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

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

This text has shadow with #557D7D primary color and red secondary color.


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

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

This text has shadow with #557D7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #557D7D.

Preview

Color preview on black background

This text has color #557D7D on black background.


Color preview on white background

This text has color #557D7D on white background.


Black color preview on #557D7D background

This text has black color on #557D7D background.


White color preview on #557D7D background

This text has white color on #557D7D background.


Related colors

Complementary color

Complementary color for #hex is #AA8282.


I love getcolorcode.com