Color Hex Logo

#555cdd Color Hex

#555CDD
(85,92,221)
0 Favorites   0 Comments

Color spaces of #555cdd

RGB 8592221
HSL0.660.670.60
HSV237°62°87°
CMYK 0.620.580.00   0.13
XYZ20.624614.806070.1774
Yxy14.80600.19530.1402
Hunter Lab38.478628.3389-81.1984
CIE-Lab45.367335.9450-66.9539

#555cdd color RGB value is (85,92,221).

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

The process color (four color CMYK) of #555cdd color hex is 0.62, 0.58, 0.00, 0.13. Web safe color of #555cdd is #6666cc. Color #555cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 11011101
Octal 125 134 335
Decimal 85 92 221
Hex 55 5C DD

RGB Percentages of Color #555cdd

%21.36
%23.12
%55.53

CMYK Percentages of Color #555cdd

%62
%58
%0
%13

Triadic Colors of #555cdd

#555cdd #dd555c #5cdd55

Analogous Colors of #555cdd

#555cdd #9255dd #55a0dd

Monochromatic Colors of #555cdd

#555cdd

Complementary Color

#555cdd #ddd655

#555cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cdd Color CSS Codes

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

#555cdd Text Font Color

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

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


#555cdd Background Color

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

This div background color is #555cdd


#555cdd Border Color

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

This div border color is #555cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cdd


Comments

No comments written yet.

Please login to write comment.