COLOR #557B7D

HEX: #557B7D
RGB: (85,123,125)

Color info

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

RGB color model

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

  • red value is 85;
  • green value is 123;
  • blue value is 125.
RGB:
(85,123,125)
(33%,48%,49%)

RGB channels and saturation

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

85
123
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 125 = 333 (100%)
R 85 of 333 ~ 25.53%
G 123 of 333 ~ 36.94%
B 125 of 333 ~ 37.54%

%25.53
%36.94
%37.54

CMYK color model

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

  • cyan value is 32.00%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(32,2,0,51)
C32M2Y0K51 
(32%,2%,0%,51%)
(0.32/0.02/0.00/0.51)	

CMYK percentages

%32
%1.6
%0
%50.98

Codes

Color #557B7D in popluar color models

557B7D
RGB85123125
HSL183°19.05%41.18%
HSB/HSV183°32.00%49.02%
CMYK32.00%1.60%0.00%
50.98%

Color #557B7D in popluar number systems.

HEX557B7D
Decimal85123125
Binary101010111110111111101
Octal125173175

Shades and tints

Shades of #557B7D

#557B7D
(85,123,125)
#4E7072
(78,112,114)
#476567
(71,101,103)
#405A5C
(64,90,92)
#394F51
(57,79,81)
#324446
(50,68,70)
#2B393B
(43,57,59)
#242E30
(36,46,48)
#1D2325
(29,35,37)
#16181A
(22,24,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #557B7D

#557B7D
(85,123,125)
#648788
(100,135,136)
#739393
(115,147,147)
#829F9E
(130,159,158)
#91ABA9
(145,171,169)
#A0B7B4
(160,183,180)
#AFC3BF
(175,195,191)
#BECFCA
(190,207,202)
#CDDBD5
(205,219,213)
#DCE7E0
(220,231,224)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557B7D; }

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

This text font color is #557B7D.


Background Color

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

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

This div background color is #557B7D.


Border color

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

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

This div border color is #557B7D.


Opacity

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

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

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

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

This text has shadow with #557B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B7D on black background.


Color preview on white background

This text has color #557B7D on white background.



Black color preview on #557B7D background

This text has black color on #557B7D background.


White color preview on #557B7D background

This text has white color on #557B7D background.