Color Hex Logo

#556aba Color Hex

#556ABA
(85,106,186)
0 Favorites   0 Comments

Color spaces of #556aba

RGB 85106186
HSL0.630.420.53
HSV228°54°73°
CMYK 0.540.430.00   0.27
XYZ17.763315.784548.5649
Yxy15.78450.21630.1922
Hunter Lab39.729710.2810-44.6643
CIE-Lab46.690515.6501-44.7226

#556aba color RGB value is (85,106,186).

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

The process color (four color CMYK) of #556aba color hex is 0.54, 0.43, 0.00, 0.27. Web safe color of #556aba is #6666cc. Color #556aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101010 10111010
Octal 125 152 272
Decimal 85 106 186
Hex 55 6A BA

RGB Percentages of Color #556aba

%22.55
%28.12
%49.34

CMYK Percentages of Color #556aba

%54
%43
%0
%27

Triadic Colors of #556aba

#556aba #ba556a #6aba55

Analogous Colors of #556aba

#556aba #7355ba #559dba

Monochromatic Colors of #556aba

#556aba

Complementary Color

#556aba #baa555

#556aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#556aba Color CSS Codes

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

#556aba Text Font Color

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

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


#556aba Background Color

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

This div background color is #556aba


#556aba Border Color

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

This div border color is #556aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556aba


Comments

No comments written yet.

Please login to write comment.