Color Hex Logo

#585999 Color Hex

#585999
(88,89,153)
0 Favorites   0 Comments

Color spaces of #585999

RGB 8889153
HSL0.660.270.47
HSV239°42°60°
CMYK 0.420.420.00   0.40
XYZ13.346711.519431.6570
Yxy11.51940.23610.2038
Hunter Lab33.940210.7981-31.5433
CIE-Lab40.441916.6015-35.1816

#585999 color RGB value is (88,89,153).

#585999 hex color red value is 88, green value is 89 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #585999 hue: 0.66 , saturation: 0.27 and the lightness value of 585999 is 0.47.

The process color (four color CMYK) of #585999 color hex is 0.42, 0.42, 0.00, 0.40. Web safe color of #585999 is #666699. Color #585999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011001 10011001
Octal 130 131 231
Decimal 88 89 153
Hex 58 59 99

RGB Percentages of Color #585999

%26.67
%26.97
%46.36

CMYK Percentages of Color #585999

%42
%42
%0
%40

Triadic Colors of #585999

#585999 #995859 #599958

Analogous Colors of #585999

#585999 #785899 #587a99

Monochromatic Colors of #585999

#585999

Complementary Color

#585999 #999858

#585999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585999 Color CSS Codes

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

#585999 Text Font Color

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

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


#585999 Background Color

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

This div background color is #585999


#585999 Border Color

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

This div border color is #585999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585999


Comments

No comments written yet.

Please login to write comment.