Color Hex Logo

#557480 Color Hex

#557480
(85,116,128)
0 Favorites   0 Comments

Color spaces of #557480

RGB 85116128
HSL0.550.200.42
HSV197°34°50°
CMYK 0.340.090.00   0.50
XYZ13.888015.980622.7747
Yxy15.98060.26380.3036
Hunter Lab39.9757-7.9447-5.7953
CIE-Lab46.9490-7.9797-10.1882

#557480 color RGB value is (85,116,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110100 10000000
Octal 125 164 200
Decimal 85 116 128
Hex 55 74 80

RGB Percentages of Color #557480

%25.84
%35.26
%38.91

CMYK Percentages of Color #557480

%34
%9
%0
%50

Triadic Colors of #557480

#557480 #805574 #748055

Analogous Colors of #557480

#557480 #555f80 #558077

Monochromatic Colors of #557480

#557480

Complementary Color

#557480 #806155

#557480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557480 Color CSS Codes

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

#557480 Text Font Color

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

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


#557480 Background Color

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

This div background color is #557480


#557480 Border Color

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

This div border color is #557480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,116,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 #557480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557480


Comments

No comments written yet.

Please login to write comment.