Color Hex Logo

#586dac Color Hex

#586DAC
(88,109,172)
0 Favorites   0 Comments

Color spaces of #586dac

RGB 88109172
HSL0.630.340.51
HSV225°49°67°
CMYK 0.490.370.00   0.33
XYZ16.939515.990541.2234
Yxy15.99050.22840.2156
Hunter Lab39.98815.6358-33.1298
CIE-Lab46.96209.9904-36.1301

#586dac color RGB value is (88,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101101 10101100
Octal 130 155 254
Decimal 88 109 172
Hex 58 6D AC

RGB Percentages of Color #586dac

%23.85
%29.54
%46.61

CMYK Percentages of Color #586dac

%49
%37
%0
%33

Triadic Colors of #586dac

#586dac #ac586d #6dac58

Analogous Colors of #586dac

#586dac #6d58ac #5897ac

Monochromatic Colors of #586dac

#586dac

Complementary Color

#586dac #ac9758

#586dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#586dac Color CSS Codes

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

#586dac Text Font Color

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

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


#586dac Background Color

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

This div background color is #586dac


#586dac Border Color

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

This div border color is #586dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586dac


Comments

No comments written yet.

Please login to write comment.