Color Hex Logo

#55929f Color Hex

#55929F
(85,146,159)
0 Favorites   0 Comments

Color spaces of #55929f

RGB 85146159
HSL0.530.300.48
HSV191°47°62°
CMYK 0.470.080.00   0.38
XYZ20.283224.992336.5558
Yxy24.99230.24790.3054
Hunter Lab49.9923-15.0643-8.3599
CIE-Lab57.0679-16.1557-13.0253

#55929f color RGB value is (85,146,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 10011111
Octal 125 222 237
Decimal 85 146 159
Hex 55 92 9F

RGB Percentages of Color #55929f

%21.79
%37.44
%40.77

CMYK Percentages of Color #55929f

%47
%8
%0
%38

Triadic Colors of #55929f

#55929f #9f5592 #929f55

Analogous Colors of #55929f

#55929f #556d9f #559f87

Monochromatic Colors of #55929f

#55929f

Complementary Color

#55929f #9f6255

#55929f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55929f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55929f Color CSS Codes

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

#55929f Text Font Color

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

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


#55929f Background Color

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

This div background color is #55929f


#55929f Border Color

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

This div border color is #55929f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55929f


Comments

No comments written yet.

Please login to write comment.