Color Hex Logo

#5516cc Color Hex

#5516CC
(85,22,204)
0 Favorites   0 Comments

Color spaces of #5516cc

RGB 8522204
HSL0.720.810.44
HSV261°89°80°
CMYK 0.580.890.00   0.20
XYZ14.93236.864757.6647
Yxy6.86470.18790.0864
Hunter Lab26.200655.8802-112.1506
CIE-Lab31.496965.0663-79.9218

#5516cc color RGB value is (85,22,204).

#5516cc hex color red value is 85, green value is 22 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5516cc hue: 0.72 , saturation: 0.81 and the lightness value of 5516cc is 0.44.

The process color (four color CMYK) of #5516cc color hex is 0.58, 0.89, 0.00, 0.20. Web safe color of #5516cc is #6600cc. Color #5516cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010110 11001100
Octal 125 26 314
Decimal 85 22 204
Hex 55 16 CC

RGB Percentages of Color #5516cc

%27.33
%7.07
%65.59

CMYK Percentages of Color #5516cc

%58
%89
%0
%20

Triadic Colors of #5516cc

#5516cc #cc5516 #16cc55

Analogous Colors of #5516cc

#5516cc #b016cc #1632cc

Monochromatic Colors of #5516cc

#5516cc

Complementary Color

#5516cc #8dcc16

#5516cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5516cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5516cc Color CSS Codes

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

#5516cc Text Font Color

<p style="color:#5516cc">Text here</p>

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


#5516cc Background Color

<div style="background-color:#5516cc">
Div content here</div>

This div background color is #5516cc


#5516cc Border Color

<div style="border:3px solid #5516cc">
Div here</div>

This div border color is #5516cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,22,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5516cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5516cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5516cc;
  box-shadow:         1px 1px 3px 2px #5516cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,22,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 #5516cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5516cc


Comments

No comments written yet.

Please login to write comment.