Color Hex Logo

#589bbd Color Hex

#589BBD
(88,155,189)
0 Favorites   0 Comments

Color spaces of #589bbd

RGB 88155189
HSL0.560.430.54
HSV200°53°74°
CMYK 0.530.180.00   0.26
XYZ24.931229.191552.4646
Yxy29.19150.23390.2739
Hunter Lab54.0292-12.1840-19.7527
CIE-Lab60.9503-11.6171-24.1221

#589bbd color RGB value is (88,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 10111101
Octal 130 233 275
Decimal 88 155 189
Hex 58 9B BD

RGB Percentages of Color #589bbd

%20.37
%35.88
%43.75

CMYK Percentages of Color #589bbd

%53
%18
%0
%26

Triadic Colors of #589bbd

#589bbd #bd589b #9bbd58

Analogous Colors of #589bbd

#589bbd #5869bd #58bdad

Monochromatic Colors of #589bbd

#589bbd

Complementary Color

#589bbd #bd7a58

#589bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#589bbd Color CSS Codes

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

#589bbd Text Font Color

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

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


#589bbd Background Color

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

This div background color is #589bbd


#589bbd Border Color

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

This div border color is #589bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589bbd


Comments

No comments written yet.

Please login to write comment.