Color Hex Logo

#594f57 Color Hex

#594F57
(89,79,87)
0 Favorites   0 Comments

Color spaces of #594f57

RGB 897987
HSL0.870.060.33
HSV312°11°35°
CMYK 0.000.110.02   0.65
XYZ8.63618.403910.1838
Yxy8.40390.31720.3087
Hunter Lab28.98952.4444-0.5355
CIE-Lab34.81035.7730-3.1809

#594f57 color RGB value is (89,79,87).

#594f57 hex color red value is 89, green value is 79 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #594f57 hue: 0.87 , saturation: 0.06 and the lightness value of 594f57 is 0.33.

The process color (four color CMYK) of #594f57 color hex is 0.00, 0.11, 0.02, 0.65. Web safe color of #594f57 is #666666. Color #594f57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 01010111
Octal 131 117 127
Decimal 89 79 87
Hex 59 4F 57

RGB Percentages of Color #594f57

%34.90
%30.98
%34.12

CMYK Percentages of Color #594f57

%0
%11
%2
%65

Triadic Colors of #594f57

#594f57 #57594f #4f5759

Analogous Colors of #594f57

#594f57 #594f52 #564f59

Monochromatic Colors of #594f57

#594f57

Complementary Color

#594f57 #4f5951

#594f57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594f57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594f57 Color CSS Codes

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

#594f57 Text Font Color

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

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


#594f57 Background Color

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

This div background color is #594f57


#594f57 Border Color

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

This div border color is #594f57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,79,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594f57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594f57;
  -webkit-box-shadow: 1px 1px 3px 2px #594f57;
  box-shadow:         1px 1px 3px 2px #594f57; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,79,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594f57


Comments

No comments written yet.

Please login to write comment.