Color Hex Logo

#597cbd Color Hex

#597CBD
(89,124,189)
0 Favorites   0 Comments

Color spaces of #597cbd

RGB 89124189
HSL0.610.430.55
HSV219°53°74°
CMYK 0.530.340.00   0.26
XYZ20.512820.213350.9645
Yxy20.21330.22370.2205
Hunter Lab44.95922.7627-35.7380
CIE-Lab52.07756.4779-37.9111

#597cbd color RGB value is (89,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111100 10111101
Octal 131 174 275
Decimal 89 124 189
Hex 59 7C BD

RGB Percentages of Color #597cbd

%22.14
%30.85
%47.01

CMYK Percentages of Color #597cbd

%53
%34
%0
%26

Triadic Colors of #597cbd

#597cbd #bd597c #7cbd59

Analogous Colors of #597cbd

#597cbd #6859bd #59aebd

Monochromatic Colors of #597cbd

#597cbd

Complementary Color

#597cbd #bd9a59

#597cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#597cbd Color CSS Codes

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

#597cbd Text Font Color

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

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


#597cbd Background Color

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

This div background color is #597cbd


#597cbd Border Color

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

This div border color is #597cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597cbd


Comments

No comments written yet.

Please login to write comment.