Color Hex Logo

#585aab Color Hex

#585AAB
(88,90,171)
0 Favorites   0 Comments

Color spaces of #585aab

RGB 8890171
HSL0.660.330.51
HSV239°49°67°
CMYK 0.490.470.00   0.33
XYZ15.031412.327340.1152
Yxy12.32730.22280.1827
Hunter Lab35.110314.9765-43.1646
CIE-Lab41.731721.5465-43.8397

#585aab color RGB value is (88,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011010 10101011
Octal 130 132 253
Decimal 88 90 171
Hex 58 5A AB

RGB Percentages of Color #585aab

%25.21
%25.79
%49.00

CMYK Percentages of Color #585aab

%49
%47
%0
%33

Triadic Colors of #585aab

#585aab #ab585a #5aab58

Analogous Colors of #585aab

#585aab #8058ab #5884ab

Monochromatic Colors of #585aab

#585aab

Complementary Color

#585aab #aba958

#585aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#585aab Color CSS Codes

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

#585aab Text Font Color

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

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


#585aab Background Color

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

This div background color is #585aab


#585aab Border Color

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

This div border color is #585aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585aab


Comments

No comments written yet.

Please login to write comment.