Color Hex Logo

#556091 Color Hex

#556091
(85,96,145)
0 Favorites   0 Comments

Color spaces of #556091

RGB 8596145
HSL0.640.260.45
HSV229°41°57°
CMYK 0.410.340.00   0.43
XYZ13.040012.341428.4829
Yxy12.34140.24210.2291
Hunter Lab35.13034.7792-23.4798
CIE-Lab41.75378.9411-28.3348

#556091 color RGB value is (85,96,145).

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

The process color (four color CMYK) of #556091 color hex is 0.41, 0.34, 0.00, 0.43. Web safe color of #556091 is #666699. Color #556091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100000 10010001
Octal 125 140 221
Decimal 85 96 145
Hex 55 60 91

RGB Percentages of Color #556091

%26.07
%29.45
%44.48

CMYK Percentages of Color #556091

%41
%34
%0
%43

Triadic Colors of #556091

#556091 #915560 #609155

Analogous Colors of #556091

#556091 #685591 #557e91

Monochromatic Colors of #556091

#556091

Complementary Color

#556091 #918655

#556091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556091 Color CSS Codes

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

#556091 Text Font Color

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

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


#556091 Background Color

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

This div background color is #556091


#556091 Border Color

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

This div border color is #556091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556091


Comments

No comments written yet.

Please login to write comment.