Color Hex Logo

#598baa Color Hex

#598BAA
(89,139,170)
0 Favorites   0 Comments

Color spaces of #598baa

RGB 89139170
HSL0.560.320.51
HSV203°48°67°
CMYK 0.480.180.00   0.33
XYZ20.608123.491441.4783
Yxy23.49140.24080.2745
Hunter Lab48.4679-8.9224-16.8122
CIE-Lab55.5749-8.1335-21.5779

#598baa color RGB value is (89,139,170).

#598baa hex color red value is 89, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #598baa hue: 0.56 , saturation: 0.32 and the lightness value of 598baa is 0.51.

The process color (four color CMYK) of #598baa color hex is 0.48, 0.18, 0.00, 0.33. Web safe color of #598baa is #669999. Color #598baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001011 10101010
Octal 131 213 252
Decimal 89 139 170
Hex 59 8B AA

RGB Percentages of Color #598baa

%22.36
%34.92
%42.71

CMYK Percentages of Color #598baa

%48
%18
%0
%33

Triadic Colors of #598baa

#598baa #aa598b #8baa59

Analogous Colors of #598baa

#598baa #5963aa #59aaa1

Monochromatic Colors of #598baa

#598baa

Complementary Color

#598baa #aa7859

#598baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#598baa Color CSS Codes

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

#598baa Text Font Color

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

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


#598baa Background Color

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

This div background color is #598baa


#598baa Border Color

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

This div border color is #598baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #598baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #598baa;
  -webkit-box-shadow: 1px 1px 3px 2px #598baa;
  box-shadow:         1px 1px 3px 2px #598baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598baa


Comments

No comments written yet.

Please login to write comment.