Color Hex Logo

#556096 Color Hex

#556096
(85,96,150)
0 Favorites   0 Comments

Color spaces of #556096

RGB 8596150
HSL0.640.280.46
HSV230°43°59°
CMYK 0.430.360.00   0.41
XYZ13.434212.499030.5587
Yxy12.49900.23780.2213
Hunter Lab35.35395.9592-26.5005
CIE-Lab41.998510.4587-30.9475

#556096 color RGB value is (85,96,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100000 10010110
Octal 125 140 226
Decimal 85 96 150
Hex 55 60 96

RGB Percentages of Color #556096

%25.68
%29.00
%45.32

CMYK Percentages of Color #556096

%43
%36
%0
%41

Triadic Colors of #556096

#556096 #965560 #609655

Analogous Colors of #556096

#556096 #6b5596 #558196

Monochromatic Colors of #556096

#556096

Complementary Color

#556096 #968b55

#556096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556096 Color CSS Codes

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

#556096 Text Font Color

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

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


#556096 Background Color

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

This div background color is #556096


#556096 Border Color

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

This div border color is #556096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556096


Comments

No comments written yet.

Please login to write comment.