Color Hex Logo

#558869 Color Hex

#558869
(85,136,105)
0 Favorites   0 Comments

Color spaces of #558869

RGB 85136105
HSL0.400.230.43
HSV144°38°53°
CMYK 0.380.000.23   0.47
XYZ15.100320.559516.5371
Yxy20.55950.28930.3939
Hunter Lab45.3426-19.904210.1159
CIE-Lab52.4640-24.301111.3335

#558869 color RGB value is (85,136,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001000 01101001
Octal 125 210 151
Decimal 85 136 105
Hex 55 88 69

RGB Percentages of Color #558869

%26.07
%41.72
%32.21

CMYK Percentages of Color #558869

%38
%0
%23
%47

Triadic Colors of #558869

#558869 #695588 #886955

Analogous Colors of #558869

#558869 #558883 #5b8855

Monochromatic Colors of #558869

#558869

Complementary Color

#558869 #885574

#558869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558869 Color CSS Codes

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

#558869 Text Font Color

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

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


#558869 Background Color

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

This div background color is #558869


#558869 Border Color

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

This div border color is #558869


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,136,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 #558869">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558869


Comments

No comments written yet.

Please login to write comment.