Color Hex Logo

#595760 Color Hex

#595760
(89,87,96)
0 Favorites   0 Comments

Color spaces of #595760

RGB 898796
HSL0.700.050.36
HSV253°38°
CMYK 0.070.090.00   0.62
XYZ9.63939.784812.4469
Yxy9.78480.30240.3070
Hunter Lab31.28070.2645-1.6956
CIE-Lab37.45342.7673-4.9042

#595760 color RGB value is (89,87,96).

#595760 hex color red value is 89, green value is 87 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #595760 hue: 0.70 , saturation: 0.05 and the lightness value of 595760 is 0.36.

The process color (four color CMYK) of #595760 color hex is 0.07, 0.09, 0.00, 0.62. Web safe color of #595760 is #666666. Color #595760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010111 01100000
Octal 131 127 140
Decimal 89 87 96
Hex 59 57 60

RGB Percentages of Color #595760

%32.72
%31.99
%35.29

CMYK Percentages of Color #595760

%7
%9
%0
%62

Triadic Colors of #595760

#595760 #605957 #576059

Analogous Colors of #595760

#595760 #5e5760 #575a60

Monochromatic Colors of #595760

#595760

Complementary Color

#595760 #5e6057

#595760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595760 Color CSS Codes

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

#595760 Text Font Color

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

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


#595760 Background Color

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

This div background color is #595760


#595760 Border Color

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

This div border color is #595760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595760


Comments

No comments written yet.

Please login to write comment.