Color Hex Logo

#055139 Color Hex

#055139
(5,81,57)
0 Favorites   0 Comments

Color spaces of #055139

RGB 58157
HSL0.450.880.17
HSV161°94°32°
CMYK 0.940.000.30   0.68
XYZ3.74356.21254.8727
Yxy6.21250.25240.4190
Hunter Lab24.9249-16.80945.8565
CIE-Lab29.9424-27.90978.2042

#055139 color RGB value is (5,81,57).

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

The process color (four color CMYK) of #055139 color hex is 0.94, 0.00, 0.30, 0.68. Web safe color of #055139 is #006633. Color #055139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010001 00111001
Octal 5 121 71
Decimal 5 81 57
Hex 5 51 39

RGB Percentages of Color #055139

%3.50
%56.64
%39.86

CMYK Percentages of Color #055139

%94
%0
%30
%68

Triadic Colors of #055139

#055139 #390551 #513905

Analogous Colors of #055139

#055139 #054351 #055113

Monochromatic Colors of #055139

#055139

Complementary Color

#055139 #51051d

#055139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055139 Color CSS Codes

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

#055139 Text Font Color

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

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


#055139 Background Color

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

This div background color is #055139


#055139 Border Color

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

This div border color is #055139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055139


Comments

No comments written yet.

Please login to write comment.