Color Hex Logo

#558581 Color Hex

#558581
(85,133,129)
2 Favorites   0 Comments

Color spaces of #558581

RGB 85133129
HSL0.490.220.43
HSV175°36°52°
CMYK 0.360.000.03   0.48
XYZ16.096320.291323.8371
Yxy20.29130.26730.3369
Hunter Lab45.0459-15.04660.1574
CIE-Lab52.1650-17.1846-3.0132

#558581 color RGB value is (85,133,129).

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

The process color (four color CMYK) of #558581 color hex is 0.36, 0.00, 0.03, 0.48. Web safe color of #558581 is #669999. Color #558581 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000101 10000001
Octal 125 205 201
Decimal 85 133 129
Hex 55 85 81

RGB Percentages of Color #558581

%24.50
%38.33
%37.18

CMYK Percentages of Color #558581

%36
%0
%3
%48

Triadic Colors of #558581

#558581 #815585 #858155

Analogous Colors of #558581

#558581 #557185 #558569

Monochromatic Colors of #558581

#558581

Complementary Color

#558581 #855559

#558581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558581 Color CSS Codes

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

#558581 Text Font Color

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

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


#558581 Background Color

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

This div background color is #558581


#558581 Border Color

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

This div border color is #558581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558581


Comments

No comments written yet.

Please login to write comment.