Color Hex Logo

#055522 Color Hex

#055522
(5,85,34)
0 Favorites   0 Comments

Color spaces of #055522

RGB 58534
HSL0.390.890.18
HSV142°94°33°
CMYK 0.940.000.60   0.67
XYZ3.59986.64482.6062
Yxy6.64480.28010.5171
Hunter Lab25.7775-20.183312.0498
CIE-Lab30.9842-34.605523.3688

#055522 color RGB value is (5,85,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010101 00100010
Octal 5 125 42
Decimal 5 85 34
Hex 5 55 22

RGB Percentages of Color #055522

%4.03
%68.55
%27.42

CMYK Percentages of Color #055522

%94
%0
%60
%67

Triadic Colors of #055522

#055522 #220555 #552205

Analogous Colors of #055522

#055522 #05554a #105505

Monochromatic Colors of #055522

#055522

Complementary Color

#055522 #550538

#055522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055522 Color CSS Codes

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

#055522 Text Font Color

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

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


#055522 Background Color

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

This div background color is #055522


#055522 Border Color

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

This div border color is #055522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055522


Comments

No comments written yet.

Please login to write comment.