Color Hex Logo

#5975ae Color Hex

#5975AE
(89,117,174)
0 Favorites   0 Comments

Color spaces of #5975ae

RGB 89117174
HSL0.610.340.52
HSV220°49°68°
CMYK 0.490.330.00   0.32
XYZ18.121117.902442.5448
Yxy17.90240.23060.2279
Hunter Lab42.31122.4035-29.9994
CIE-Lab49.37755.9747-33.4952

#5975ae color RGB value is (89,117,174).

#5975ae hex color red value is 89, green value is 117 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5975ae hue: 0.61 , saturation: 0.34 and the lightness value of 5975ae is 0.52.

The process color (four color CMYK) of #5975ae color hex is 0.49, 0.33, 0.00, 0.32. Web safe color of #5975ae is #666699. Color #5975ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110101 10101110
Octal 131 165 256
Decimal 89 117 174
Hex 59 75 AE

RGB Percentages of Color #5975ae

%23.42
%30.79
%45.79

CMYK Percentages of Color #5975ae

%49
%33
%0
%32

Triadic Colors of #5975ae

#5975ae #ae5975 #75ae59

Analogous Colors of #5975ae

#5975ae #6859ae #59a0ae

Monochromatic Colors of #5975ae

#5975ae

Complementary Color

#5975ae #ae9259

#5975ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5975ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5975ae Color CSS Codes

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

#5975ae Text Font Color

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

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


#5975ae Background Color

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

This div background color is #5975ae


#5975ae Border Color

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

This div border color is #5975ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,117,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5975ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5975ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5975ae;
  box-shadow:         1px 1px 3px 2px #5975ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5975ae


Comments

No comments written yet.

Please login to write comment.