Color Hex Logo

#5959aa Color Hex

#5959AA
(89,89,170)
0 Favorites   0 Comments

Color spaces of #5959aa

RGB 8989170
HSL0.670.320.51
HSV240°48°67°
CMYK 0.480.480.00   0.33
XYZ14.947912.170939.5916
Yxy12.17090.22410.1824
Hunter Lab34.886815.4297-42.8650
CIE-Lab41.486522.1018-43.6359

#5959aa color RGB value is (89,89,170).

#5959aa hex color red value is 89, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5959aa hue: 0.67 , saturation: 0.32 and the lightness value of 5959aa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 10101010
Octal 131 131 252
Decimal 89 89 170
Hex 59 59 AA

RGB Percentages of Color #5959aa

%25.57
%25.57
%48.85

CMYK Percentages of Color #5959aa

%48
%48
%0
%33

Triadic Colors of #5959aa

#5959aa #aa5959 #59aa59

Analogous Colors of #5959aa

#5959aa #8259aa #5982aa

Monochromatic Colors of #5959aa

#5959aa

Complementary Color

#5959aa #aaaa59

#5959aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5959aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5959aa Color CSS Codes

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

#5959aa Text Font Color

<p style="color:#5959aa">Text here</p>

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


#5959aa Background Color

<div style="background-color:#5959aa">
Div content here</div>

This div background color is #5959aa


#5959aa Border Color

<div style="border:3px solid #5959aa">
Div here</div>

This div border color is #5959aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,89,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5959aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5959aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5959aa;
  box-shadow:         1px 1px 3px 2px #5959aa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5959aa


Comments

No comments written yet.

Please login to write comment.