Color Hex Logo

#589fbb Color Hex

#589FBB
(88,159,187)
0 Favorites   0 Comments

Color spaces of #589fbb

RGB 88159187
HSL0.550.420.54
HSV197°53°73°
CMYK 0.530.150.00   0.27
XYZ25.392330.458851.5545
Yxy30.45880.23640.2836
Hunter Lab55.1895-14.4550-16.7523
CIE-Lab62.0481-14.3880-21.3174

#589fbb color RGB value is (88,159,187).

#589fbb hex color red value is 88, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #589fbb hue: 0.55 , saturation: 0.42 and the lightness value of 589fbb is 0.54.

The process color (four color CMYK) of #589fbb color hex is 0.53, 0.15, 0.00, 0.27. Web safe color of #589fbb is #6699cc. Color #589fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011111 10111011
Octal 130 237 273
Decimal 88 159 187
Hex 58 9F BB

RGB Percentages of Color #589fbb

%20.28
%36.64
%43.09

CMYK Percentages of Color #589fbb

%53
%15
%0
%27

Triadic Colors of #589fbb

#589fbb #bb589f #9fbb58

Analogous Colors of #589fbb

#589fbb #586ebb #58bba6

Monochromatic Colors of #589fbb

#589fbb

Complementary Color

#589fbb #bb7458

#589fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#589fbb Color CSS Codes

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

#589fbb Text Font Color

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

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


#589fbb Background Color

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

This div background color is #589fbb


#589fbb Border Color

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

This div border color is #589fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589fbb


Comments

No comments written yet.

Please login to write comment.