Color Hex Logo

#056878 Color Hex

#056878
(5,104,120)
0 Favorites   0 Comments

Color spaces of #056878

RGB 5104120
HSL0.520.920.25
HSV188°96°47°
CMYK 0.960.130.00   0.53
XYZ8.403111.289019.5054
Yxy11.28900.21440.2880
Hunter Lab33.5991-14.1558-10.9004
CIE-Lab40.0630-18.9081-16.0840

#056878 color RGB value is (5,104,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101000 01111000
Octal 5 150 170
Decimal 5 104 120
Hex 5 68 78

RGB Percentages of Color #056878

%2.18
%45.41
%52.40

CMYK Percentages of Color #056878

%96
%13
%0
%53

Triadic Colors of #056878

#056878 #780568 #687805

Analogous Colors of #056878

#056878 #052f78 #05784e

Monochromatic Colors of #056878

#056878

Complementary Color

#056878 #781505

#056878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056878 Color CSS Codes

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

#056878 Text Font Color

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

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


#056878 Background Color

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

This div background color is #056878


#056878 Border Color

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

This div border color is #056878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056878


Comments

No comments written yet.

Please login to write comment.