Color Hex Logo

#58585e Color Hex

#58585E
(88,88,94)
0 Favorites   0 Comments

Color spaces of #58585e

RGB 888894
HSL0.670.030.36
HSV240°37°
CMYK 0.060.060.00   0.63
XYZ9.53469.862311.9908
Yxy9.86230.30380.3142
Hunter Lab31.4043-0.7635-0.6551
CIE-Lab37.59421.3133-3.4611

#58585e color RGB value is (88,88,94).

#58585e hex color red value is 88, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #58585e hue: 0.67 , saturation: 0.03 and the lightness value of 58585e is 0.36.

The process color (four color CMYK) of #58585e color hex is 0.06, 0.06, 0.00, 0.63. Web safe color of #58585e is #666666. Color #58585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 01011110
Octal 130 130 136
Decimal 88 88 94
Hex 58 58 5E

RGB Percentages of Color #58585e

%32.59
%32.59
%34.81

CMYK Percentages of Color #58585e

%6
%6
%0
%63

Triadic Colors of #58585e

#58585e #5e5858 #585e58

Analogous Colors of #58585e

#58585e #5b585e #585b5e

Monochromatic Colors of #58585e

#58585e

Complementary Color

#58585e #5e5e58

#58585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58585e Color CSS Codes

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

#58585e Text Font Color

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

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


#58585e Background Color

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

This div background color is #58585e


#58585e Border Color

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

This div border color is #58585e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,88,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58585e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58585e;
  -webkit-box-shadow: 1px 1px 3px 2px #58585e;
  box-shadow:         1px 1px 3px 2px #58585e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58585e


Comments

No comments written yet.

Please login to write comment.