Color Hex Logo

#585664 Color Hex

#585664
(88,86,100)
0 Favorites   0 Comments

Color spaces of #585664

RGB 8886100
HSL0.690.080.36
HSV249°14°39°
CMYK 0.120.140.00   0.61
XYZ9.65259.650413.4106
Yxy9.65040.29510.2950
Hunter Lab31.06511.0993-3.8495
CIE-Lab37.20753.9334-7.7712

#585664 color RGB value is (88,86,100).

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

The process color (four color CMYK) of #585664 color hex is 0.12, 0.14, 0.00, 0.61. Web safe color of #585664 is #666666. Color #585664 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 01100100
Octal 130 126 144
Decimal 88 86 100
Hex 58 56 64

RGB Percentages of Color #585664

%32.12
%31.39
%36.50

CMYK Percentages of Color #585664

%12
%14
%0
%61

Triadic Colors of #585664

#585664 #645856 #566458

Analogous Colors of #585664

#585664 #5f5664 #565b64

Monochromatic Colors of #585664

#585664

Complementary Color

#585664 #626456

#585664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585664 Color CSS Codes

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

#585664 Text Font Color

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

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


#585664 Background Color

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

This div background color is #585664


#585664 Border Color

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

This div border color is #585664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585664

#585664 Color Palettes


Comments

No comments written yet.

Please login to write comment.