Color Hex Logo

#555dce Color Hex

#555DCE
(85,93,206)
0 Favorites   0 Comments

Color spaces of #555dce

RGB 8593206
HSL0.660.550.57
HSV236°59°81°
CMYK 0.590.550.00   0.19
XYZ18.801214.216260.1456
Yxy14.21620.20180.1526
Hunter Lab37.704423.0260-68.1857
CIE-Lab44.541430.3760-59.7193

#555dce color RGB value is (85,93,206).

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

The process color (four color CMYK) of #555dce color hex is 0.59, 0.55, 0.00, 0.19. Web safe color of #555dce is #6666cc. Color #555dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 11001110
Octal 125 135 316
Decimal 85 93 206
Hex 55 5D CE

RGB Percentages of Color #555dce

%22.14
%24.22
%53.65

CMYK Percentages of Color #555dce

%59
%55
%0
%19

Triadic Colors of #555dce

#555dce #ce555d #5dce55

Analogous Colors of #555dce

#555dce #8a55ce #559ace

Monochromatic Colors of #555dce

#555dce

Complementary Color

#555dce #cec655

#555dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#555dce Color CSS Codes

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

#555dce Text Font Color

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

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


#555dce Background Color

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

This div background color is #555dce


#555dce Border Color

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

This div border color is #555dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555dce


Comments

No comments written yet.

Please login to write comment.