Color Hex Logo

#586eac Color Hex

#586EAC
(88,110,172)
0 Favorites   0 Comments

Color spaces of #586eac

RGB 88110172
HSL0.620.340.51
HSV224°49°67°
CMYK 0.490.360.00   0.33
XYZ17.046816.205141.2592
Yxy16.20510.22880.2175
Hunter Lab40.25565.1412-32.5893
CIE-Lab47.24249.3746-35.6886

#586eac color RGB value is (88,110,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101110 10101100
Octal 130 156 254
Decimal 88 110 172
Hex 58 6E AC

RGB Percentages of Color #586eac

%23.78
%29.73
%46.49

CMYK Percentages of Color #586eac

%49
%36
%0
%33

Triadic Colors of #586eac

#586eac #ac586e #6eac58

Analogous Colors of #586eac

#586eac #6c58ac #5898ac

Monochromatic Colors of #586eac

#586eac

Complementary Color

#586eac #ac9658

#586eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#586eac Color CSS Codes

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

#586eac Text Font Color

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

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


#586eac Background Color

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

This div background color is #586eac


#586eac Border Color

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

This div border color is #586eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586eac


Comments

No comments written yet.

Please login to write comment.