Color Hex Logo

#055741 Color Hex

#055741
(5,87,65)
0 Favorites   0 Comments

Color spaces of #055741

RGB 58765
HSL0.460.890.18
HSV164°94°34°
CMYK 0.940.000.25   0.66
XYZ4.42497.23036.1634
Yxy7.23030.24830.4058
Hunter Lab26.8892-17.68215.2323
CIE-Lab32.3255-28.42996.5278

#055741 color RGB value is (5,87,65).

#055741 hex color red value is 5, green value is 87 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #055741 hue: 0.46 , saturation: 0.89 and the lightness value of 055741 is 0.18.

The process color (four color CMYK) of #055741 color hex is 0.94, 0.00, 0.25, 0.66. Web safe color of #055741 is #006633. Color #055741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010111 01000001
Octal 5 127 101
Decimal 5 87 65
Hex 5 57 41

RGB Percentages of Color #055741

%3.18
%55.41
%41.40

CMYK Percentages of Color #055741

%94
%0
%25
%66

Triadic Colors of #055741

#055741 #410557 #574105

Analogous Colors of #055741

#055741 #054457 #055718

Monochromatic Colors of #055741

#055741

Complementary Color

#055741 #57051b

#055741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055741 Color CSS Codes

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

#055741 Text Font Color

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

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


#055741 Background Color

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

This div background color is #055741


#055741 Border Color

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

This div border color is #055741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055741


Comments

No comments written yet.

Please login to write comment.