Color Hex Logo

#555dda Color Hex

#555DDA
(85,93,218)
0 Favorites   0 Comments

Color spaces of #555dda

RGB 8593218
HSL0.660.640.59
HSV236°61°85°
CMYK 0.610.570.00   0.15
XYZ20.315614.822068.1198
Yxy14.82200.19670.1435
Hunter Lab38.499426.8182-77.9567
CIE-Lab45.389434.3417-65.2106

#555dda color RGB value is (85,93,218).

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

The process color (four color CMYK) of #555dda color hex is 0.61, 0.57, 0.00, 0.15. Web safe color of #555dda is #6666cc. Color #555dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 11011010
Octal 125 135 332
Decimal 85 93 218
Hex 55 5D DA

RGB Percentages of Color #555dda

%21.46
%23.48
%55.05

CMYK Percentages of Color #555dda

%61
%57
%0
%15

Triadic Colors of #555dda

#555dda #da555d #5dda55

Analogous Colors of #555dda

#555dda #9055da #55a0da

Monochromatic Colors of #555dda

#555dda

Complementary Color

#555dda #dad255

#555dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#555dda Color CSS Codes

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

#555dda Text Font Color

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

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


#555dda Background Color

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

This div background color is #555dda


#555dda Border Color

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

This div border color is #555dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555dda


Comments

No comments written yet.

Please login to write comment.