Color Hex Logo

#055040 Color Hex

#055040
(5,80,64)
0 Favorites   0 Comments

Color spaces of #055040

RGB 58064
HSL0.460.880.17
HSV167°94°31°
CMYK 0.940.000.20   0.69
XYZ3.85676.13985.8323
Yxy6.13980.24370.3879
Hunter Lab24.7786-15.57973.3896
CIE-Lab29.7625-25.43643.5091

#055040 color RGB value is (5,80,64).

#055040 hex color red value is 5, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #055040 hue: 0.46 , saturation: 0.88 and the lightness value of 055040 is 0.17.

The process color (four color CMYK) of #055040 color hex is 0.94, 0.00, 0.20, 0.69. Web safe color of #055040 is #006633. Color #055040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 01000000
Octal 5 120 100
Decimal 5 80 64
Hex 5 50 40

RGB Percentages of Color #055040

%3.36
%53.69
%42.95

CMYK Percentages of Color #055040

%94
%0
%20
%69

Triadic Colors of #055040

#055040 #400550 #504005

Analogous Colors of #055040

#055040 #053b50 #05501b

Monochromatic Colors of #055040

#055040

Complementary Color

#055040 #500515

#055040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055040 Color CSS Codes

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

#055040 Text Font Color

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

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


#055040 Background Color

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

This div background color is #055040


#055040 Border Color

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

This div border color is #055040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055040


Comments

No comments written yet.

Please login to write comment.