Color Hex Logo

#055237 Color Hex

#055237
(5,82,55)
0 Favorites   0 Comments

Color spaces of #055237

RGB 58255
HSL0.440.890.17
HSV159°94°32°
CMYK 0.940.000.33   0.68
XYZ3.76956.34274.6400
Yxy6.34270.25550.4299
Hunter Lab25.1847-17.35646.7058
CIE-Lab30.2611-28.89069.9026

#055237 color RGB value is (5,82,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010010 00110111
Octal 5 122 67
Decimal 5 82 55
Hex 5 52 37

RGB Percentages of Color #055237

%3.52
%57.75
%38.73

CMYK Percentages of Color #055237

%94
%0
%33
%68

Triadic Colors of #055237

#055237 #370552 #523705

Analogous Colors of #055237

#055237 #054752 #055211

Monochromatic Colors of #055237

#055237

Complementary Color

#055237 #520520

#055237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055237 Color CSS Codes

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

#055237 Text Font Color

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

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


#055237 Background Color

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

This div background color is #055237


#055237 Border Color

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

This div border color is #055237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055237


Comments

No comments written yet.

Please login to write comment.