Color Hex Logo

#585660 Color Hex

#585660
(88,86,96)
0 Favorites   0 Comments

Color spaces of #585660

RGB 888696
HSL0.700.050.36
HSV252°10°38°
CMYK 0.080.100.00   0.62
XYZ9.46369.574812.4157
Yxy9.57480.30090.3044
Hunter Lab30.94320.4415-2.1294
CIE-Lab37.06823.0021-5.4871

#585660 color RGB value is (88,86,96).

#585660 hex color red value is 88, green value is 86 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #585660 hue: 0.70 , saturation: 0.05 and the lightness value of 585660 is 0.36.

The process color (four color CMYK) of #585660 color hex is 0.08, 0.10, 0.00, 0.62. Web safe color of #585660 is #666666. Color #585660 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 01100000
Octal 130 126 140
Decimal 88 86 96
Hex 58 56 60

RGB Percentages of Color #585660

%32.59
%31.85
%35.56

CMYK Percentages of Color #585660

%8
%10
%0
%62

Triadic Colors of #585660

#585660 #605856 #566058

Analogous Colors of #585660

#585660 #5d5660 #565960

Monochromatic Colors of #585660

#585660

Complementary Color

#585660 #5e6056

#585660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585660 Color CSS Codes

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

#585660 Text Font Color

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

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


#585660 Background Color

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

This div background color is #585660


#585660 Border Color

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

This div border color is #585660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585660


Comments

No comments written yet.

Please login to write comment.