Color Hex Logo

#0559af Color Hex

#0559AF
(5,89,175)
0 Favorites   0 Comments

Color spaces of #0559af

RGB 589175
HSL0.580.940.35
HSV210°97°69°
CMYK 0.970.490.00   0.31
XYZ11.372810.272241.9408
Yxy10.27220.17890.1615
Hunter Lab32.05037.2514-55.1514
CIE-Lab38.326612.2179-51.8533

#0559af color RGB value is (5,89,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011001 10101111
Octal 5 131 257
Decimal 5 89 175
Hex 5 59 AF

RGB Percentages of Color #0559af

%1.86
%33.09
%65.06

CMYK Percentages of Color #0559af

%97
%49
%0
%31

Triadic Colors of #0559af

#0559af #af0559 #59af05

Analogous Colors of #0559af

#0559af #0605af #05aeaf

Monochromatic Colors of #0559af

#0559af

Complementary Color

#0559af #af5b05

#0559af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0559af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0559af Color CSS Codes

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

#0559af Text Font Color

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

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


#0559af Background Color

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

This div background color is #0559af


#0559af Border Color

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

This div border color is #0559af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0559af


Comments

No comments written yet.

Please login to write comment.