Color Hex Logo

#55848f Color Hex

#55848F
(85,132,143)
0 Favorites   0 Comments

Color spaces of #55848f

RGB 85132143
HSL0.530.250.45
HSV191°41°56°
CMYK 0.410.080.00   0.44
XYZ16.955520.417029.0338
Yxy20.41700.25530.3075
Hunter Lab45.1852-12.0929-6.4673
CIE-Lab52.3054-12.9531-10.9615

#55848f color RGB value is (85,132,143).

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

The process color (four color CMYK) of #55848f color hex is 0.41, 0.08, 0.00, 0.44. Web safe color of #55848f is #669999. Color #55848f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000100 10001111
Octal 125 204 217
Decimal 85 132 143
Hex 55 84 8F

RGB Percentages of Color #55848f

%23.61
%36.67
%39.72

CMYK Percentages of Color #55848f

%41
%8
%0
%44

Triadic Colors of #55848f

#55848f #8f5584 #848f55

Analogous Colors of #55848f

#55848f #55678f #558f7d

Monochromatic Colors of #55848f

#55848f

Complementary Color

#55848f #8f6055

#55848f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55848f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55848f Color CSS Codes

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

#55848f Text Font Color

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

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


#55848f Background Color

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

This div background color is #55848f


#55848f Border Color

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

This div border color is #55848f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55848f


Comments

No comments written yet.

Please login to write comment.