Color Hex Logo

#555cc2 Color Hex

#555CC2
(85,92,194)
0 Favorites   0 Comments

Color spaces of #555cc2

RGB 8592194
HSL0.660.470.55
HSV236°56°76°
CMYK 0.560.530.00   0.24
XYZ17.311113.480652.7286
Yxy13.48060.20730.1614
Hunter Lab36.715919.9076-59.4466
CIE-Lab43.478627.0476-54.5081

#555cc2 color RGB value is (85,92,194).

#555cc2 hex color red value is 85, green value is 92 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #555cc2 hue: 0.66 , saturation: 0.47 and the lightness value of 555cc2 is 0.55.

The process color (four color CMYK) of #555cc2 color hex is 0.56, 0.53, 0.00, 0.24. Web safe color of #555cc2 is #6666cc. Color #555cc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 11000010
Octal 125 134 302
Decimal 85 92 194
Hex 55 5C C2

RGB Percentages of Color #555cc2

%22.91
%24.80
%52.29

CMYK Percentages of Color #555cc2

%56
%53
%0
%24

Triadic Colors of #555cc2

#555cc2 #c2555c #5cc255

Analogous Colors of #555cc2

#555cc2 #8555c2 #5593c2

Monochromatic Colors of #555cc2

#555cc2

Complementary Color

#555cc2 #c2bb55

#555cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cc2 Color CSS Codes

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

#555cc2 Text Font Color

<p style="color:#555cc2">Text here</p>

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


#555cc2 Background Color

<div style="background-color:#555cc2">
Div content here</div>

This div background color is #555cc2


#555cc2 Border Color

<div style="border:3px solid #555cc2">
Div here</div>

This div border color is #555cc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,92,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555cc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555cc2;
  -webkit-box-shadow: 1px 1px 3px 2px #555cc2;
  box-shadow:         1px 1px 3px 2px #555cc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,92,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cc2


Comments

No comments written yet.

Please login to write comment.