Color Hex Logo

#557886 Color Hex

#557886
(85,120,134)
0 Favorites   0 Comments

Color spaces of #557886

RGB 85120134
HSL0.550.220.43
HSV197°37°53°
CMYK 0.370.100.00   0.47
XYZ14.765917.085525.0738
Yxy17.08550.25940.3001
Hunter Lab41.3346-8.5703-7.0314
CIE-Lab48.3676-8.6581-11.6100

#557886 color RGB value is (85,120,134).

#557886 hex color red value is 85, green value is 120 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #557886 hue: 0.55 , saturation: 0.22 and the lightness value of 557886 is 0.43.

The process color (four color CMYK) of #557886 color hex is 0.37, 0.10, 0.00, 0.47. Web safe color of #557886 is #666699. Color #557886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 10000110
Octal 125 170 206
Decimal 85 120 134
Hex 55 78 86

RGB Percentages of Color #557886

%25.07
%35.40
%39.53

CMYK Percentages of Color #557886

%37
%10
%0
%47

Triadic Colors of #557886

#557886 #865578 #788655

Analogous Colors of #557886

#557886 #555f86 #55867c

Monochromatic Colors of #557886

#557886

Complementary Color

#557886 #866355

#557886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557886 Color CSS Codes

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

#557886 Text Font Color

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

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


#557886 Background Color

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

This div background color is #557886


#557886 Border Color

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

This div border color is #557886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557886


Comments

No comments written yet.

Please login to write comment.