Color Hex Logo

#558388 Color Hex

#558388
(85,131,136)
0 Favorites   0 Comments

Color spaces of #558388

RGB 85131136
HSL0.520.230.43
HSV186°38°53°
CMYK 0.380.040.00   0.47
XYZ16.306519.941526.2822
Yxy19.94150.26080.3189
Hunter Lab44.6559-12.9670-3.6359
CIE-Lab51.7710-14.2875-7.6805

#558388 color RGB value is (85,131,136).

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

The process color (four color CMYK) of #558388 color hex is 0.38, 0.04, 0.00, 0.47. Web safe color of #558388 is #669999. Color #558388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 10001000
Octal 125 203 210
Decimal 85 131 136
Hex 55 83 88

RGB Percentages of Color #558388

%24.15
%37.22
%38.64

CMYK Percentages of Color #558388

%38
%4
%0
%47

Triadic Colors of #558388

#558388 #885583 #838855

Analogous Colors of #558388

#558388 #556a88 #558874

Monochromatic Colors of #558388

#558388

Complementary Color

#558388 #885a55

#558388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558388 Color CSS Codes

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

#558388 Text Font Color

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

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


#558388 Background Color

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

This div background color is #558388


#558388 Border Color

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

This div border color is #558388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558388


Comments

No comments written yet.

Please login to write comment.