Color Hex Logo

#5592cc Color Hex

#5592CC
(85,146,204)
0 Favorites   0 Comments

Color spaces of #5592cc

RGB 85146204
HSL0.580.540.57
HSV209°58°80°
CMYK 0.580.280.00   0.20
XYZ24.924326.848760.9954
Yxy26.84870.22100.2381
Hunter Lab51.8157-4.8158-33.5228
CIE-Lab58.8340-2.5249-35.8461

#5592cc color RGB value is (85,146,204).

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

The process color (four color CMYK) of #5592cc color hex is 0.58, 0.28, 0.00, 0.20. Web safe color of #5592cc is #6699cc. Color #5592cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 11001100
Octal 125 222 314
Decimal 85 146 204
Hex 55 92 CC

RGB Percentages of Color #5592cc

%19.54
%33.56
%46.90

CMYK Percentages of Color #5592cc

%58
%28
%0
%20

Triadic Colors of #5592cc

#5592cc #cc5592 #92cc55

Analogous Colors of #5592cc

#5592cc #5557cc #55cccb

Monochromatic Colors of #5592cc

#5592cc

Complementary Color

#5592cc #cc8f55

#5592cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5592cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5592cc Color CSS Codes

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

#5592cc Text Font Color

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

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


#5592cc Background Color

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

This div background color is #5592cc


#5592cc Border Color

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

This div border color is #5592cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5592cc


Comments

No comments written yet.

Please login to write comment.