Color Hex Logo

#596874 Color Hex

#596874
(89,104,116)
0 Favorites   0 Comments

Color spaces of #596874

RGB 89104116
HSL0.570.130.40
HSV207°23°45°
CMYK 0.230.100.00   0.55
XYZ12.222513.285418.4431
Yxy13.28540.27810.3023
Hunter Lab36.4491-3.9296-4.4861
CIE-Lab43.1902-2.7564-8.6073

#596874 color RGB value is (89,104,116).

#596874 hex color red value is 89, green value is 104 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #596874 hue: 0.57 , saturation: 0.13 and the lightness value of 596874 is 0.40.

The process color (four color CMYK) of #596874 color hex is 0.23, 0.10, 0.00, 0.55. Web safe color of #596874 is #666666. Color #596874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101000 01110100
Octal 131 150 164
Decimal 89 104 116
Hex 59 68 74

RGB Percentages of Color #596874

%28.80
%33.66
%37.54

CMYK Percentages of Color #596874

%23
%10
%0
%55

Triadic Colors of #596874

#596874 #745968 #687459

Analogous Colors of #596874

#596874 #595b74 #597473

Monochromatic Colors of #596874

#596874

Complementary Color

#596874 #746559

#596874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596874 Color CSS Codes

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

#596874 Text Font Color

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

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


#596874 Background Color

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

This div background color is #596874


#596874 Border Color

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

This div border color is #596874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596874


Comments

No comments written yet.

Please login to write comment.