Color Hex Logo

#585772 Color Hex

#585772
(88,87,114)
0 Favorites   0 Comments

Color spaces of #585772

RGB 8887114
HSL0.670.130.39
HSV242°24°45°
CMYK 0.230.240.00   0.55
XYZ10.470010.106017.3184
Yxy10.10600.27630.2667
Hunter Lab31.78993.1565-10.0468
CIE-Lab38.03206.7876-15.2039

#585772 color RGB value is (88,87,114).

#585772 hex color red value is 88, green value is 87 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #585772 hue: 0.67 , saturation: 0.13 and the lightness value of 585772 is 0.39.

The process color (four color CMYK) of #585772 color hex is 0.23, 0.24, 0.00, 0.55. Web safe color of #585772 is #666666. Color #585772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010111 01110010
Octal 130 127 162
Decimal 88 87 114
Hex 58 57 72

RGB Percentages of Color #585772

%30.45
%30.10
%39.45

CMYK Percentages of Color #585772

%23
%24
%0
%55

Triadic Colors of #585772

#585772 #725857 #577258

Analogous Colors of #585772

#585772 #665772 #576472

Monochromatic Colors of #585772

#585772

Complementary Color

#585772 #717257

#585772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585772 Color CSS Codes

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

#585772 Text Font Color

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

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


#585772 Background Color

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

This div background color is #585772


#585772 Border Color

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

This div border color is #585772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585772


Comments

No comments written yet.

Please login to write comment.