Color Hex Logo

#5555da Color Hex

#5555DA
(85,85,218)
0 Favorites   0 Comments

Color spaces of #5555da

RGB 8585218
HSL0.670.640.59
HSV240°61°85°
CMYK 0.610.610.00   0.15
XYZ19.649713.490267.8979
Yxy13.49020.19450.1335
Hunter Lab36.729031.2202-83.8942
CIE-Lab43.492839.2143-68.2948

#5555da color RGB value is (85,85,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010101 11011010
Octal 125 125 332
Decimal 85 85 218
Hex 55 55 DA

RGB Percentages of Color #5555da

%21.91
%21.91
%56.19

CMYK Percentages of Color #5555da

%61
%61
%0
%15

Triadic Colors of #5555da

#5555da #da5555 #55da55

Analogous Colors of #5555da

#5555da #9855da #5598da

Monochromatic Colors of #5555da

#5555da

Complementary Color

#5555da #dada55

#5555da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5555da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5555da Color CSS Codes

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

#5555da Text Font Color

<p style="color:#5555da">Text here</p>

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


#5555da Background Color

<div style="background-color:#5555da">
Div content here</div>

This div background color is #5555da


#5555da Border Color

<div style="border:3px solid #5555da">
Div here</div>

This div border color is #5555da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5555da


Comments

No comments written yet.

Please login to write comment.