Color Hex Logo

#558751 Color Hex

#558751
(85,135,81)
0 Favorites   0 Comments

Color spaces of #558751

RGB 8513581
HSL0.320.250.42
HSV116°40°53°
CMYK 0.370.000.40   0.47
XYZ13.895519.853310.8843
Yxy19.85330.31130.4448
Hunter Lab44.5570-22.308116.7067
CIE-Lab51.6709-28.285423.8536

#558751 color RGB value is (85,135,81).

#558751 hex color red value is 85, green value is 135 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #558751 hue: 0.32 , saturation: 0.25 and the lightness value of 558751 is 0.42.

The process color (four color CMYK) of #558751 color hex is 0.37, 0.00, 0.40, 0.47. Web safe color of #558751 is #669966. Color #558751 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000111 01010001
Octal 125 207 121
Decimal 85 135 81
Hex 55 87 51

RGB Percentages of Color #558751

%28.24
%44.85
%26.91

CMYK Percentages of Color #558751

%37
%0
%40
%47

Triadic Colors of #558751

#558751 #515587 #875155

Analogous Colors of #558751

#558751 #518768 #708751

Monochromatic Colors of #558751

#558751

Complementary Color

#558751 #835187

#558751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558751 Color CSS Codes

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

#558751 Text Font Color

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

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


#558751 Background Color

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

This div background color is #558751


#558751 Border Color

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

This div border color is #558751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558751


Comments

No comments written yet.

Please login to write comment.