Color Hex Logo

#589caf Color Hex

#589CAF
(88,156,175)
0 Favorites   0 Comments

Color spaces of #589caf

RGB 88156175
HSL0.540.350.52
HSV193°50°69°
CMYK 0.500.110.00   0.31
XYZ23.650828.946844.8982
Yxy28.94680.24260.2969
Hunter Lab53.8022-15.6875-11.8162
CIE-Lab60.7346-16.2635-16.5617

#589caf color RGB value is (88,156,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011100 10101111
Octal 130 234 257
Decimal 88 156 175
Hex 58 9C AF

RGB Percentages of Color #589caf

%21.00
%37.23
%41.77

CMYK Percentages of Color #589caf

%50
%11
%0
%31

Triadic Colors of #589caf

#589caf #af589c #9caf58

Analogous Colors of #589caf

#589caf #5871af #58af97

Monochromatic Colors of #589caf

#589caf

Complementary Color

#589caf #af6b58

#589caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#589caf Color CSS Codes

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

#589caf Text Font Color

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

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


#589caf Background Color

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

This div background color is #589caf


#589caf Border Color

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

This div border color is #589caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589caf


Comments

No comments written yet.

Please login to write comment.