Color Hex Logo

#558955 Color Hex

#558955
(85,137,85)
0 Favorites   0 Comments

Color spaces of #558955

RGB 8513785
HSL0.330.230.44
HSV120°38°54°
CMYK 0.380.000.38   0.46
XYZ14.331720.478511.7917
Yxy20.47850.30750.4394
Hunter Lab45.2532-22.662016.2279
CIE-Lab52.3740-28.587822.5548

#558955 color RGB value is (85,137,85).

#558955 hex color red value is 85, green value is 137 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #558955 hue: 0.33 , saturation: 0.23 and the lightness value of 558955 is 0.44.

The process color (four color CMYK) of #558955 color hex is 0.38, 0.00, 0.38, 0.46. Web safe color of #558955 is #669966. Color #558955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001001 01010101
Octal 125 211 125
Decimal 85 137 85
Hex 55 89 55

RGB Percentages of Color #558955

%27.69
%44.63
%27.69

CMYK Percentages of Color #558955

%38
%0
%38
%46

Triadic Colors of #558955

#558955 #555589 #895555

Analogous Colors of #558955

#558955 #55896f #6f8955

Monochromatic Colors of #558955

#558955

Complementary Color

#558955 #895589

#558955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558955 Color CSS Codes

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

#558955 Text Font Color

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

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


#558955 Background Color

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

This div background color is #558955


#558955 Border Color

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

This div border color is #558955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558955


Comments

No comments written yet.

Please login to write comment.