Color Hex Logo

#0559ae Color Hex

#0559AE
(5,89,174)
0 Favorites   0 Comments

Color spaces of #0559ae

RGB 589174
HSL0.580.940.35
HSV210°97°68°
CMYK 0.970.490.00   0.32
XYZ11.274910.233041.4253
Yxy10.23300.17920.1626
Hunter Lab31.98916.9335-54.3872
CIE-Lab38.257411.8072-51.3739

#0559ae color RGB value is (5,89,174).

#0559ae hex color red value is 5, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0559ae hue: 0.58 , saturation: 0.94 and the lightness value of 0559ae is 0.35.

The process color (four color CMYK) of #0559ae color hex is 0.97, 0.49, 0.00, 0.32. Web safe color of #0559ae is #006699. Color #0559ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011001 10101110
Octal 5 131 256
Decimal 5 89 174
Hex 5 59 AE

RGB Percentages of Color #0559ae

%1.87
%33.21
%64.93

CMYK Percentages of Color #0559ae

%97
%49
%0
%32

Triadic Colors of #0559ae

#0559ae #ae0559 #59ae05

Analogous Colors of #0559ae

#0559ae #0605ae #05aeae

Monochromatic Colors of #0559ae

#0559ae

Complementary Color

#0559ae #ae5a05

#0559ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0559ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0559ae Color CSS Codes

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

#0559ae Text Font Color

<p style="color:#0559ae">Text here</p>

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


#0559ae Background Color

<div style="background-color:#0559ae">
Div content here</div>

This div background color is #0559ae


#0559ae Border Color

<div style="border:3px solid #0559ae">
Div here</div>

This div border color is #0559ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,89,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0559ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0559ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0559ae;
  box-shadow:         1px 1px 3px 2px #0559ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,89,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0559ae


Comments

No comments written yet.

Please login to write comment.