Color Hex Logo

#555acd Color Hex

#555ACD
(85,90,205)
2 Favorites   0 Comments

Color spaces of #555acd

RGB 8590205
HSL0.660.550.57
HSV238°59°80°
CMYK 0.590.560.00   0.20
XYZ18.421913.651459.4216
Yxy13.65140.20130.1492
Hunter Lab36.947824.3401-69.4902
CIE-Lab43.728831.9062-60.4592

#555acd color RGB value is (85,90,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 11001101
Octal 125 132 315
Decimal 85 90 205
Hex 55 5A CD

RGB Percentages of Color #555acd

%22.37
%23.68
%53.95

CMYK Percentages of Color #555acd

%59
%56
%0
%20

Triadic Colors of #555acd

#555acd #cd555a #5acd55

Analogous Colors of #555acd

#555acd #8c55cd #5596cd

Monochromatic Colors of #555acd

#555acd

Complementary Color

#555acd #cdc855

#555acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#555acd Color CSS Codes

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

#555acd Text Font Color

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

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


#555acd Background Color

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

This div background color is #555acd


#555acd Border Color

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

This div border color is #555acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555acd

#555acd Color Palettes


Comments

No comments written yet.

Please login to write comment.