Color Hex Logo

#5166ab Color Hex

#5166AB
(81,102,171)
0 Favorites   0 Comments

Color spaces of #5166ab

RGB 81102171
HSL0.630.360.49
HSV226°53°67°
CMYK 0.530.400.00   0.33
XYZ15.495414.192340.4508
Yxy14.19230.22090.2023
Hunter Lab37.67277.4929-37.2914
CIE-Lab44.507512.3359-39.4526

#5166ab color RGB value is (81,102,171).

#5166ab hex color red value is 81, green value is 102 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5166ab hue: 0.63 , saturation: 0.36 and the lightness value of 5166ab is 0.49.

The process color (four color CMYK) of #5166ab color hex is 0.53, 0.40, 0.00, 0.33. Web safe color of #5166ab is #666699. Color #5166ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100110 10101011
Octal 121 146 253
Decimal 81 102 171
Hex 51 66 AB

RGB Percentages of Color #5166ab

%22.88
%28.81
%48.31

CMYK Percentages of Color #5166ab

%53
%40
%0
%33

Triadic Colors of #5166ab

#5166ab #ab5166 #66ab51

Analogous Colors of #5166ab

#5166ab #6951ab #5193ab

Monochromatic Colors of #5166ab

#5166ab

Complementary Color

#5166ab #ab9651

#5166ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5166ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5166ab Color CSS Codes

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

#5166ab Text Font Color

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

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


#5166ab Background Color

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

This div background color is #5166ab


#5166ab Border Color

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

This div border color is #5166ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,102,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 #5166ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5166ab


Comments

No comments written yet.

Please login to write comment.