Color Hex Logo

#594065 Color Hex

#594065
(89,64,101)
0 Favorites   0 Comments

Color spaces of #594065

RGB 8964101
HSL0.780.220.32
HSV281°37°40°
CMYK 0.120.370.00   0.60
XYZ8.30226.730213.1734
Yxy6.73020.29430.2386
Hunter Lab25.942611.7242-11.9470
CIE-Lab31.184618.4656-17.5653

#594065 color RGB value is (89,64,101).

#594065 hex color red value is 89, green value is 64 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #594065 hue: 0.78 , saturation: 0.22 and the lightness value of 594065 is 0.32.

The process color (four color CMYK) of #594065 color hex is 0.12, 0.37, 0.00, 0.60. Web safe color of #594065 is #663366. Color #594065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000000 01100101
Octal 131 100 145
Decimal 89 64 101
Hex 59 40 65

RGB Percentages of Color #594065

%35.04
%25.20
%39.76

CMYK Percentages of Color #594065

%12
%37
%0
%60

Triadic Colors of #594065

#594065 #655940 #406559

Analogous Colors of #594065

#594065 #65405f #464065

Monochromatic Colors of #594065

#594065

Complementary Color

#594065 #4c6540

#594065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594065 Color CSS Codes

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

#594065 Text Font Color

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

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


#594065 Background Color

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

This div background color is #594065


#594065 Border Color

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

This div border color is #594065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594065


Comments

No comments written yet.

Please login to write comment.