Color Hex Logo

#5961af Color Hex

#5961AF
(89,97,175)
0 Favorites   0 Comments

Color spaces of #5961af

RGB 8997175
HSL0.650.350.52
HSV234°49°69°
CMYK 0.490.450.00   0.31
XYZ16.132413.768442.3647
Yxy13.76840.22320.1905
Hunter Lab37.105812.6709-41.7190
CIE-Lab43.898918.6515-42.7344

#5961af color RGB value is (89,97,175).

#5961af hex color red value is 89, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5961af hue: 0.65 , saturation: 0.35 and the lightness value of 5961af is 0.52.

The process color (four color CMYK) of #5961af color hex is 0.49, 0.45, 0.00, 0.31. Web safe color of #5961af is #666699. Color #5961af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100001 10101111
Octal 131 141 257
Decimal 89 97 175
Hex 59 61 AF

RGB Percentages of Color #5961af

%24.65
%26.87
%48.48

CMYK Percentages of Color #5961af

%49
%45
%0
%31

Triadic Colors of #5961af

#5961af #af5961 #61af59

Analogous Colors of #5961af

#5961af #7c59af #598caf

Monochromatic Colors of #5961af

#5961af

Complementary Color

#5961af #afa759

#5961af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5961af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5961af Color CSS Codes

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

#5961af Text Font Color

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

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


#5961af Background Color

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

This div background color is #5961af


#5961af Border Color

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

This div border color is #5961af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,97,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5961af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5961af;
  -webkit-box-shadow: 1px 1px 3px 2px #5961af;
  box-shadow:         1px 1px 3px 2px #5961af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5961af


Comments

No comments written yet.

Please login to write comment.