Color Hex Logo

#557174 Color Hex

#557174
(85,113,116)
0 Favorites   0 Comments

Color spaces of #557174

RGB 85113116
HSL0.520.150.39
HSV186°27°45°
CMYK 0.270.030.00   0.55
XYZ12.803815.002518.7439
Yxy15.00250.27510.3223
Hunter Lab38.7331-8.7770-1.5788
CIE-Lab45.6376-9.3667-4.9859

#557174 color RGB value is (85,113,116).

#557174 hex color red value is 85, green value is 113 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #557174 hue: 0.52 , saturation: 0.15 and the lightness value of 557174 is 0.39.

The process color (four color CMYK) of #557174 color hex is 0.27, 0.03, 0.00, 0.55. Web safe color of #557174 is #666666. Color #557174 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 01110100
Octal 125 161 164
Decimal 85 113 116
Hex 55 71 74

RGB Percentages of Color #557174

%27.07
%35.99
%36.94

CMYK Percentages of Color #557174

%27
%3
%0
%55

Triadic Colors of #557174

#557174 #745571 #717455

Analogous Colors of #557174

#557174 #556274 #557468

Monochromatic Colors of #557174

#557174

Complementary Color

#557174 #745855

#557174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557174 Color CSS Codes

.mybgcolor {background-color:#557174; } 
.myforecolor {color:#557174; }
.mybordercolor {border:3px solid #557174; }

#557174 Text Font Color

<p style="color:#557174">Text here</p>

This sample text font color is #557174
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#557174 Background Color

<div style="background-color:#557174">
Div content here</div>

This div background color is #557174


#557174 Border Color

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

This div border color is #557174


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,113,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557174; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557174;
  -webkit-box-shadow: 1px 1px 3px 2px #557174;
  box-shadow:         1px 1px 3px 2px #557174; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,113,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #557174">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #557174;
  -webkit-box-shadow: 1px 1px 3px 2px #557174;
  box-shadow:         1px 1px 3px 2px #557174;">
Div content here</div>

This div box has shadow with color #557174


Comments

No comments written yet.

Please login to write comment.