Color Hex Logo

#596275 Color Hex

#596275
(89,98,117)
0 Favorites   0 Comments

Color spaces of #596275

RGB 8998117
HSL0.610.140.40
HSV221°24°46°
CMYK 0.240.160.00   0.54
XYZ11.698412.143618.5570
Yxy12.14360.27590.2864
Hunter Lab34.8477-1.0608-7.1796
CIE-Lab41.44341.1124-11.8462

#596275 color RGB value is (89,98,117).

#596275 hex color red value is 89, green value is 98 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #596275 hue: 0.61 , saturation: 0.14 and the lightness value of 596275 is 0.40.

The process color (four color CMYK) of #596275 color hex is 0.24, 0.16, 0.00, 0.54. Web safe color of #596275 is #666666. Color #596275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100010 01110101
Octal 131 142 165
Decimal 89 98 117
Hex 59 62 75

RGB Percentages of Color #596275

%29.28
%32.24
%38.49

CMYK Percentages of Color #596275

%24
%16
%0
%54

Triadic Colors of #596275

#596275 #755962 #627559

Analogous Colors of #596275

#596275 #5e5975 #597075

Monochromatic Colors of #596275

#596275

Complementary Color

#596275 #756c59

#596275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596275 Color CSS Codes

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

#596275 Text Font Color

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

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


#596275 Background Color

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

This div background color is #596275


#596275 Border Color

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

This div border color is #596275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596275


Comments

No comments written yet.

Please login to write comment.