Color Hex Logo

#591aac Color Hex

#591AAC
(89,26,172)
0 Favorites   0 Comments

Color spaces of #591aac

RGB 8926172
HSL0.740.740.39
HSV266°85°67°
CMYK 0.480.850.00   0.33
XYZ11.93565.841239.5281
Yxy5.84120.20830.1019
Hunter Lab24.168645.8568-80.0518
CIE-Lab29.008256.3822-65.0737

#591aac color RGB value is (89,26,172).

#591aac hex color red value is 89, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #591aac hue: 0.74 , saturation: 0.74 and the lightness value of 591aac is 0.39.

The process color (four color CMYK) of #591aac color hex is 0.48, 0.85, 0.00, 0.33. Web safe color of #591aac is #663399. Color #591aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011010 10101100
Octal 131 32 254
Decimal 89 26 172
Hex 59 1A AC

RGB Percentages of Color #591aac

%31.01
%9.06
%59.93

CMYK Percentages of Color #591aac

%48
%85
%0
%33

Triadic Colors of #591aac

#591aac #ac591a #1aac59

Analogous Colors of #591aac

#591aac #a21aac #1a24ac

Monochromatic Colors of #591aac

#591aac

Complementary Color

#591aac #6dac1a

#591aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#591aac Color CSS Codes

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

#591aac Text Font Color

<p style="color:#591aac">Text here</p>

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


#591aac Background Color

<div style="background-color:#591aac">
Div content here</div>

This div background color is #591aac


#591aac Border Color

<div style="border:3px solid #591aac">
Div here</div>

This div border color is #591aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,26,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #591aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #591aac;
  -webkit-box-shadow: 1px 1px 3px 2px #591aac;
  box-shadow:         1px 1px 3px 2px #591aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,26,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 #591aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591aac


Comments

No comments written yet.

Please login to write comment.