Color Hex Logo

#595698 Color Hex

#595698
(89,86,152)
0 Favorites   0 Comments

Color spaces of #595698

RGB 8986152
HSL0.670.280.47
HSV243°43°60°
CMYK 0.410.430.00   0.40
XYZ13.115111.046431.1467
Yxy11.04640.23710.1997
Hunter Lab33.236112.2736-32.2974
CIE-Lab39.658518.4660-35.8164

#595698 color RGB value is (89,86,152).

#595698 hex color red value is 89, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #595698 hue: 0.67 , saturation: 0.28 and the lightness value of 595698 is 0.47.

The process color (four color CMYK) of #595698 color hex is 0.41, 0.43, 0.00, 0.40. Web safe color of #595698 is #666699. Color #595698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 10011000
Octal 131 126 230
Decimal 89 86 152
Hex 59 56 98

RGB Percentages of Color #595698

%27.22
%26.30
%46.48

CMYK Percentages of Color #595698

%41
%43
%0
%40

Triadic Colors of #595698

#595698 #985956 #569859

Analogous Colors of #595698

#595698 #7a5698 #567498

Monochromatic Colors of #595698

#595698

Complementary Color

#595698 #959856

#595698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595698 Color CSS Codes

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

#595698 Text Font Color

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

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


#595698 Background Color

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

This div background color is #595698


#595698 Border Color

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

This div border color is #595698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595698

#595698 Color Palettes


Comments

No comments written yet.

Please login to write comment.