Color Hex Logo

#597096 Color Hex

#597096
(89,112,150)
0 Favorites   0 Comments

Color spaces of #597096

RGB 89112150
HSL0.600.260.47
HSV217°41°59°
CMYK 0.410.250.00   0.41
XYZ15.419015.914231.1132
Yxy15.91420.24690.2548
Hunter Lab39.8926-0.8195-18.3169
CIE-Lab46.86171.7385-23.3498

#597096 color RGB value is (89,112,150).

#597096 hex color red value is 89, green value is 112 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #597096 hue: 0.60 , saturation: 0.26 and the lightness value of 597096 is 0.47.

The process color (four color CMYK) of #597096 color hex is 0.41, 0.25, 0.00, 0.41. Web safe color of #597096 is #666699. Color #597096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110000 10010110
Octal 131 160 226
Decimal 89 112 150
Hex 59 70 96

RGB Percentages of Color #597096

%25.36
%31.91
%42.74

CMYK Percentages of Color #597096

%41
%25
%0
%41

Triadic Colors of #597096

#597096 #965970 #709659

Analogous Colors of #597096

#597096 #615996 #598f96

Monochromatic Colors of #597096

#597096

Complementary Color

#597096 #967f59

#597096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#597096 Color CSS Codes

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

#597096 Text Font Color

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

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


#597096 Background Color

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

This div background color is #597096


#597096 Border Color

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

This div border color is #597096


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,112,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #597096; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #597096;
  -webkit-box-shadow: 1px 1px 3px 2px #597096;
  box-shadow:         1px 1px 3px 2px #597096; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597096


Comments

No comments written yet.

Please login to write comment.