Color Hex Logo

#055526 Color Hex

#055526
(5,85,38)
0 Favorites   0 Comments

Color spaces of #055526

RGB 58538
HSL0.400.890.18
HSV145°94°33°
CMYK 0.940.000.55   0.67
XYZ3.66096.66922.9281
Yxy6.66920.27610.5030
Hunter Lab25.8248-19.889411.3549
CIE-Lab31.0417-33.908521.1863

#055526 color RGB value is (5,85,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010101 00100110
Octal 5 125 46
Decimal 5 85 38
Hex 5 55 26

RGB Percentages of Color #055526

%3.91
%66.41
%29.69

CMYK Percentages of Color #055526

%94
%0
%55
%67

Triadic Colors of #055526

#055526 #260555 #552605

Analogous Colors of #055526

#055526 #05554e #0c5505

Monochromatic Colors of #055526

#055526

Complementary Color

#055526 #550534

#055526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055526 Color CSS Codes

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

#055526 Text Font Color

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

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


#055526 Background Color

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

This div background color is #055526


#055526 Border Color

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

This div border color is #055526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055526


Comments

No comments written yet.

Please login to write comment.