Color Hex Logo

#055780 Color Hex

#055780
(5,87,128)
0 Favorites   0 Comments

Color spaces of #055780

RGB 587128
HSL0.560.920.26
HSV200°96°50°
CMYK 0.960.320.00   0.50
XYZ7.36718.407221.6565
Yxy8.40720.19680.2246
Hunter Lab28.9952-5.3882-23.9871
CIE-Lab34.8169-5.8538-29.1299

#055780 color RGB value is (5,87,128).

#055780 hex color red value is 5, green value is 87 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #055780 hue: 0.56 , saturation: 0.92 and the lightness value of 055780 is 0.26.

The process color (four color CMYK) of #055780 color hex is 0.96, 0.32, 0.00, 0.50. Web safe color of #055780 is #006699. Color #055780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010111 10000000
Octal 5 127 200
Decimal 5 87 128
Hex 5 57 80

RGB Percentages of Color #055780

%2.27
%39.55
%58.18

CMYK Percentages of Color #055780

%96
%32
%0
%50

Triadic Colors of #055780

#055780 #800557 #578005

Analogous Colors of #055780

#055780 #051a80 #05806c

Monochromatic Colors of #055780

#055780

Complementary Color

#055780 #802e05

#055780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055780 Color CSS Codes

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

#055780 Text Font Color

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

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


#055780 Background Color

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

This div background color is #055780


#055780 Border Color

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

This div border color is #055780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055780


Comments

No comments written yet.

Please login to write comment.