Color Hex Logo

#557dcd Color Hex

#557DCD
(85,125,205)
0 Favorites   0 Comments

Color spaces of #557dcd

RGB 85125205
HSL0.610.550.57
HSV220°59°80°
CMYK 0.590.390.00   0.20
XYZ22.099421.006360.6475
Yxy21.00630.21300.2025
Hunter Lab45.83265.8613-46.3720
CIE-Lab52.956410.2309-45.6659

#557dcd color RGB value is (85,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111101 11001101
Octal 125 175 315
Decimal 85 125 205
Hex 55 7D CD

RGB Percentages of Color #557dcd

%20.48
%30.12
%49.40

CMYK Percentages of Color #557dcd

%59
%39
%0
%20

Triadic Colors of #557dcd

#557dcd #cd557d #7dcd55

Analogous Colors of #557dcd

#557dcd #6955cd #55b9cd

Monochromatic Colors of #557dcd

#557dcd

Complementary Color

#557dcd #cda555

#557dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#557dcd Color CSS Codes

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

#557dcd Text Font Color

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

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


#557dcd Background Color

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

This div background color is #557dcd


#557dcd Border Color

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

This div border color is #557dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557dcd


Comments

No comments written yet.

Please login to write comment.