Color Hex Logo

#559365 Color Hex

#559365
(85,147,101)
0 Favorites   0 Comments

Color spaces of #559365

RGB 85147101
HSL0.380.270.45
HSV135°42°58°
CMYK 0.420.000.31   0.42
XYZ16.529023.738316.0227
Yxy23.73830.29360.4217
Hunter Lab48.7220-24.707014.6073
CIE-Lab55.8248-30.502918.2461

#559365 color RGB value is (85,147,101).

#559365 hex color red value is 85, green value is 147 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #559365 hue: 0.38 , saturation: 0.27 and the lightness value of 559365 is 0.45.

The process color (four color CMYK) of #559365 color hex is 0.42, 0.00, 0.31, 0.42. Web safe color of #559365 is #669966. Color #559365 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010011 01100101
Octal 125 223 145
Decimal 85 147 101
Hex 55 93 65

RGB Percentages of Color #559365

%25.53
%44.14
%30.33

CMYK Percentages of Color #559365

%42
%0
%31
%42

Triadic Colors of #559365

#559365 #655593 #936555

Analogous Colors of #559365

#559365 #559384 #649355

Monochromatic Colors of #559365

#559365

Complementary Color

#559365 #935583

#559365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559365 Color CSS Codes

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

#559365 Text Font Color

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

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


#559365 Background Color

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

This div background color is #559365


#559365 Border Color

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

This div border color is #559365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559365


Comments

No comments written yet.

Please login to write comment.