Color Hex Logo

#558986 Color Hex

#558986
(85,137,134)
0 Favorites   0 Comments

Color spaces of #558986

RGB 85137134
HSL0.490.230.44
HSV177°38°54°
CMYK 0.380.000.02   0.46
XYZ16.995021.543825.8169
Yxy21.54380.26410.3348
Hunter Lab46.4153-15.8689-0.4873
CIE-Lab53.5396-18.0542-3.8920

#558986 color RGB value is (85,137,134).

#558986 hex color red value is 85, green value is 137 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #558986 hue: 0.49 , saturation: 0.23 and the lightness value of 558986 is 0.44.

The process color (four color CMYK) of #558986 color hex is 0.38, 0.00, 0.02, 0.46. Web safe color of #558986 is #669999. Color #558986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001001 10000110
Octal 125 211 206
Decimal 85 137 134
Hex 55 89 86

RGB Percentages of Color #558986

%23.88
%38.48
%37.64

CMYK Percentages of Color #558986

%38
%0
%2
%46

Triadic Colors of #558986

#558986 #865589 #898655

Analogous Colors of #558986

#558986 #557289 #55896c

Monochromatic Colors of #558986

#558986

Complementary Color

#558986 #895558

#558986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558986 Color CSS Codes

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

#558986 Text Font Color

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

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


#558986 Background Color

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

This div background color is #558986


#558986 Border Color

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

This div border color is #558986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558986


Comments

No comments written yet.

Please login to write comment.