Color Hex Logo

#558505 Color Hex

#558505
(85,133,5)
0 Favorites   0 Comments

Color spaces of #558505

RGB 851335
HSL0.230.930.27
HSV83°96°52°
CMYK 0.360.000.96   0.48
XYZ12.161218.71733.1154
Yxy18.71730.35770.5506
Hunter Lab43.2635-25.535526.0150
CIE-Lab50.3548-34.061153.2335

#558505 color RGB value is (85,133,5).

#558505 hex color red value is 85, green value is 133 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #558505 hue: 0.23 , saturation: 0.93 and the lightness value of 558505 is 0.27.

The process color (four color CMYK) of #558505 color hex is 0.36, 0.00, 0.96, 0.48. Web safe color of #558505 is #669900. Color #558505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000101 00000101
Octal 125 205 5
Decimal 85 133 5
Hex 55 85 5

RGB Percentages of Color #558505

%38.12
%59.64
%2.24

CMYK Percentages of Color #558505

%36
%0
%96
%48

Triadic Colors of #558505

#558505 #055585 #850555

Analogous Colors of #558505

#558505 #158505 #857505

Monochromatic Colors of #558505

#558505

Complementary Color

#558505 #350585

#558505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558505 Color CSS Codes

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

#558505 Text Font Color

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

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


#558505 Background Color

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

This div background color is #558505


#558505 Border Color

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

This div border color is #558505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558505


Comments

No comments written yet.

Please login to write comment.