Color Hex Logo

#597d9d Color Hex

#597D9D
(89,125,157)
0 Favorites   0 Comments

Color spaces of #597d9d

RGB 89125157
HSL0.580.280.48
HSV208°43°62°
CMYK 0.430.200.00   0.38
XYZ17.539219.225434.6847
Yxy19.22540.24550.2691
Hunter Lab43.8468-5.3299-16.2082
CIE-Lab50.9499-3.9166-21.1603

#597d9d color RGB value is (89,125,157).

#597d9d hex color red value is 89, green value is 125 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #597d9d hue: 0.58 , saturation: 0.28 and the lightness value of 597d9d is 0.48.

The process color (four color CMYK) of #597d9d color hex is 0.43, 0.20, 0.00, 0.38. Web safe color of #597d9d is #666699. Color #597d9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111101 10011101
Octal 131 175 235
Decimal 89 125 157
Hex 59 7D 9D

RGB Percentages of Color #597d9d

%23.99
%33.69
%42.32

CMYK Percentages of Color #597d9d

%43
%20
%0
%38

Triadic Colors of #597d9d

#597d9d #9d597d #7d9d59

Analogous Colors of #597d9d

#597d9d #595b9d #599d9b

Monochromatic Colors of #597d9d

#597d9d

Complementary Color

#597d9d #9d7959

#597d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#597d9d Color CSS Codes

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

#597d9d Text Font Color

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

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


#597d9d Background Color

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

This div background color is #597d9d


#597d9d Border Color

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

This div border color is #597d9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,125,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597d9d


Comments

No comments written yet.

Please login to write comment.