Color Hex Logo

#557180 Color Hex

#557180
(85,113,128)
0 Favorites   0 Comments

Color spaces of #557180

RGB 85113128
HSL0.560.200.42
HSV201°34°50°
CMYK 0.340.120.00   0.50
XYZ13.547715.300122.6612
Yxy15.30010.26300.2970
Hunter Lab39.1153-6.6279-6.9685
CIE-Lab46.0425-6.2412-11.5536

#557180 color RGB value is (85,113,128).

#557180 hex color red value is 85, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #557180 hue: 0.56 , saturation: 0.20 and the lightness value of 557180 is 0.42.

The process color (four color CMYK) of #557180 color hex is 0.34, 0.12, 0.00, 0.50. Web safe color of #557180 is #666699. Color #557180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 10000000
Octal 125 161 200
Decimal 85 113 128
Hex 55 71 80

RGB Percentages of Color #557180

%26.07
%34.66
%39.26

CMYK Percentages of Color #557180

%34
%12
%0
%50

Triadic Colors of #557180

#557180 #805571 #718055

Analogous Colors of #557180

#557180 #555c80 #55807a

Monochromatic Colors of #557180

#557180

Complementary Color

#557180 #806455

#557180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557180 Color CSS Codes

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

#557180 Text Font Color

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

This sample text font color is #557180
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.


#557180 Background Color

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

This div background color is #557180


#557180 Border Color

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

This div border color is #557180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557180


Comments

No comments written yet.

Please login to write comment.