Color Hex Logo

#578e8f Color Hex

#578E8F
(87,142,143)
0 Favorites   0 Comments

Color spaces of #578e8f

RGB 87142143
HSL0.500.240.45
HSV181°39°56°
CMYK 0.390.010.00   0.44
XYZ18.561423.355429.5164
Yxy23.35540.25980.3270
Hunter Lab48.3274-16.0154-2.3827
CIE-Lab55.4365-17.8297-6.2723

#578e8f color RGB value is (87,142,143).

#578e8f hex color red value is 87, green value is 142 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #578e8f hue: 0.50 , saturation: 0.24 and the lightness value of 578e8f is 0.45.

The process color (four color CMYK) of #578e8f color hex is 0.39, 0.01, 0.00, 0.44. Web safe color of #578e8f is #669999. Color #578e8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001110 10001111
Octal 127 216 217
Decimal 87 142 143
Hex 57 8E 8F

RGB Percentages of Color #578e8f

%23.39
%38.17
%38.44

CMYK Percentages of Color #578e8f

%39
%1
%0
%44

Triadic Colors of #578e8f

#578e8f #8f578e #8e8f57

Analogous Colors of #578e8f

#578e8f #57728f #578f74

Monochromatic Colors of #578e8f

#578e8f

Complementary Color

#578e8f #8f5857

#578e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#578e8f Color CSS Codes

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

#578e8f Text Font Color

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

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


#578e8f Background Color

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

This div background color is #578e8f


#578e8f Border Color

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

This div border color is #578e8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,142,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #578e8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #578e8f;
  -webkit-box-shadow: 1px 1px 3px 2px #578e8f;
  box-shadow:         1px 1px 3px 2px #578e8f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,142,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578e8f


Comments

No comments written yet.

Please login to write comment.