Color Hex Logo

#597485 Color Hex

#597485
(89,116,133)
0 Favorites   0 Comments

Color spaces of #597485

RGB 89116133
HSL0.560.200.44
HSV203°33°52°
CMYK 0.330.130.00   0.48
XYZ14.598916.308124.5686
Yxy16.30810.26320.2940
Hunter Lab40.3833-6.1415-7.8029
CIE-Lab47.3761-5.4018-12.4905

#597485 color RGB value is (89,116,133).

#597485 hex color red value is 89, green value is 116 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #597485 hue: 0.56 , saturation: 0.20 and the lightness value of 597485 is 0.44.

The process color (four color CMYK) of #597485 color hex is 0.33, 0.13, 0.00, 0.48. Web safe color of #597485 is #666699. Color #597485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110100 10000101
Octal 131 164 205
Decimal 89 116 133
Hex 59 74 85

RGB Percentages of Color #597485

%26.33
%34.32
%39.35

CMYK Percentages of Color #597485

%33
%13
%0
%48

Triadic Colors of #597485

#597485 #855974 #748559

Analogous Colors of #597485

#597485 #595e85 #598580

Monochromatic Colors of #597485

#597485

Complementary Color

#597485 #856a59

#597485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#597485 Color CSS Codes

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

#597485 Text Font Color

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

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


#597485 Background Color

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

This div background color is #597485


#597485 Border Color

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

This div border color is #597485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597485


Comments

No comments written yet.

Please login to write comment.