Color Hex Logo

#558487 Color Hex

#558487
(85,132,135)
0 Favorites   0 Comments

Color spaces of #558487

RGB 85132135
HSL0.510.230.43
HSV184°37°53°
CMYK 0.370.020.00   0.47
XYZ16.370820.183125.9546
Yxy20.18310.26190.3229
Hunter Lab44.9256-13.5748-2.8053
CIE-Lab52.0436-15.0978-6.6910

#558487 color RGB value is (85,132,135).

#558487 hex color red value is 85, green value is 132 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #558487 hue: 0.51 , saturation: 0.23 and the lightness value of 558487 is 0.43.

The process color (four color CMYK) of #558487 color hex is 0.37, 0.02, 0.00, 0.47. Web safe color of #558487 is #669999. Color #558487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000100 10000111
Octal 125 204 207
Decimal 85 132 135
Hex 55 84 87

RGB Percentages of Color #558487

%24.15
%37.50
%38.35

CMYK Percentages of Color #558487

%37
%2
%0
%47

Triadic Colors of #558487

#558487 #875584 #848755

Analogous Colors of #558487

#558487 #556b87 #558771

Monochromatic Colors of #558487

#558487

Complementary Color

#558487 #875855

#558487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558487 Color CSS Codes

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

#558487 Text Font Color

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

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


#558487 Background Color

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

This div background color is #558487


#558487 Border Color

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

This div border color is #558487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558487


Comments

No comments written yet.

Please login to write comment.