Color Hex Logo

#5572cc Color Hex

#5572CC
(85,114,204)
0 Favorites   0 Comments

Color spaces of #5572cc

RGB 85114204
HSL0.630.540.57
HSV225°58°80°
CMYK 0.580.440.00   0.20
XYZ20.662718.325659.5749
Yxy18.32560.20960.1859
Hunter Lab42.808411.2434-52.5458
CIE-Lab49.888716.6414-49.9792

#5572cc color RGB value is (85,114,204).

#5572cc hex color red value is 85, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5572cc hue: 0.63 , saturation: 0.54 and the lightness value of 5572cc is 0.57.

The process color (four color CMYK) of #5572cc color hex is 0.58, 0.44, 0.00, 0.20. Web safe color of #5572cc is #6666cc. Color #5572cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 11001100
Octal 125 162 314
Decimal 85 114 204
Hex 55 72 CC

RGB Percentages of Color #5572cc

%21.09
%28.29
%50.62

CMYK Percentages of Color #5572cc

%58
%44
%0
%20

Triadic Colors of #5572cc

#5572cc #cc5572 #72cc55

Analogous Colors of #5572cc

#5572cc #7455cc #55aecc

Monochromatic Colors of #5572cc

#5572cc

Complementary Color

#5572cc #ccaf55

#5572cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5572cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5572cc Color CSS Codes

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

#5572cc Text Font Color

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

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


#5572cc Background Color

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

This div background color is #5572cc


#5572cc Border Color

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

This div border color is #5572cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5572cc


Comments

No comments written yet.

Please login to write comment.