Color Hex Logo

#557585 Color Hex

#557585
(85,117,133)
0 Favorites   0 Comments

Color spaces of #557585

RGB 85117133
HSL0.560.220.43
HSV200°36°52°
CMYK 0.360.120.00   0.48
XYZ14.341216.347324.5898
Yxy16.34730.25940.2957
Hunter Lab40.4318-7.4415-7.7567
CIE-Lab47.4269-7.2054-12.4380

#557585 color RGB value is (85,117,133).

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

The process color (four color CMYK) of #557585 color hex is 0.36, 0.12, 0.00, 0.48. Web safe color of #557585 is #666699. Color #557585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 10000101
Octal 125 165 205
Decimal 85 117 133
Hex 55 75 85

RGB Percentages of Color #557585

%25.37
%34.93
%39.70

CMYK Percentages of Color #557585

%36
%12
%0
%48

Triadic Colors of #557585

#557585 #855575 #758555

Analogous Colors of #557585

#557585 #555d85 #55857d

Monochromatic Colors of #557585

#557585

Complementary Color

#557585 #856555

#557585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557585 Color CSS Codes

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

#557585 Text Font Color

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

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


#557585 Background Color

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

This div background color is #557585


#557585 Border Color

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

This div border color is #557585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557585


Comments

No comments written yet.

Please login to write comment.