Color Hex Logo

#585689 Color Hex

#585689
(88,86,137)
0 Favorites   0 Comments

Color spaces of #585689

RGB 8886137
HSL0.670.230.44
HSV242°37°54°
CMYK 0.360.370.00   0.46
XYZ11.867610.536425.0752
Yxy10.53640.25000.2219
Hunter Lab32.45988.4565-23.0796
CIE-Lab38.788413.7499-28.1281

#585689 color RGB value is (88,86,137).

#585689 hex color red value is 88, green value is 86 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #585689 hue: 0.67 , saturation: 0.23 and the lightness value of 585689 is 0.44.

The process color (four color CMYK) of #585689 color hex is 0.36, 0.37, 0.00, 0.46. Web safe color of #585689 is #666699. Color #585689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 10001001
Octal 130 126 211
Decimal 88 86 137
Hex 58 56 89

RGB Percentages of Color #585689

%28.30
%27.65
%44.05

CMYK Percentages of Color #585689

%36
%37
%0
%46

Triadic Colors of #585689

#585689 #895856 #568958

Analogous Colors of #585689

#585689 #725689 #566e89

Monochromatic Colors of #585689

#585689

Complementary Color

#585689 #878956

#585689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585689 Color CSS Codes

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

#585689 Text Font Color

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

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


#585689 Background Color

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

This div background color is #585689


#585689 Border Color

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

This div border color is #585689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585689


Comments

No comments written yet.

Please login to write comment.