Color Hex Logo

#556489 Color Hex

#556489
(85,100,137)
0 Favorites   0 Comments

Color spaces of #556489

RGB 85100137
HSL0.620.230.44
HSV223°38°54°
CMYK 0.380.270.00   0.46
XYZ12.818812.851825.4719
Yxy12.85180.25060.2513
Hunter Lab35.84941.0904-17.0324
CIE-Lab42.53914.0891-22.3045

#556489 color RGB value is (85,100,137).

#556489 hex color red value is 85, green value is 100 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #556489 hue: 0.62 , saturation: 0.23 and the lightness value of 556489 is 0.44.

The process color (four color CMYK) of #556489 color hex is 0.38, 0.27, 0.00, 0.46. Web safe color of #556489 is #666699. Color #556489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100100 10001001
Octal 125 144 211
Decimal 85 100 137
Hex 55 64 89

RGB Percentages of Color #556489

%26.40
%31.06
%42.55

CMYK Percentages of Color #556489

%38
%27
%0
%46

Triadic Colors of #556489

#556489 #895564 #648955

Analogous Colors of #556489

#556489 #605589 #557e89

Monochromatic Colors of #556489

#556489

Complementary Color

#556489 #897a55

#556489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556489 Color CSS Codes

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

#556489 Text Font Color

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

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


#556489 Background Color

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

This div background color is #556489


#556489 Border Color

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

This div border color is #556489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556489


Comments

No comments written yet.

Please login to write comment.