Color Hex Logo

#595869 Color Hex

#595869
(89,88,105)
0 Favorites   0 Comments

Color spaces of #595869

RGB 8988105
HSL0.680.090.38
HSV244°16°41°
CMYK 0.150.160.00   0.59
XYZ10.159310.123214.7831
Yxy10.12320.28970.2887
Hunter Lab31.81701.3161-5.2760
CIE-Lab38.06264.2608-9.5819

#595869 color RGB value is (89,88,105).

#595869 hex color red value is 89, green value is 88 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #595869 hue: 0.68 , saturation: 0.09 and the lightness value of 595869 is 0.38.

The process color (four color CMYK) of #595869 color hex is 0.15, 0.16, 0.00, 0.59. Web safe color of #595869 is #666666. Color #595869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011000 01101001
Octal 131 130 151
Decimal 89 88 105
Hex 59 58 69

RGB Percentages of Color #595869

%31.56
%31.21
%37.23

CMYK Percentages of Color #595869

%15
%16
%0
%59

Triadic Colors of #595869

#595869 #695958 #586959

Analogous Colors of #595869

#595869 #625869 #586069

Monochromatic Colors of #595869

#595869

Complementary Color

#595869 #686958

#595869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595869 Color CSS Codes

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

#595869 Text Font Color

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

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


#595869 Background Color

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

This div background color is #595869


#595869 Border Color

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

This div border color is #595869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595869


Comments

No comments written yet.

Please login to write comment.