COLOR #557378

HEX: #557378
RGB: (85,115,120)

Color info

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

RGB color model

#557378 color RGB value is (85,115,120).

  • red value is 85;
  • green value is 115;
  • blue value is 120.
RGB:
(85,115,120)
(33%,45%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 115 of 255 = 45%
B 120 of 255 = 47%

85
115
120

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

Portions of RGB colors in percentages

R + G + B =
85 + 115 + 120 = 320 (100%)
R 85 of 320 ~ 26.56%
G 115 of 320 ~ 35.94%
B 120 of 320 ~ 37.5%

%26.56
%35.94
%37.5

CMYK color model

#557378 color CMYK value is (29,4,0,53).

  • cyan value is 29.17%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(29,4,0,53)
C29M4Y0K53 
(29%,4%,0%,53%)
(0.29/0.04/0.00/0.53)	

CMYK percentages

%29.17
%4.17
%0
%52.94

Codes

Color #557378 in popluar color models

557378
RGB85115120
HSL189°17.07%40.20%
HSB/HSV189°29.17%47.06%
CMYK29.17%4.17%0.00%
52.94%

Color #557378 in popluar number systems.

HEX557378
Decimal85115120
Binary101010111100111111000
Octal125163170

Shades and tints

Shades of #557378

#557378
(85,115,120)
#4E696E
(78,105,110)
#475F64
(71,95,100)
#40555A
(64,85,90)
#394B50
(57,75,80)
#324146
(50,65,70)
#2B373C
(43,55,60)
#242D32
(36,45,50)
#1D2328
(29,35,40)
#16191E
(22,25,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #557378

#557378
(85,115,120)
#647F84
(100,127,132)
#738B90
(115,139,144)
#82979C
(130,151,156)
#91A3A8
(145,163,168)
#A0AFB4
(160,175,180)
#AFBBC0
(175,187,192)
#BEC7CC
(190,199,204)
#CDD3D8
(205,211,216)
#DCDFE4
(220,223,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557378; }

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

This text font color is #557378.


Background Color

.myBgColor { background-color: #557378; }

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

This div background color is #557378.


Border color

.myBorderColor { border: 1px solid #557378; }

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

This div border color is #557378.


Opacity

.myOpacity80 { color: #557378; opacity: 0.8; }

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

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

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

This text has shadow with #557378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557378 on black background.


Color preview on white background

This text has color #557378 on white background.



Black color preview on #557378 background

This text has black color on #557378 background.


White color preview on #557378 background

This text has white color on #557378 background.