Color Hex Logo

#585baa Color Hex

#585BAA
(88,91,170)
0 Favorites   0 Comments

Color spaces of #585baa

RGB 8891170
HSL0.660.330.51
HSV238°48°67°
CMYK 0.480.460.00   0.33
XYZ15.021312.459239.6434
Yxy12.45920.22380.1856
Hunter Lab35.297614.1920-41.8814
CIE-Lab41.936820.6015-42.9217

#585baa color RGB value is (88,91,170).

#585baa hex color red value is 88, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #585baa hue: 0.66 , saturation: 0.33 and the lightness value of 585baa is 0.51.

The process color (four color CMYK) of #585baa color hex is 0.48, 0.46, 0.00, 0.33. Web safe color of #585baa is #666699. Color #585baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011011 10101010
Octal 130 133 252
Decimal 88 91 170
Hex 58 5B AA

RGB Percentages of Color #585baa

%25.21
%26.07
%48.71

CMYK Percentages of Color #585baa

%48
%46
%0
%33

Triadic Colors of #585baa

#585baa #aa585b #5baa58

Analogous Colors of #585baa

#585baa #7e58aa #5884aa

Monochromatic Colors of #585baa

#585baa

Complementary Color

#585baa #aaa758

#585baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#585baa Color CSS Codes

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

#585baa Text Font Color

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

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


#585baa Background Color

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

This div background color is #585baa


#585baa Border Color

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

This div border color is #585baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585baa


Comments

No comments written yet.

Please login to write comment.