Color Hex Logo

#558374 Color Hex

#558374
(85,131,116)
0 Favorites   0 Comments

Color spaces of #558374

RGB 85131116
HSL0.450.210.42
HSV160°35°51°
CMYK 0.350.000.11   0.49
XYZ15.015019.424819.4810
Yxy19.42480.27850.3602
Hunter Lab44.0736-16.31734.6447
CIE-Lab51.1805-19.27993.1312

#558374 color RGB value is (85,131,116).

#558374 hex color red value is 85, green value is 131 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #558374 hue: 0.45 , saturation: 0.21 and the lightness value of 558374 is 0.42.

The process color (four color CMYK) of #558374 color hex is 0.35, 0.00, 0.11, 0.49. Web safe color of #558374 is #669966. Color #558374 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 01110100
Octal 125 203 164
Decimal 85 131 116
Hex 55 83 74

RGB Percentages of Color #558374

%25.60
%39.46
%34.94

CMYK Percentages of Color #558374

%35
%0
%11
%49

Triadic Colors of #558374

#558374 #745583 #837455

Analogous Colors of #558374

#558374 #557b83 #55835d

Monochromatic Colors of #558374

#558374

Complementary Color

#558374 #835564

#558374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558374 Color CSS Codes

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

#558374 Text Font Color

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

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


#558374 Background Color

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

This div background color is #558374


#558374 Border Color

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

This div border color is #558374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558374


Comments

No comments written yet.

Please login to write comment.