Color Hex Logo

#556381 Color Hex

#556381
(85,99,129)
0 Favorites   0 Comments

Color spaces of #556381

RGB 8599129
HSL0.610.210.42
HSV221°34°51°
CMYK 0.340.230.00   0.49
XYZ12.170612.440022.5286
Yxy12.44000.25820.2639
Hunter Lab35.2704-0.1289-13.1816
CIE-Lab41.90712.4165-18.4521

#556381 color RGB value is (85,99,129).

#556381 hex color red value is 85, green value is 99 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #556381 hue: 0.61 , saturation: 0.21 and the lightness value of 556381 is 0.42.

The process color (four color CMYK) of #556381 color hex is 0.34, 0.23, 0.00, 0.49. Web safe color of #556381 is #666699. Color #556381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 10000001
Octal 125 143 201
Decimal 85 99 129
Hex 55 63 81

RGB Percentages of Color #556381

%27.16
%31.63
%41.21

CMYK Percentages of Color #556381

%34
%23
%0
%49

Triadic Colors of #556381

#556381 #815563 #638155

Analogous Colors of #556381

#556381 #5d5581 #557981

Monochromatic Colors of #556381

#556381

Complementary Color

#556381 #817355

#556381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556381 Color CSS Codes

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

#556381 Text Font Color

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

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


#556381 Background Color

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

This div background color is #556381


#556381 Border Color

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

This div border color is #556381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556381

#556381 Color Palettes


Comments

No comments written yet.

Please login to write comment.