Color Hex Logo

#597099 Color Hex

#597099
(89,112,153)
0 Favorites   0 Comments

Color spaces of #597099

RGB 89112153
HSL0.610.260.47
HSV218°42°60°
CMYK 0.420.270.00   0.40
XYZ15.663816.012132.4021
Yxy16.01210.24440.2499
Hunter Lab40.0151-0.1532-19.9993
CIE-Lab46.99042.6196-24.9225

#597099 color RGB value is (89,112,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110000 10011001
Octal 131 160 231
Decimal 89 112 153
Hex 59 70 99

RGB Percentages of Color #597099

%25.14
%31.64
%43.22

CMYK Percentages of Color #597099

%42
%27
%0
%40

Triadic Colors of #597099

#597099 #995970 #709959

Analogous Colors of #597099

#597099 #625999 #599099

Monochromatic Colors of #597099

#597099

Complementary Color

#597099 #998259

#597099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#597099 Color CSS Codes

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

#597099 Text Font Color

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

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


#597099 Background Color

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

This div background color is #597099


#597099 Border Color

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

This div border color is #597099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597099


Comments

No comments written yet.

Please login to write comment.