Color Hex Logo

#557fd6 Color Hex

#557FD6
(85,127,214)
0 Favorites   0 Comments

Color spaces of #557fd6

RGB 85127214
HSL0.610.610.59
HSV220°60°84°
CMYK 0.600.410.00   0.16
XYZ23.473321.965166.6208
Yxy21.96510.20950.1960
Hunter Lab46.86697.3846-51.4732
CIE-Lab53.990012.0197-49.1181

#557fd6 color RGB value is (85,127,214).

#557fd6 hex color red value is 85, green value is 127 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #557fd6 hue: 0.61 , saturation: 0.61 and the lightness value of 557fd6 is 0.59.

The process color (four color CMYK) of #557fd6 color hex is 0.60, 0.41, 0.00, 0.16. Web safe color of #557fd6 is #6666cc. Color #557fd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11010110
Octal 125 177 326
Decimal 85 127 214
Hex 55 7F D6

RGB Percentages of Color #557fd6

%19.95
%29.81
%50.23

CMYK Percentages of Color #557fd6

%60
%41
%0
%16

Triadic Colors of #557fd6

#557fd6 #d6557f #7fd655

Analogous Colors of #557fd6

#557fd6 #6c55d6 #55c0d6

Monochromatic Colors of #557fd6

#557fd6

Complementary Color

#557fd6 #d6ac55

#557fd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fd6 Color CSS Codes

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

#557fd6 Text Font Color

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

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


#557fd6 Background Color

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

This div background color is #557fd6


#557fd6 Border Color

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

This div border color is #557fd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fd6


Comments

No comments written yet.

Please login to write comment.