Color Hex Logo

#58557c Color Hex

#58557C
(88,85,124)
0 Favorites   0 Comments

Color spaces of #58557c

RGB 8885124
HSL0.680.190.41
HSV245°31°49°
CMYK 0.290.310.00   0.51
XYZ10.911110.026920.4291
Yxy10.02690.26380.2424
Hunter Lab31.66536.0926-16.0857
CIE-Lab37.890710.7166-21.5818

#58557c color RGB value is (88,85,124).

#58557c hex color red value is 88, green value is 85 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #58557c hue: 0.68 , saturation: 0.19 and the lightness value of 58557c is 0.41.

The process color (four color CMYK) of #58557c color hex is 0.29, 0.31, 0.00, 0.51. Web safe color of #58557c is #666666. Color #58557c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 01111100
Octal 130 125 174
Decimal 88 85 124
Hex 58 55 7C

RGB Percentages of Color #58557c

%29.63
%28.62
%41.75

CMYK Percentages of Color #58557c

%29
%31
%0
%51

Triadic Colors of #58557c

#58557c #7c5855 #557c58

Analogous Colors of #58557c

#58557c #6c557c #55667c

Monochromatic Colors of #58557c

#58557c

Complementary Color

#58557c #797c55

#58557c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58557c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58557c Color CSS Codes

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

#58557c Text Font Color

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

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


#58557c Background Color

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

This div background color is #58557c


#58557c Border Color

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

This div border color is #58557c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,85,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58557c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58557c;
  -webkit-box-shadow: 1px 1px 3px 2px #58557c;
  box-shadow:         1px 1px 3px 2px #58557c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58557c


Comments

No comments written yet.

Please login to write comment.