Color Hex Logo

#597dbb Color Hex

#597DBB
(89,125,187)
0 Favorites   0 Comments

Color spaces of #597dbb

RGB 89125187
HSL0.610.420.54
HSV218°52°73°
CMYK 0.520.330.00   0.27
XYZ20.423120.378949.8708
Yxy20.37890.22520.2248
Hunter Lab45.14301.7548-33.8993
CIE-Lab52.26295.2409-36.4725

#597dbb color RGB value is (89,125,187).

#597dbb hex color red value is 89, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #597dbb hue: 0.61 , saturation: 0.42 and the lightness value of 597dbb is 0.54.

The process color (four color CMYK) of #597dbb color hex is 0.52, 0.33, 0.00, 0.27. Web safe color of #597dbb is #6666cc. Color #597dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111101 10111011
Octal 131 175 273
Decimal 89 125 187
Hex 59 7D BB

RGB Percentages of Color #597dbb

%22.19
%31.17
%46.63

CMYK Percentages of Color #597dbb

%52
%33
%0
%27

Triadic Colors of #597dbb

#597dbb #bb597d #7dbb59

Analogous Colors of #597dbb

#597dbb #6659bb #59aebb

Monochromatic Colors of #597dbb

#597dbb

Complementary Color

#597dbb #bb9759

#597dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#597dbb Color CSS Codes

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

#597dbb Text Font Color

<p style="color:#597dbb">Text here</p>

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


#597dbb Background Color

<div style="background-color:#597dbb">
Div content here</div>

This div background color is #597dbb


#597dbb Border Color

<div style="border:3px solid #597dbb">
Div here</div>

This div border color is #597dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,125,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #597dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #597dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #597dbb;
  box-shadow:         1px 1px 3px 2px #597dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,125,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 #597dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597dbb


Comments

No comments written yet.

Please login to write comment.