Color Hex Logo

#55878b Color Hex

#55878B
(85,135,139)
0 Favorites   0 Comments

Color spaces of #55878b

RGB 85135139
HSL0.510.240.44
HSV184°39°55°
CMYK 0.390.030.00   0.45
XYZ17.070521.123327.6036
Yxy21.12330.25940.3210
Hunter Lab45.9601-14.1317-3.4375
CIE-Lab53.0842-15.6748-7.4694

#55878b color RGB value is (85,135,139).

#55878b hex color red value is 85, green value is 135 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #55878b hue: 0.51 , saturation: 0.24 and the lightness value of 55878b is 0.44.

The process color (four color CMYK) of #55878b color hex is 0.39, 0.03, 0.00, 0.45. Web safe color of #55878b is #669999. Color #55878b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000111 10001011
Octal 125 207 213
Decimal 85 135 139
Hex 55 87 8B

RGB Percentages of Color #55878b

%23.68
%37.60
%38.72

CMYK Percentages of Color #55878b

%39
%3
%0
%45

Triadic Colors of #55878b

#55878b #8b5587 #878b55

Analogous Colors of #55878b

#55878b #556c8b #558b74

Monochromatic Colors of #55878b

#55878b

Complementary Color

#55878b #8b5955

#55878b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55878b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55878b Color CSS Codes

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

#55878b Text Font Color

<p style="color:#55878b">Text here</p>

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


#55878b Background Color

<div style="background-color:#55878b">
Div content here</div>

This div background color is #55878b


#55878b Border Color

<div style="border:3px solid #55878b">
Div here</div>

This div border color is #55878b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,135,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55878b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55878b;
  -webkit-box-shadow: 1px 1px 3px 2px #55878b;
  box-shadow:         1px 1px 3px 2px #55878b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55878b


Comments

No comments written yet.

Please login to write comment.