Color Hex Logo

#585983 Color Hex

#585983
(88,89,131)
0 Favorites   0 Comments

Color spaces of #585983

RGB 8889131
HSL0.660.200.43
HSV239°33°51°
CMYK 0.330.320.00   0.49
XYZ11.693610.858222.9522
Yxy10.85820.25700.2386
Hunter Lab32.95185.6787-18.2315
CIE-Lab39.340610.1424-23.6138

#585983 color RGB value is (88,89,131).

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

The process color (four color CMYK) of #585983 color hex is 0.33, 0.32, 0.00, 0.49. Web safe color of #585983 is #666699. Color #585983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011001 10000011
Octal 130 131 203
Decimal 88 89 131
Hex 58 59 83

RGB Percentages of Color #585983

%28.57
%28.90
%42.53

CMYK Percentages of Color #585983

%33
%32
%0
%49

Triadic Colors of #585983

#585983 #835859 #598358

Analogous Colors of #585983

#585983 #6d5883 #586f83

Monochromatic Colors of #585983

#585983

Complementary Color

#585983 #838258

#585983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585983 Color CSS Codes

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

#585983 Text Font Color

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

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


#585983 Background Color

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

This div background color is #585983


#585983 Border Color

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

This div border color is #585983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585983

#585983 Color Palettes


Comments

No comments written yet.

Please login to write comment.