Color Hex Logo

#556595 Color Hex

#556595
(85,101,149)
0 Favorites   0 Comments

Color spaces of #556595

RGB 85101149
HSL0.630.270.46
HSV225°43°58°
CMYK 0.430.320.00   0.42
XYZ13.824813.408630.2932
Yxy13.40860.24030.2331
Hunter Lab36.61783.3105-23.4171
CIE-Lab43.37267.0360-28.1980

#556595 color RGB value is (85,101,149).

#556595 hex color red value is 85, green value is 101 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #556595 hue: 0.63 , saturation: 0.27 and the lightness value of 556595 is 0.46.

The process color (four color CMYK) of #556595 color hex is 0.43, 0.32, 0.00, 0.42. Web safe color of #556595 is #666699. Color #556595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 10010101
Octal 125 145 225
Decimal 85 101 149
Hex 55 65 95

RGB Percentages of Color #556595

%25.37
%30.15
%44.48

CMYK Percentages of Color #556595

%43
%32
%0
%42

Triadic Colors of #556595

#556595 #955565 #659555

Analogous Colors of #556595

#556595 #655595 #558595

Monochromatic Colors of #556595

#556595

Complementary Color

#556595 #958555

#556595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556595 Color CSS Codes

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

#556595 Text Font Color

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

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


#556595 Background Color

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

This div background color is #556595


#556595 Border Color

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

This div border color is #556595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556595


Comments

No comments written yet.

Please login to write comment.