Color Hex Logo

#5859aa Color Hex

#5859AA
(88,89,170)
0 Favorites   0 Comments

Color spaces of #5859aa

RGB 8889170
HSL0.660.330.51
HSV239°48°67°
CMYK 0.480.480.00   0.33
XYZ14.852612.121739.5871
Yxy12.12170.22310.1821
Hunter Lab34.816215.2197-43.0431
CIE-Lab41.408921.8613-43.7642

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011001 10101010
Octal 130 131 252
Decimal 88 89 170
Hex 58 59 AA

RGB Percentages of Color #5859aa

%25.36
%25.65
%48.99

CMYK Percentages of Color #5859aa

%48
%48
%0
%33

Triadic Colors of #5859aa

#5859aa #aa5859 #59aa58

Analogous Colors of #5859aa

#5859aa #8058aa #5882aa

Monochromatic Colors of #5859aa

#5859aa

Complementary Color

#5859aa #aaa958

#5859aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5859aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5859aa Color CSS Codes

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

#5859aa Text Font Color

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

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


#5859aa Background Color

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

This div background color is #5859aa


#5859aa Border Color

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

This div border color is #5859aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5859aa


Comments

No comments written yet.

Please login to write comment.