Color Hex Logo

#55797f Color Hex

#55797F
(85,121,127)
0 Favorites   0 Comments

Color spaces of #55797f

RGB 85121127
HSL0.520.200.42
HSV189°33°50°
CMYK 0.330.050.00   0.50
XYZ14.414417.138322.6270
Yxy17.13830.26600.3163
Hunter Lab41.3984-10.2959-3.4270
CIE-Lab48.4338-11.0936-7.3710

#55797f color RGB value is (85,121,127).

#55797f hex color red value is 85, green value is 121 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #55797f hue: 0.52 , saturation: 0.20 and the lightness value of 55797f is 0.42.

The process color (four color CMYK) of #55797f color hex is 0.33, 0.05, 0.00, 0.50. Web safe color of #55797f is #666666. Color #55797f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 01111111
Octal 125 171 177
Decimal 85 121 127
Hex 55 79 7F

RGB Percentages of Color #55797f

%25.53
%36.34
%38.14

CMYK Percentages of Color #55797f

%33
%5
%0
%50

Triadic Colors of #55797f

#55797f #7f5579 #797f55

Analogous Colors of #55797f

#55797f #55647f #557f70

Monochromatic Colors of #55797f

#55797f

Complementary Color

#55797f #7f5b55

#55797f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55797f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55797f Color CSS Codes

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

#55797f Text Font Color

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

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


#55797f Background Color

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

This div background color is #55797f


#55797f Border Color

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

This div border color is #55797f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55797f


Comments

No comments written yet.

Please login to write comment.