Color Hex Logo

#585a76 Color Hex

#585A76
(88,90,118)
0 Favorites   0 Comments

Color spaces of #585a76

RGB 8890118
HSL0.660.150.40
HSV236°25°46°
CMYK 0.250.240.00   0.54
XYZ10.950710.695018.6267
Yxy10.69500.27190.2656
Hunter Lab32.70322.5403-10.8774
CIE-Lab39.06195.9616-16.0909

#585a76 color RGB value is (88,90,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011010 01110110
Octal 130 132 166
Decimal 88 90 118
Hex 58 5A 76

RGB Percentages of Color #585a76

%29.73
%30.41
%39.86

CMYK Percentages of Color #585a76

%25
%24
%0
%54

Triadic Colors of #585a76

#585a76 #76585a #5a7658

Analogous Colors of #585a76

#585a76 #655876 #586976

Monochromatic Colors of #585a76

#585a76

Complementary Color

#585a76 #767458

#585a76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585a76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585a76 Color CSS Codes

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

#585a76 Text Font Color

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

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


#585a76 Background Color

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

This div background color is #585a76


#585a76 Border Color

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

This div border color is #585a76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,90,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 #585a76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585a76


Comments

No comments written yet.

Please login to write comment.