Color Hex Logo

#55979f Color Hex

#55979F
(85,151,159)
0 Favorites   0 Comments

Color spaces of #55979f

RGB 85151159
HSL0.520.300.48
HSV186°47°62°
CMYK 0.470.050.00   0.38
XYZ21.070926.567736.8184
Yxy26.56770.24950.3146
Hunter Lab51.5439-17.2318-6.2709
CIE-Lab58.5720-18.8200-10.7640

#55979f color RGB value is (85,151,159).

#55979f hex color red value is 85, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #55979f hue: 0.52 , saturation: 0.30 and the lightness value of 55979f is 0.48.

The process color (four color CMYK) of #55979f color hex is 0.47, 0.05, 0.00, 0.38. Web safe color of #55979f is #669999. Color #55979f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010111 10011111
Octal 125 227 237
Decimal 85 151 159
Hex 55 97 9F

RGB Percentages of Color #55979f

%21.52
%38.23
%40.25

CMYK Percentages of Color #55979f

%47
%5
%0
%38

Triadic Colors of #55979f

#55979f #9f5597 #979f55

Analogous Colors of #55979f

#55979f #55729f #559f82

Monochromatic Colors of #55979f

#55979f

Complementary Color

#55979f #9f5d55

#55979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55979f Color CSS Codes

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

#55979f Text Font Color

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

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


#55979f Background Color

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

This div background color is #55979f


#55979f Border Color

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

This div border color is #55979f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55979f


Comments

No comments written yet.

Please login to write comment.