Color Hex Logo

#589baa Color Hex

#589BAA
(88,155,170)
0 Favorites   0 Comments

Color spaces of #589baa

RGB 88155170
HSL0.530.330.51
HSV191°48°67°
CMYK 0.480.090.00   0.33
XYZ23.001528.419742.3034
Yxy28.41970.24540.3032
Hunter Lab53.3101-16.2761-9.7315
CIE-Lab60.2660-17.1483-14.4448

#589baa color RGB value is (88,155,170).

#589baa hex color red value is 88, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #589baa hue: 0.53 , saturation: 0.33 and the lightness value of 589baa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 10101010
Octal 130 233 252
Decimal 88 155 170
Hex 58 9B AA

RGB Percentages of Color #589baa

%21.31
%37.53
%41.16

CMYK Percentages of Color #589baa

%48
%9
%0
%33

Triadic Colors of #589baa

#589baa #aa589b #9baa58

Analogous Colors of #589baa

#589baa #5872aa #58aa90

Monochromatic Colors of #589baa

#589baa

Complementary Color

#589baa #aa6758

#589baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#589baa Color CSS Codes

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

#589baa Text Font Color

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

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


#589baa Background Color

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

This div background color is #589baa


#589baa Border Color

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

This div border color is #589baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,155,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 #589baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589baa


Comments

No comments written yet.

Please login to write comment.