Color Hex Logo

#556899 Color Hex

#556899
(85,104,153)
0 Favorites   0 Comments

Color spaces of #556899

RGB 85104153
HSL0.620.290.47
HSV223°44°60°
CMYK 0.440.320.00   0.40
XYZ14.446414.131832.1033
Yxy14.13180.23810.2329
Hunter Lab37.59232.8095-24.3183
CIE-Lab44.42146.3987-28.9401

#556899 color RGB value is (85,104,153).

#556899 hex color red value is 85, green value is 104 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #556899 hue: 0.62 , saturation: 0.29 and the lightness value of 556899 is 0.47.

The process color (four color CMYK) of #556899 color hex is 0.44, 0.32, 0.00, 0.40. Web safe color of #556899 is #666699. Color #556899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 10011001
Octal 125 150 231
Decimal 85 104 153
Hex 55 68 99

RGB Percentages of Color #556899

%24.85
%30.41
%44.74

CMYK Percentages of Color #556899

%44
%32
%0
%40

Triadic Colors of #556899

#556899 #995568 #689955

Analogous Colors of #556899

#556899 #645599 #558a99

Monochromatic Colors of #556899

#556899

Complementary Color

#556899 #998655

#556899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556899 Color CSS Codes

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

#556899 Text Font Color

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

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


#556899 Background Color

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

This div background color is #556899


#556899 Border Color

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

This div border color is #556899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556899


Comments

No comments written yet.

Please login to write comment.