Color Hex Logo

#55726c Color Hex

#55726C
(85,114,108)
0 Favorites   0 Comments

Color spaces of #55726c

RGB 85114108
HSL0.470.150.39
HSV168°25°45°
CMYK 0.250.000.05   0.55
XYZ12.470415.048616.4348
Yxy15.04860.28370.3424
Hunter Lab38.7925-10.50562.0360
CIE-Lab45.7007-11.8828-0.1069

#55726c color RGB value is (85,114,108).

#55726c hex color red value is 85, green value is 114 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #55726c hue: 0.47 , saturation: 0.15 and the lightness value of 55726c is 0.39.

The process color (four color CMYK) of #55726c color hex is 0.25, 0.00, 0.05, 0.55. Web safe color of #55726c is #666666. Color #55726c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 01101100
Octal 125 162 154
Decimal 85 114 108
Hex 55 72 6C

RGB Percentages of Color #55726c

%27.69
%37.13
%35.18

CMYK Percentages of Color #55726c

%25
%0
%5
%55

Triadic Colors of #55726c

#55726c #6c5572 #726c55

Analogous Colors of #55726c

#55726c #556a72 #55725e

Monochromatic Colors of #55726c

#55726c

Complementary Color

#55726c #72555b

#55726c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55726c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55726c Color CSS Codes

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

#55726c Text Font Color

<p style="color:#55726c">Text here</p>

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


#55726c Background Color

<div style="background-color:#55726c">
Div content here</div>

This div background color is #55726c


#55726c Border Color

<div style="border:3px solid #55726c">
Div here</div>

This div border color is #55726c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,114,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55726c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55726c;
  -webkit-box-shadow: 1px 1px 3px 2px #55726c;
  box-shadow:         1px 1px 3px 2px #55726c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55726c


Comments

No comments written yet.

Please login to write comment.