Color Hex Logo

#055222 Color Hex

#055222
(5,82,34)
0 Favorites   0 Comments

Color spaces of #055222

RGB 58234
HSL0.400.890.17
HSV143°94°32°
CMYK 0.940.000.59   0.68
XYZ3.36866.18232.5291
Yxy6.18230.27890.5118
Hunter Lab24.8642-19.329311.3742
CIE-Lab29.8678-33.468122.0180

#055222 color RGB value is (5,82,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010010 00100010
Octal 5 122 42
Decimal 5 82 34
Hex 5 52 22

RGB Percentages of Color #055222

%4.13
%67.77
%28.10

CMYK Percentages of Color #055222

%94
%0
%59
%68

Triadic Colors of #055222

#055222 #220552 #522205

Analogous Colors of #055222

#055222 #055249 #0f5205

Monochromatic Colors of #055222

#055222

Complementary Color

#055222 #520535

#055222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055222 Color CSS Codes

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

#055222 Text Font Color

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

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


#055222 Background Color

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

This div background color is #055222


#055222 Border Color

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

This div border color is #055222


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,82,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 #055222">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055222


Comments

No comments written yet.

Please login to write comment.