Color Hex Logo

#558969 Color Hex

#558969
(85,137,105)
0 Favorites   0 Comments

Color spaces of #558969

RGB 85137105
HSL0.400.230.44
HSV143°38°54°
CMYK 0.380.000.23   0.46
XYZ15.241820.842516.5843
Yxy20.84250.28940.3957
Hunter Lab45.6536-20.300210.4196
CIE-Lab52.7767-24.805711.7712

#558969 color RGB value is (85,137,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001001 01101001
Octal 125 211 151
Decimal 85 137 105
Hex 55 89 69

RGB Percentages of Color #558969

%25.99
%41.90
%32.11

CMYK Percentages of Color #558969

%38
%0
%23
%46

Triadic Colors of #558969

#558969 #695589 #896955

Analogous Colors of #558969

#558969 #558983 #5b8955

Monochromatic Colors of #558969

#558969

Complementary Color

#558969 #895575

#558969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558969 Color CSS Codes

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

#558969 Text Font Color

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

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


#558969 Background Color

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

This div background color is #558969


#558969 Border Color

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

This div border color is #558969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558969


Comments

No comments written yet.

Please login to write comment.