Color Hex Logo

#5575cc Color Hex

#5575CC
(85,117,204)
0 Favorites   0 Comments

Color spaces of #5575cc

RGB 85117204
HSL0.620.540.57
HSV224°58°80°
CMYK 0.580.430.00   0.20
XYZ21.006719.013559.6895
Yxy19.01350.21070.1907
Hunter Lab43.60459.6856-50.6381
CIE-Lab50.703014.7906-48.6800

#5575cc color RGB value is (85,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 11001100
Octal 125 165 314
Decimal 85 117 204
Hex 55 75 CC

RGB Percentages of Color #5575cc

%20.94
%28.82
%50.25

CMYK Percentages of Color #5575cc

%58
%43
%0
%20

Triadic Colors of #5575cc

#5575cc #cc5575 #75cc55

Analogous Colors of #5575cc

#5575cc #7155cc #55b1cc

Monochromatic Colors of #5575cc

#5575cc

Complementary Color

#5575cc #ccac55

#5575cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5575cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5575cc Color CSS Codes

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

#5575cc Text Font Color

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

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


#5575cc Background Color

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

This div background color is #5575cc


#5575cc Border Color

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

This div border color is #5575cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5575cc


Comments

No comments written yet.

Please login to write comment.