Color Hex Logo

#596198 Color Hex

#596198
(89,97,152)
0 Favorites   0 Comments

Color spaces of #596198

RGB 8997152
HSL0.650.260.47
HSV232°41°60°
CMYK 0.410.360.00   0.40
XYZ14.062012.940231.4623
Yxy12.94020.24050.2213
Hunter Lab35.97256.8255-26.6755
CIE-Lab42.673011.5467-31.0626

#596198 color RGB value is (89,97,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100001 10011000
Octal 131 141 230
Decimal 89 97 152
Hex 59 61 98

RGB Percentages of Color #596198

%26.33
%28.70
%44.97

CMYK Percentages of Color #596198

%41
%36
%0
%40

Triadic Colors of #596198

#596198 #985961 #619859

Analogous Colors of #596198

#596198 #715998 #598198

Monochromatic Colors of #596198

#596198

Complementary Color

#596198 #989059

#596198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596198 Color CSS Codes

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

#596198 Text Font Color

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

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


#596198 Background Color

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

This div background color is #596198


#596198 Border Color

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

This div border color is #596198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596198


Comments

No comments written yet.

Please login to write comment.