Color Hex Logo

#55917d Color Hex

#55917D
(85,145,125)
0 Favorites   0 Comments

Color spaces of #55917d

RGB 85145125
HSL0.440.260.45
HSV160°41°57°
CMYK 0.410.000.14   0.43
XYZ17.573423.662823.0432
Yxy23.66280.27340.3681
Hunter Lab48.6444-20.64245.9650
CIE-Lab55.7486-24.41584.5187

#55917d color RGB value is (85,145,125).

#55917d hex color red value is 85, green value is 145 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #55917d hue: 0.44 , saturation: 0.26 and the lightness value of 55917d is 0.45.

The process color (four color CMYK) of #55917d color hex is 0.41, 0.00, 0.14, 0.43. Web safe color of #55917d is #669966. Color #55917d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010001 01111101
Octal 125 221 175
Decimal 85 145 125
Hex 55 91 7D

RGB Percentages of Color #55917d

%23.94
%40.85
%35.21

CMYK Percentages of Color #55917d

%41
%0
%14
%43

Triadic Colors of #55917d

#55917d #7d5591 #917d55

Analogous Colors of #55917d

#55917d #558791 #55915f

Monochromatic Colors of #55917d

#55917d

Complementary Color

#55917d #915569

#55917d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55917d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55917d Color CSS Codes

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

#55917d Text Font Color

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

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


#55917d Background Color

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

This div background color is #55917d


#55917d Border Color

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

This div border color is #55917d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55917d


Comments

No comments written yet.

Please login to write comment.