Color Hex Logo

#5496ab Color Hex

#5496AB
(84,150,171)
0 Favorites   0 Comments

Color spaces of #5496ab

RGB 84150171
HSL0.540.340.50
HSV194°51°67°
CMYK 0.510.120.00   0.33
XYZ21.913226.637842.5147
Yxy26.63780.24060.2925
Hunter Lab51.6118-14.5337-12.7112
CIE-Lab58.6376-15.1228-17.4951

#5496ab color RGB value is (84,150,171).

#5496ab hex color red value is 84, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5496ab hue: 0.54 , saturation: 0.34 and the lightness value of 5496ab is 0.50.

The process color (four color CMYK) of #5496ab color hex is 0.51, 0.12, 0.00, 0.33. Web safe color of #5496ab is #669999. Color #5496ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010110 10101011
Octal 124 226 253
Decimal 84 150 171
Hex 54 96 AB

RGB Percentages of Color #5496ab

%20.74
%37.04
%42.22

CMYK Percentages of Color #5496ab

%51
%12
%0
%33

Triadic Colors of #5496ab

#5496ab #ab5496 #96ab54

Analogous Colors of #5496ab

#5496ab #546bab #54ab95

Monochromatic Colors of #5496ab

#5496ab

Complementary Color

#5496ab #ab6954

#5496ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5496ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5496ab Color CSS Codes

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

#5496ab Text Font Color

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

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


#5496ab Background Color

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

This div background color is #5496ab


#5496ab Border Color

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

This div border color is #5496ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,150,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5496ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5496ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5496ab;
  box-shadow:         1px 1px 3px 2px #5496ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5496ab


Comments

No comments written yet.

Please login to write comment.