Color Hex Logo

#597ecc Color Hex

#597ECC
(89,126,204)
0 Favorites   0 Comments

Color spaces of #597ecc

RGB 89126204
HSL0.610.530.57
HSV221°56°80°
CMYK 0.560.380.00   0.20
XYZ22.479821.405260.0735
Yxy21.40520.21620.2059
Hunter Lab46.26585.7653-44.5987
CIE-Lab53.390110.1154-44.3972

#597ecc color RGB value is (89,126,204).

#597ecc hex color red value is 89, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #597ecc hue: 0.61 , saturation: 0.53 and the lightness value of 597ecc is 0.57.

The process color (four color CMYK) of #597ecc color hex is 0.56, 0.38, 0.00, 0.20. Web safe color of #597ecc is #6666cc. Color #597ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111110 11001100
Octal 131 176 314
Decimal 89 126 204
Hex 59 7E CC

RGB Percentages of Color #597ecc

%21.24
%30.07
%48.69

CMYK Percentages of Color #597ecc

%56
%38
%0
%20

Triadic Colors of #597ecc

#597ecc #cc597e #7ecc59

Analogous Colors of #597ecc

#597ecc #6e59cc #59b8cc

Monochromatic Colors of #597ecc

#597ecc

Complementary Color

#597ecc #cca759

#597ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#597ecc Color CSS Codes

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

#597ecc Text Font Color

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

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


#597ecc Background Color

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

This div background color is #597ecc


#597ecc Border Color

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

This div border color is #597ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597ecc


Comments

No comments written yet.

Please login to write comment.