Color Hex Logo

#55768f Color Hex

#55768F
(85,118,143)
0 Favorites   0 Comments

Color spaces of #55768f

RGB 85118143
HSL0.570.250.45
HSV206°41°56°
CMYK 0.410.170.00   0.44
XYZ15.182716.871328.4429
Yxy16.87130.25100.2789
Hunter Lab41.0747-5.9006-12.3041
CIE-Lab48.0975-4.9882-17.3373

#55768f color RGB value is (85,118,143).

#55768f hex color red value is 85, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #55768f hue: 0.57 , saturation: 0.25 and the lightness value of 55768f is 0.45.

The process color (four color CMYK) of #55768f color hex is 0.41, 0.17, 0.00, 0.44. Web safe color of #55768f is #666699. Color #55768f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110110 10001111
Octal 125 166 217
Decimal 85 118 143
Hex 55 76 8F

RGB Percentages of Color #55768f

%24.57
%34.10
%41.33

CMYK Percentages of Color #55768f

%41
%17
%0
%44

Triadic Colors of #55768f

#55768f #8f5576 #768f55

Analogous Colors of #55768f

#55768f #55598f #558f8b

Monochromatic Colors of #55768f

#55768f

Complementary Color

#55768f #8f6e55

#55768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55768f Color CSS Codes

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

#55768f Text Font Color

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

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


#55768f Background Color

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

This div background color is #55768f


#55768f Border Color

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

This div border color is #55768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55768f


Comments

No comments written yet.

Please login to write comment.