Color Hex Logo

#555ddd Color Hex

#555DDD
(85,93,221)
1 Favorites   0 Comments

Color spaces of #555ddd

RGB 8593221
HSL0.660.670.60
HSV236°62°87°
CMYK 0.620.580.00   0.13
XYZ20.711814.980570.2065
Yxy14.98050.19560.1415
Hunter Lab38.704727.7866-80.4531
CIE-Lab45.607535.3327-66.5638

#555ddd color RGB value is (85,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 11011101
Octal 125 135 335
Decimal 85 93 221
Hex 55 5D DD

RGB Percentages of Color #555ddd

%21.30
%23.31
%55.39

CMYK Percentages of Color #555ddd

%62
%58
%0
%13

Triadic Colors of #555ddd

#555ddd #dd555d #5ddd55

Analogous Colors of #555ddd

#555ddd #9155dd #55a1dd

Monochromatic Colors of #555ddd

#555ddd

Complementary Color

#555ddd #ddd555

#555ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ddd Color CSS Codes

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

#555ddd Text Font Color

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

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


#555ddd Background Color

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

This div background color is #555ddd


#555ddd Border Color

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

This div border color is #555ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ddd


Comments

No comments written yet.

Please login to write comment.