Color Hex Logo

#586eaa Color Hex

#586EAA
(88,110,170)
0 Favorites   0 Comments

Color spaces of #586eaa

RGB 88110170
HSL0.620.330.51
HSV224°48°67°
CMYK 0.480.350.00   0.33
XYZ16.856116.128840.2550
Yxy16.12880.23010.2202
Hunter Lab40.16074.6382-31.3168
CIE-Lab47.14308.7477-34.6761

#586eaa color RGB value is (88,110,170).

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

The process color (four color CMYK) of #586eaa color hex is 0.48, 0.35, 0.00, 0.33. Web safe color of #586eaa is #666699. Color #586eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101110 10101010
Octal 130 156 252
Decimal 88 110 170
Hex 58 6E AA

RGB Percentages of Color #586eaa

%23.91
%29.89
%46.20

CMYK Percentages of Color #586eaa

%48
%35
%0
%33

Triadic Colors of #586eaa

#586eaa #aa586e #6eaa58

Analogous Colors of #586eaa

#586eaa #6b58aa #5897aa

Monochromatic Colors of #586eaa

#586eaa

Complementary Color

#586eaa #aa9458

#586eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#586eaa Color CSS Codes

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

#586eaa Text Font Color

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

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


#586eaa Background Color

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

This div background color is #586eaa


#586eaa Border Color

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

This div border color is #586eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586eaa


Comments

No comments written yet.

Please login to write comment.