Color Hex Logo

#595160 Color Hex

#595160
(89,81,96)
0 Favorites   0 Comments

Color spaces of #595160

RGB 898196
HSL0.760.080.35
HSV272°16°38°
CMYK 0.070.160.00   0.62
XYZ9.17368.853212.2917
Yxy8.85320.30260.2920
Hunter Lab29.75432.9635-3.6650
CIE-Lab35.70016.5074-7.5220

#595160 color RGB value is (89,81,96).

#595160 hex color red value is 89, green value is 81 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #595160 hue: 0.76 , saturation: 0.08 and the lightness value of 595160 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010001 01100000
Octal 131 121 140
Decimal 89 81 96
Hex 59 51 60

RGB Percentages of Color #595160

%33.46
%30.45
%36.09

CMYK Percentages of Color #595160

%7
%16
%0
%62

Triadic Colors of #595160

#595160 #605951 #516059

Analogous Colors of #595160

#595160 #605160 #525160

Monochromatic Colors of #595160

#595160

Complementary Color

#595160 #586051

#595160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595160 Color CSS Codes

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

#595160 Text Font Color

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

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


#595160 Background Color

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

This div background color is #595160


#595160 Border Color

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

This div border color is #595160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595160


Comments

No comments written yet.

Please login to write comment.