Color Hex Logo

#559465 Color Hex

#559465
(85,148,101)
0 Favorites   0 Comments

Color spaces of #559465

RGB 85148101
HSL0.380.270.46
HSV135°43°58°
CMYK 0.430.000.32   0.42
XYZ16.685224.050716.0748
Yxy24.05070.29370.4233
Hunter Lab49.0415-25.092314.8950
CIE-Lab56.1385-30.978718.6727

#559465 color RGB value is (85,148,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010100 01100101
Octal 125 224 145
Decimal 85 148 101
Hex 55 94 65

RGB Percentages of Color #559465

%25.45
%44.31
%30.24

CMYK Percentages of Color #559465

%43
%0
%32
%42

Triadic Colors of #559465

#559465 #655594 #946555

Analogous Colors of #559465

#559465 #559485 #659455

Monochromatic Colors of #559465

#559465

Complementary Color

#559465 #945584

#559465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559465 Color CSS Codes

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

#559465 Text Font Color

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

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


#559465 Background Color

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

This div background color is #559465


#559465 Border Color

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

This div border color is #559465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559465


Comments

No comments written yet.

Please login to write comment.