Color Hex Logo

#55838d Color Hex

#55838D
(85,131,141)
0 Favorites   0 Comments

Color spaces of #55838d

RGB 85131141
HSL0.530.250.44
HSV191°40°55°
CMYK 0.400.070.00   0.45
XYZ16.670320.087028.1979
Yxy20.08700.25660.3092
Hunter Lab44.8185-12.0391-5.9298
CIE-Lab51.9354-12.9453-10.3519

#55838d color RGB value is (85,131,141).

#55838d hex color red value is 85, green value is 131 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #55838d hue: 0.53 , saturation: 0.25 and the lightness value of 55838d is 0.44.

The process color (four color CMYK) of #55838d color hex is 0.40, 0.07, 0.00, 0.45. Web safe color of #55838d is #669999. Color #55838d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 10001101
Octal 125 203 215
Decimal 85 131 141
Hex 55 83 8D

RGB Percentages of Color #55838d

%23.81
%36.69
%39.50

CMYK Percentages of Color #55838d

%40
%7
%0
%45

Triadic Colors of #55838d

#55838d #8d5583 #838d55

Analogous Colors of #55838d

#55838d #55678d #558d7b

Monochromatic Colors of #55838d

#55838d

Complementary Color

#55838d #8d5f55

#55838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55838d Color CSS Codes

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

#55838d Text Font Color

<p style="color:#55838d">Text here</p>

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


#55838d Background Color

<div style="background-color:#55838d">
Div content here</div>

This div background color is #55838d


#55838d Border Color

<div style="border:3px solid #55838d">
Div here</div>

This div border color is #55838d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,131,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55838d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55838d;
  -webkit-box-shadow: 1px 1px 3px 2px #55838d;
  box-shadow:         1px 1px 3px 2px #55838d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55838d


Comments

No comments written yet.

Please login to write comment.