Color Hex Logo

#595461 Color Hex

#595461
(89,84,97)
0 Favorites   0 Comments

Color spaces of #595461

RGB 898497
HSL0.730.070.35
HSV263°13°38°
CMYK 0.080.130.00   0.62
XYZ9.44789.327612.6117
Yxy9.32760.30100.2972
Hunter Lab30.54111.7715-3.1045
CIE-Lab36.60754.8588-6.7891

#595461 color RGB value is (89,84,97).

#595461 hex color red value is 89, green value is 84 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #595461 hue: 0.73 , saturation: 0.07 and the lightness value of 595461 is 0.35.

The process color (four color CMYK) of #595461 color hex is 0.08, 0.13, 0.00, 0.62. Web safe color of #595461 is #666666. Color #595461 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010100 01100001
Octal 131 124 141
Decimal 89 84 97
Hex 59 54 61

RGB Percentages of Color #595461

%32.96
%31.11
%35.93

CMYK Percentages of Color #595461

%8
%13
%0
%62

Triadic Colors of #595461

#595461 #615954 #546159

Analogous Colors of #595461

#595461 #605461 #545661

Monochromatic Colors of #595461

#595461

Complementary Color

#595461 #5c6154

#595461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595461 Color CSS Codes

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

#595461 Text Font Color

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

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


#595461 Background Color

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

This div background color is #595461


#595461 Border Color

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

This div border color is #595461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595461


Comments

No comments written yet.

Please login to write comment.