Color Hex Logo

#056478 Color Hex

#056478
(5,100,120)
0 Favorites   0 Comments

Color spaces of #056478

RGB 5100120
HSL0.530.920.25
HSV190°96°47°
CMYK 0.960.170.00   0.53
XYZ8.009910.502719.3744
Yxy10.50270.21140.2772
Hunter Lab32.4079-12.5959-12.7598
CIE-Lab38.7299-16.6920-18.1295

#056478 color RGB value is (5,100,120).

#056478 hex color red value is 5, green value is 100 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #056478 hue: 0.53 , saturation: 0.92 and the lightness value of 056478 is 0.25.

The process color (four color CMYK) of #056478 color hex is 0.96, 0.17, 0.00, 0.53. Web safe color of #056478 is #006666. Color #056478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100100 01111000
Octal 5 144 170
Decimal 5 100 120
Hex 5 64 78

RGB Percentages of Color #056478

%2.22
%44.44
%53.33

CMYK Percentages of Color #056478

%96
%17
%0
%53

Triadic Colors of #056478

#056478 #780564 #647805

Analogous Colors of #056478

#056478 #052a78 #057853

Monochromatic Colors of #056478

#056478

Complementary Color

#056478 #781905

#056478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056478 Color CSS Codes

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

#056478 Text Font Color

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

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


#056478 Background Color

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

This div background color is #056478


#056478 Border Color

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

This div border color is #056478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056478


Comments

No comments written yet.

Please login to write comment.