Color Hex Logo

#597599 Color Hex

#597599
(89,117,153)
0 Favorites   0 Comments

Color spaces of #597599

RGB 89117153
HSL0.590.260.47
HSV214°42°60°
CMYK 0.420.240.00   0.40
XYZ16.230917.146332.5911
Yxy17.14630.24600.2599
Hunter Lab41.4081-2.4968-17.6798
CIE-Lab48.4438-0.3763-22.6756

#597599 color RGB value is (89,117,153).

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

The process color (four color CMYK) of #597599 color hex is 0.42, 0.24, 0.00, 0.40. Web safe color of #597599 is #666699. Color #597599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110101 10011001
Octal 131 165 231
Decimal 89 117 153
Hex 59 75 99

RGB Percentages of Color #597599

%24.79
%32.59
%42.62

CMYK Percentages of Color #597599

%42
%24
%0
%40

Triadic Colors of #597599

#597599 #995975 #759959

Analogous Colors of #597599

#597599 #5d5999 #599599

Monochromatic Colors of #597599

#597599

Complementary Color

#597599 #997d59

#597599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#597599 Color CSS Codes

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

#597599 Text Font Color

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

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


#597599 Background Color

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

This div background color is #597599


#597599 Border Color

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

This div border color is #597599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597599


Comments

No comments written yet.

Please login to write comment.