Color Hex Logo

#555972 Color Hex

#555972
(85,89,114)
0 Favorites   0 Comments

Color spaces of #555972

RGB 8589114
HSL0.640.150.39
HSV232°25°45°
CMYK 0.250.220.00   0.55
XYZ10.356010.291017.3601
Yxy10.29100.27250.2708
Hunter Lab32.07961.4845-9.6295
CIE-Lab38.35974.5020-14.7258

#555972 color RGB value is (85,89,114).

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

The process color (four color CMYK) of #555972 color hex is 0.25, 0.22, 0.00, 0.55. Web safe color of #555972 is #666666. Color #555972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011001 01110010
Octal 125 131 162
Decimal 85 89 114
Hex 55 59 72

RGB Percentages of Color #555972

%29.51
%30.90
%39.58

CMYK Percentages of Color #555972

%25
%22
%0
%55

Triadic Colors of #555972

#555972 #725559 #597255

Analogous Colors of #555972

#555972 #605572 #556872

Monochromatic Colors of #555972

#555972

Complementary Color

#555972 #726e55

#555972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555972 Color CSS Codes

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

#555972 Text Font Color

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

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


#555972 Background Color

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

This div background color is #555972


#555972 Border Color

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

This div border color is #555972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555972


Comments

No comments written yet.

Please login to write comment.