Color Hex Logo

#597aba Color Hex

#597ABA
(89,122,186)
0 Favorites   0 Comments

Color spaces of #597aba

RGB 89122186
HSL0.610.410.54
HSV220°52°73°
CMYK 0.520.340.00   0.27
XYZ19.942319.588149.1842
Yxy19.58810.22480.2208
Hunter Lab44.25842.9776-34.9078
CIE-Lab51.36836.7284-37.3043

#597aba color RGB value is (89,122,186).

#597aba hex color red value is 89, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #597aba hue: 0.61 , saturation: 0.41 and the lightness value of 597aba is 0.54.

The process color (four color CMYK) of #597aba color hex is 0.52, 0.34, 0.00, 0.27. Web safe color of #597aba is #6666cc. Color #597aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111010 10111010
Octal 131 172 272
Decimal 89 122 186
Hex 59 7A BA

RGB Percentages of Color #597aba

%22.42
%30.73
%46.85

CMYK Percentages of Color #597aba

%52
%34
%0
%27

Triadic Colors of #597aba

#597aba #ba597a #7aba59

Analogous Colors of #597aba

#597aba #6959ba #59abba

Monochromatic Colors of #597aba

#597aba

Complementary Color

#597aba #ba9959

#597aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#597aba Color CSS Codes

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

#597aba Text Font Color

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

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


#597aba Background Color

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

This div background color is #597aba


#597aba Border Color

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

This div border color is #597aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597aba


Comments

No comments written yet.

Please login to write comment.