Color Hex Logo

#558880 Color Hex

#558880
(85,136,128)
0 Favorites   0 Comments

Color spaces of #558880

RGB 85136128
HSL0.470.230.43
HSV171°38°53°
CMYK 0.380.000.06   0.47
XYZ16.446821.098123.6276
Yxy21.09810.26890.3449
Hunter Lab45.9327-16.46791.6543
CIE-Lab53.0567-19.0347-1.1216

#558880 color RGB value is (85,136,128).

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

The process color (four color CMYK) of #558880 color hex is 0.38, 0.00, 0.06, 0.47. Web safe color of #558880 is #669999. Color #558880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001000 10000000
Octal 125 210 200
Decimal 85 136 128
Hex 55 88 80

RGB Percentages of Color #558880

%24.36
%38.97
%36.68

CMYK Percentages of Color #558880

%38
%0
%6
%47

Triadic Colors of #558880

#558880 #805588 #888055

Analogous Colors of #558880

#558880 #557788 #558867

Monochromatic Colors of #558880

#558880

Complementary Color

#558880 #88555d

#558880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558880 Color CSS Codes

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

#558880 Text Font Color

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

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


#558880 Background Color

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

This div background color is #558880


#558880 Border Color

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

This div border color is #558880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558880


Comments

No comments written yet.

Please login to write comment.