Color Hex Logo

#5963ae Color Hex

#5963AE
(89,99,174)
0 Favorites   0 Comments

Color spaces of #5963ae

RGB 8999174
HSL0.650.340.52
HSV233°49°68°
CMYK 0.490.430.00   0.32
XYZ16.221614.103541.9117
Yxy14.10350.22460.1952
Hunter Lab37.554611.3819-39.8806
CIE-Lab44.381017.0830-41.3810

#5963ae color RGB value is (89,99,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100011 10101110
Octal 131 143 256
Decimal 89 99 174
Hex 59 63 AE

RGB Percentages of Color #5963ae

%24.59
%27.35
%48.07

CMYK Percentages of Color #5963ae

%49
%43
%0
%32

Triadic Colors of #5963ae

#5963ae #ae5963 #63ae59

Analogous Colors of #5963ae

#5963ae #7a59ae #598eae

Monochromatic Colors of #5963ae

#5963ae

Complementary Color

#5963ae #aea459

#5963ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5963ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5963ae Color CSS Codes

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

#5963ae Text Font Color

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

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


#5963ae Background Color

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

This div background color is #5963ae


#5963ae Border Color

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

This div border color is #5963ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5963ae

#5963ae Color Palettes


Comments

No comments written yet.

Please login to write comment.