Color Hex Logo

#557781 Color Hex

#557781
(85,119,129)
0 Favorites   0 Comments

Color spaces of #557781

RGB 85119129
HSL0.540.210.42
HSV194°34°51°
CMYK 0.340.080.00   0.49
XYZ14.305616.709923.2402
Yxy16.70990.26370.3080
Hunter Lab40.8777-9.0681-5.0937
CIE-Lab47.8924-9.4325-9.3651

#557781 color RGB value is (85,119,129).

#557781 hex color red value is 85, green value is 119 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #557781 hue: 0.54 , saturation: 0.21 and the lightness value of 557781 is 0.42.

The process color (four color CMYK) of #557781 color hex is 0.34, 0.08, 0.00, 0.49. Web safe color of #557781 is #666699. Color #557781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110111 10000001
Octal 125 167 201
Decimal 85 119 129
Hex 55 77 81

RGB Percentages of Color #557781

%25.53
%35.74
%38.74

CMYK Percentages of Color #557781

%34
%8
%0
%49

Triadic Colors of #557781

#557781 #815577 #778155

Analogous Colors of #557781

#557781 #556181 #558175

Monochromatic Colors of #557781

#557781

Complementary Color

#557781 #815f55

#557781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557781 Color CSS Codes

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

#557781 Text Font Color

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

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


#557781 Background Color

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

This div background color is #557781


#557781 Border Color

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

This div border color is #557781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557781

#557781 Color Palettes


Comments

No comments written yet.

Please login to write comment.