COLOR #557B8E

HEX: #557B8E
RGB: (85,123,142)

Color info

#557B8E contains red, green and blue colors in about the same proportion. Web safe color of #557B8E is #666699 (or #669).

RGB color model

#557B8E color RGB value is (85,123,142).

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

RGB channels and saturation

R 85 of 255 = 33%
G 123 of 255 = 48%
B 142 of 255 = 56%

85
123
142

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

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 142 = 350 (100%)
R 85 of 350 ~ 24.29%
G 123 of 350 ~ 35.14%
B 142 of 350 ~ 40.57%

%24.29
%35.14
%40.57

CMYK color model

#557B8E color CMYK value is (40,13,0,44).

  • cyan value is 40.14%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(40,13,0,44)
C40M13Y0K44 
(40%,13%,0%,44%)
(0.40/0.13/0.00/0.44)	

CMYK percentages

%40.14
%13.38
%0
%44.31

Codes

Color #557B8E in popluar color models

557B8E
RGB85123142
HSL200°25.11%44.51%
HSB/HSV200°40.14%55.69%
CMYK40.14%13.38%0.00%
44.31%

Color #557B8E in popluar number systems.

HEX557B8E
Decimal85123142
Binary1010101111101110001110
Octal125173216

Shades and tints

Shades of #557B8E

#557B8E
(85,123,142)
#4E7082
(78,112,130)
#476576
(71,101,118)
#405A6A
(64,90,106)
#394F5E
(57,79,94)
#324452
(50,68,82)
#2B3946
(43,57,70)
#242E3A
(36,46,58)
#1D232E
(29,35,46)
#161822
(22,24,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #557B8E

#557B8E
(85,123,142)
#648798
(100,135,152)
#7393A2
(115,147,162)
#829FAC
(130,159,172)
#91ABB6
(145,171,182)
#A0B7C0
(160,183,192)
#AFC3CA
(175,195,202)
#BECFD4
(190,207,212)
#CDDBDE
(205,219,222)
#DCE7E8
(220,231,232)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557B8E; }

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

This text font color is #557B8E.


Background Color

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

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

This div background color is #557B8E.


Border color

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

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

This div border color is #557B8E.


Opacity

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

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

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

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

This text has shadow with #557B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B8E on black background.


Color preview on white background

This text has color #557B8E on white background.



Black color preview on #557B8E background

This text has black color on #557B8E background.


White color preview on #557B8E background

This text has white color on #557B8E background.