Color Hex Logo

#597bae Color Hex

#597BAE
(89,123,174)
0 Favorites   0 Comments

Color spaces of #597bae

RGB 89123174
HSL0.600.340.52
HSV216°49°68°
CMYK 0.490.290.00   0.32
XYZ18.842819.345842.7854
Yxy19.34580.23270.2389
Hunter Lab43.9839-0.5019-26.8858
CIE-Lab51.08932.3668-30.8189

#597bae color RGB value is (89,123,174).

#597bae hex color red value is 89, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #597bae hue: 0.60 , saturation: 0.34 and the lightness value of 597bae is 0.52.

The process color (four color CMYK) of #597bae color hex is 0.49, 0.29, 0.00, 0.32. Web safe color of #597bae is #666699. Color #597bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111011 10101110
Octal 131 173 256
Decimal 89 123 174
Hex 59 7B AE

RGB Percentages of Color #597bae

%23.06
%31.87
%45.08

CMYK Percentages of Color #597bae

%49
%29
%0
%32

Triadic Colors of #597bae

#597bae #ae597b #7bae59

Analogous Colors of #597bae

#597bae #6159ae #59a6ae

Monochromatic Colors of #597bae

#597bae

Complementary Color

#597bae #ae8c59

#597bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#597bae Color CSS Codes

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

#597bae Text Font Color

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

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


#597bae Background Color

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

This div background color is #597bae


#597bae Border Color

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

This div border color is #597bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,123,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #597bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #597bae;
  -webkit-box-shadow: 1px 1px 3px 2px #597bae;
  box-shadow:         1px 1px 3px 2px #597bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597bae


Comments

No comments written yet.

Please login to write comment.