Color Hex Logo

#597cbb Color Hex

#597CBB
(89,124,187)
0 Favorites   0 Comments

Color spaces of #597cbb

RGB 89124187
HSL0.610.420.54
HSV219°52°73°
CMYK 0.520.340.00   0.27
XYZ20.297120.127049.8288
Yxy20.12700.22490.2230
Hunter Lab44.86312.2470-34.4483
CIE-Lab51.98055.8411-36.9162

#597cbb color RGB value is (89,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111100 10111011
Octal 131 174 273
Decimal 89 124 187
Hex 59 7C BB

RGB Percentages of Color #597cbb

%22.25
%31.00
%46.75

CMYK Percentages of Color #597cbb

%52
%34
%0
%27

Triadic Colors of #597cbb

#597cbb #bb597c #7cbb59

Analogous Colors of #597cbb

#597cbb #6759bb #59adbb

Monochromatic Colors of #597cbb

#597cbb

Complementary Color

#597cbb #bb9859

#597cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#597cbb Color CSS Codes

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

#597cbb Text Font Color

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

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


#597cbb Background Color

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

This div background color is #597cbb


#597cbb Border Color

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

This div border color is #597cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597cbb


Comments

No comments written yet.

Please login to write comment.