Color Hex Logo

#585776 Color Hex

#585776
(88,87,118)
0 Favorites   0 Comments

Color spaces of #585776

RGB 8887118
HSL0.670.150.40
HSV242°26°46°
CMYK 0.250.260.00   0.54
XYZ10.702710.199118.5441
Yxy10.19910.27130.2586
Hunter Lab31.93603.9325-12.0723
CIE-Lab38.19747.8373-17.4171

#585776 color RGB value is (88,87,118).

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

The process color (four color CMYK) of #585776 color hex is 0.25, 0.26, 0.00, 0.54. Web safe color of #585776 is #666666. Color #585776 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010111 01110110
Octal 130 127 166
Decimal 88 87 118
Hex 58 57 76

RGB Percentages of Color #585776

%30.03
%29.69
%40.27

CMYK Percentages of Color #585776

%25
%26
%0
%54

Triadic Colors of #585776

#585776 #765857 #577658

Analogous Colors of #585776

#585776 #685776 #576676

Monochromatic Colors of #585776

#585776

Complementary Color

#585776 #757657

#585776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585776 Color CSS Codes

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

#585776 Text Font Color

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

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


#585776 Background Color

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

This div background color is #585776


#585776 Border Color

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

This div border color is #585776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585776


Comments

No comments written yet.

Please login to write comment.