Color Hex Logo

#58516a Color Hex

#58516A
(88,81,106)
0 Favorites   0 Comments

Color spaces of #58516a

RGB 8881106
HSL0.710.130.37
HSV257°24°42°
CMYK 0.170.240.00   0.58
XYZ9.56859.000214.8686
Yxy9.00020.28620.2692
Hunter Lab30.00034.4314-8.3847
CIE-Lab35.98478.5257-13.3624

#58516a color RGB value is (88,81,106).

#58516a hex color red value is 88, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #58516a hue: 0.71 , saturation: 0.13 and the lightness value of 58516a is 0.37.

The process color (four color CMYK) of #58516a color hex is 0.17, 0.24, 0.00, 0.58. Web safe color of #58516a is #666666. Color #58516a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010001 01101010
Octal 130 121 152
Decimal 88 81 106
Hex 58 51 6A

RGB Percentages of Color #58516a

%32.00
%29.45
%38.55

CMYK Percentages of Color #58516a

%17
%24
%0
%58

Triadic Colors of #58516a

#58516a #6a5851 #516a58

Analogous Colors of #58516a

#58516a #65516a #51576a

Monochromatic Colors of #58516a

#58516a

Complementary Color

#58516a #636a51

#58516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58516a Color CSS Codes

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

#58516a Text Font Color

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

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


#58516a Background Color

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

This div background color is #58516a


#58516a Border Color

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

This div border color is #58516a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,81,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58516a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58516a;
  -webkit-box-shadow: 1px 1px 3px 2px #58516a;
  box-shadow:         1px 1px 3px 2px #58516a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58516a


Comments

No comments written yet.

Please login to write comment.