Color Hex Logo

#586aab Color Hex

#586AAB
(88,106,171)
0 Favorites   0 Comments

Color spaces of #586aab

RGB 88106171
HSL0.630.330.51
HSV227°49°67°
CMYK 0.490.380.00   0.33
XYZ16.529215.323040.6145
Yxy15.32300.22810.2114
Hunter Lab39.14466.8704-34.1151
CIE-Lab46.073511.5300-36.9462

#586aab color RGB value is (88,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 10101011
Octal 130 152 253
Decimal 88 106 171
Hex 58 6A AB

RGB Percentages of Color #586aab

%24.11
%29.04
%46.85

CMYK Percentages of Color #586aab

%49
%38
%0
%33

Triadic Colors of #586aab

#586aab #ab586a #6aab58

Analogous Colors of #586aab

#586aab #7058ab #5894ab

Monochromatic Colors of #586aab

#586aab

Complementary Color

#586aab #ab9958

#586aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#586aab Color CSS Codes

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

#586aab Text Font Color

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

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


#586aab Background Color

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

This div background color is #586aab


#586aab Border Color

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

This div border color is #586aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,106,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 #586aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586aab


Comments

No comments written yet.

Please login to write comment.