Color Hex Logo

#557acd Color Hex

#557ACD
(85,122,205)
0 Favorites   0 Comments

Color spaces of #557acd

RGB 85122205
HSL0.620.550.57
HSV222°59°80°
CMYK 0.590.400.00   0.20
XYZ21.725320.258160.5228
Yxy20.25810.21190.1976
Hunter Lab45.00907.3940-48.2199
CIE-Lab52.127812.0578-46.9817

#557acd color RGB value is (85,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 11001101
Octal 125 172 315
Decimal 85 122 205
Hex 55 7A CD

RGB Percentages of Color #557acd

%20.63
%29.61
%49.76

CMYK Percentages of Color #557acd

%59
%40
%0
%20

Triadic Colors of #557acd

#557acd #cd557a #7acd55

Analogous Colors of #557acd

#557acd #6c55cd #55b6cd

Monochromatic Colors of #557acd

#557acd

Complementary Color

#557acd #cda855

#557acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#557acd Color CSS Codes

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

#557acd Text Font Color

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

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


#557acd Background Color

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

This div background color is #557acd


#557acd Border Color

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

This div border color is #557acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557acd


Comments

No comments written yet.

Please login to write comment.