Color Hex Logo

#0564ac Color Hex

#0564AC
(5,100,172)
0 Favorites   0 Comments

Color spaces of #0564ac

RGB 5100172
HSL0.570.940.35
HSV206°97°67°
CMYK 0.970.420.00   0.33
XYZ12.066212.125240.7342
Yxy12.12520.18580.1868
Hunter Lab34.82130.9163-44.9831
CIE-Lab41.41443.8172-45.1204

#0564ac color RGB value is (5,100,172).

#0564ac hex color red value is 5, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0564ac hue: 0.57 , saturation: 0.94 and the lightness value of 0564ac is 0.35.

The process color (four color CMYK) of #0564ac color hex is 0.97, 0.42, 0.00, 0.33. Web safe color of #0564ac is #006699. Color #0564ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100100 10101100
Octal 5 144 254
Decimal 5 100 172
Hex 5 64 AC

RGB Percentages of Color #0564ac

%1.81
%36.10
%62.09

CMYK Percentages of Color #0564ac

%97
%42
%0
%33

Triadic Colors of #0564ac

#0564ac #ac0564 #64ac05

Analogous Colors of #0564ac

#0564ac #0510ac #05aca1

Monochromatic Colors of #0564ac

#0564ac

Complementary Color

#0564ac #ac4d05

#0564ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0564ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0564ac Color CSS Codes

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

#0564ac Text Font Color

<p style="color:#0564ac">Text here</p>

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


#0564ac Background Color

<div style="background-color:#0564ac">
Div content here</div>

This div background color is #0564ac


#0564ac Border Color

<div style="border:3px solid #0564ac">
Div here</div>

This div border color is #0564ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,100,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0564ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0564ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0564ac;
  box-shadow:         1px 1px 3px 2px #0564ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,100,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 #0564ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0564ac

#0564ac Color Palettes


Comments

No comments written yet.

Please login to write comment.