Color Hex Logo

#556aae Color Hex

#556AAE
(85,106,174)
0 Favorites   0 Comments

Color spaces of #556aae

RGB 85106174
HSL0.630.350.51
HSV226°51°68°
CMYK 0.510.390.00   0.32
XYZ16.540315.295442.1249
Yxy15.29540.22360.2068
Hunter Lab39.10937.0507-36.4851
CIE-Lab46.036211.7532-38.7735

#556aae color RGB value is (85,106,174).

#556aae hex color red value is 85, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #556aae hue: 0.63 , saturation: 0.35 and the lightness value of 556aae is 0.51.

The process color (four color CMYK) of #556aae color hex is 0.51, 0.39, 0.00, 0.32. Web safe color of #556aae is #666699. Color #556aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101010 10101110
Octal 125 152 256
Decimal 85 106 174
Hex 55 6A AE

RGB Percentages of Color #556aae

%23.29
%29.04
%47.67

CMYK Percentages of Color #556aae

%51
%39
%0
%32

Triadic Colors of #556aae

#556aae #ae556a #6aae55

Analogous Colors of #556aae

#556aae #6d55ae #5597ae

Monochromatic Colors of #556aae

#556aae

Complementary Color

#556aae #ae9955

#556aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#556aae Color CSS Codes

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

#556aae Text Font Color

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

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


#556aae Background Color

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

This div background color is #556aae


#556aae Border Color

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

This div border color is #556aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,106,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556aae;
  -webkit-box-shadow: 1px 1px 3px 2px #556aae;
  box-shadow:         1px 1px 3px 2px #556aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556aae


Comments

No comments written yet.

Please login to write comment.