Color Hex Logo

#558021 Color Hex

#558021
(85,128,33)
0 Favorites   0 Comments

Color spaces of #558021

RGB 8512833
HSL0.240.590.32
HSV87°74°50°
CMYK 0.340.000.74   0.50
XYZ11.740017.47944.1940
Yxy17.47940.35140.5231
Hunter Lab41.8084-23.041023.3182
CIE-Lab48.8585-30.554544.2811

#558021 color RGB value is (85,128,33).

#558021 hex color red value is 85, green value is 128 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #558021 hue: 0.24 , saturation: 0.59 and the lightness value of 558021 is 0.32.

The process color (four color CMYK) of #558021 color hex is 0.34, 0.00, 0.74, 0.50. Web safe color of #558021 is #669933. Color #558021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 00100001
Octal 125 200 41
Decimal 85 128 33
Hex 55 80 21

RGB Percentages of Color #558021

%34.55
%52.03
%13.41

CMYK Percentages of Color #558021

%34
%0
%74
%50

Triadic Colors of #558021

#558021 #215580 #802155

Analogous Colors of #558021

#558021 #268021 #807c21

Monochromatic Colors of #558021

#558021

Complementary Color

#558021 #4c2180

#558021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558021 Color CSS Codes

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

#558021 Text Font Color

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

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


#558021 Background Color

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

This div background color is #558021


#558021 Border Color

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

This div border color is #558021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558021


Comments

No comments written yet.

Please login to write comment.