Color Hex Logo

#555cc1 Color Hex

#555CC1
(85,92,193)
0 Favorites   0 Comments

Color spaces of #555cc1

RGB 8592193
HSL0.660.470.55
HSV236°56°76°
CMYK 0.560.520.00   0.24
XYZ17.199113.435852.1390
Yxy13.43580.20780.1623
Hunter Lab36.654919.6092-58.6775
CIE-Lab43.412726.7193-54.0343

#555cc1 color RGB value is (85,92,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 11000001
Octal 125 134 301
Decimal 85 92 193
Hex 55 5C C1

RGB Percentages of Color #555cc1

%22.97
%24.86
%52.16

CMYK Percentages of Color #555cc1

%56
%52
%0
%24

Triadic Colors of #555cc1

#555cc1 #c1555c #5cc155

Analogous Colors of #555cc1

#555cc1 #8455c1 #5592c1

Monochromatic Colors of #555cc1

#555cc1

Complementary Color

#555cc1 #c1ba55

#555cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cc1 Color CSS Codes

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

#555cc1 Text Font Color

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

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


#555cc1 Background Color

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

This div background color is #555cc1


#555cc1 Border Color

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

This div border color is #555cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cc1


Comments

No comments written yet.

Please login to write comment.