Color Hex Logo

#557478 Color Hex

#557478
(85,116,120)
0 Favorites   0 Comments

Color spaces of #557478

RGB 85116120
HSL0.520.170.40
HSV187°29°47°
CMYK 0.290.030.00   0.53
XYZ13.381915.778120.1095
Yxy15.77810.27160.3202
Hunter Lab39.7217-9.3777-2.2110
CIE-Lab46.6820-10.0674-5.8241

#557478 color RGB value is (85,116,120).

#557478 hex color red value is 85, green value is 116 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #557478 hue: 0.52 , saturation: 0.17 and the lightness value of 557478 is 0.40.

The process color (four color CMYK) of #557478 color hex is 0.29, 0.03, 0.00, 0.53. Web safe color of #557478 is #666666. Color #557478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110100 01111000
Octal 125 164 170
Decimal 85 116 120
Hex 55 74 78

RGB Percentages of Color #557478

%26.48
%36.14
%37.38

CMYK Percentages of Color #557478

%29
%3
%0
%53

Triadic Colors of #557478

#557478 #785574 #747855

Analogous Colors of #557478

#557478 #556378 #55786b

Monochromatic Colors of #557478

#557478

Complementary Color

#557478 #785955

#557478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557478 Color CSS Codes

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

#557478 Text Font Color

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

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


#557478 Background Color

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

This div background color is #557478


#557478 Border Color

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

This div border color is #557478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557478

#557478 Color Palettes


Comments

No comments written yet.

Please login to write comment.