Color Hex Logo

#55767f Color Hex

#55767F
(85,118,127)
0 Favorites   0 Comments

Color spaces of #55767f

RGB 85118127
HSL0.540.200.42
HSV193°33°50°
CMYK 0.330.070.00   0.50
XYZ14.055516.420522.5073
Yxy16.42050.26530.3099
Hunter Lab40.5222-8.9995-4.5660
CIE-Lab47.5214-9.3924-8.7349

#55767f color RGB value is (85,118,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110110 01111111
Octal 125 166 177
Decimal 85 118 127
Hex 55 76 7F

RGB Percentages of Color #55767f

%25.76
%35.76
%38.48

CMYK Percentages of Color #55767f

%33
%7
%0
%50

Triadic Colors of #55767f

#55767f #7f5576 #767f55

Analogous Colors of #55767f

#55767f #55617f #557f73

Monochromatic Colors of #55767f

#55767f

Complementary Color

#55767f #7f5e55

#55767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55767f Color CSS Codes

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

#55767f Text Font Color

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

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


#55767f Background Color

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

This div background color is #55767f


#55767f Border Color

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

This div border color is #55767f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55767f


Comments

No comments written yet.

Please login to write comment.