Color Hex Logo

#5966df Color Hex

#5966DF
(89,102,223)
0 Favorites   0 Comments

Color spaces of #5966df

RGB 89102223
HSL0.650.680.61
HSV234°60°87°
CMYK 0.600.540.00   0.13
XYZ22.190516.954371.9150
Yxy16.95430.19980.1527
Hunter Lab41.175624.1406-74.7297
CIE-Lab48.202431.1442-63.4801

#5966df color RGB value is (89,102,223).

#5966df hex color red value is 89, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5966df hue: 0.65 , saturation: 0.68 and the lightness value of 5966df is 0.61.

The process color (four color CMYK) of #5966df color hex is 0.60, 0.54, 0.00, 0.13. Web safe color of #5966df is #6666cc. Color #5966df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100110 11011111
Octal 131 146 337
Decimal 89 102 223
Hex 59 66 DF

RGB Percentages of Color #5966df

%21.50
%24.64
%53.86

CMYK Percentages of Color #5966df

%60
%54
%0
%13

Triadic Colors of #5966df

#5966df #df5966 #66df59

Analogous Colors of #5966df

#5966df #8f59df #59a9df

Monochromatic Colors of #5966df

#5966df

Complementary Color

#5966df #dfd259

#5966df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5966df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5966df Color CSS Codes

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

#5966df Text Font Color

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

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


#5966df Background Color

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

This div background color is #5966df


#5966df Border Color

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

This div border color is #5966df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,102,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5966df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5966df;
  -webkit-box-shadow: 1px 1px 3px 2px #5966df;
  box-shadow:         1px 1px 3px 2px #5966df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5966df


Comments

No comments written yet.

Please login to write comment.