Color Hex Logo

#055349 Color Hex

#055349
(5,83,73)
0 Favorites   0 Comments

Color spaces of #055349

RGB 58373
HSL0.480.890.17
HSV172°94°33°
CMYK 0.940.000.12   0.67
XYZ4.35846.69987.3668
Yxy6.69980.23650.3636
Hunter Lab25.8840-15.24071.2443
CIE-Lab31.1135-24.1112-0.2658

#055349 color RGB value is (5,83,73).

#055349 hex color red value is 5, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #055349 hue: 0.48 , saturation: 0.89 and the lightness value of 055349 is 0.17.

The process color (four color CMYK) of #055349 color hex is 0.94, 0.00, 0.12, 0.67. Web safe color of #055349 is #006633. Color #055349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010011 01001001
Octal 5 123 111
Decimal 5 83 73
Hex 5 53 49

RGB Percentages of Color #055349

%3.11
%51.55
%45.34

CMYK Percentages of Color #055349

%94
%0
%12
%67

Triadic Colors of #055349

#055349 #490553 #534905

Analogous Colors of #055349

#055349 #053653 #055322

Monochromatic Colors of #055349

#055349

Complementary Color

#055349 #53050f

#055349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055349 Color CSS Codes

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

#055349 Text Font Color

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

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


#055349 Background Color

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

This div background color is #055349


#055349 Border Color

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

This div border color is #055349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055349


Comments

No comments written yet.

Please login to write comment.