Color Hex Logo

#589baf Color Hex

#589BAF
(88,155,175)
0 Favorites   0 Comments

Color spaces of #589baf

RGB 88155175
HSL0.540.350.52
HSV194°50°69°
CMYK 0.500.110.00   0.31
XYZ23.483728.612544.8425
Yxy28.61250.24230.2952
Hunter Lab53.4907-15.2428-12.2608
CIE-Lab60.4381-15.7278-17.0114

#589baf color RGB value is (88,155,175).

#589baf hex color red value is 88, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #589baf hue: 0.54 , saturation: 0.35 and the lightness value of 589baf is 0.52.

The process color (four color CMYK) of #589baf color hex is 0.50, 0.11, 0.00, 0.31. Web safe color of #589baf is #669999. Color #589baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 10101111
Octal 130 233 257
Decimal 88 155 175
Hex 58 9B AF

RGB Percentages of Color #589baf

%21.05
%37.08
%41.87

CMYK Percentages of Color #589baf

%50
%11
%0
%31

Triadic Colors of #589baf

#589baf #af589b #9baf58

Analogous Colors of #589baf

#589baf #5870af #58af98

Monochromatic Colors of #589baf

#589baf

Complementary Color

#589baf #af6c58

#589baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#589baf Color CSS Codes

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

#589baf Text Font Color

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

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


#589baf Background Color

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

This div background color is #589baf


#589baf Border Color

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

This div border color is #589baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,155,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589baf

#589baf Color Palettes


Comments

No comments written yet.

Please login to write comment.