Color Hex Logo

#5059ab Color Hex

#5059AB
(80,89,171)
0 Favorites   0 Comments

Color spaces of #5059ab

RGB 8089171
HSL0.650.360.49
HSV234°53°67°
CMYK 0.530.480.00   0.33
XYZ14.231311.790540.0538
Yxy11.79050.21540.1784
Hunter Lab34.337313.8901-45.1245
CIE-Lab40.881220.3270-45.2328

#5059ab color RGB value is (80,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 10101011
Octal 120 131 253
Decimal 80 89 171
Hex 50 59 AB

RGB Percentages of Color #5059ab

%23.53
%26.18
%50.29

CMYK Percentages of Color #5059ab

%53
%48
%0
%33

Triadic Colors of #5059ab

#5059ab #ab5059 #59ab50

Analogous Colors of #5059ab

#5059ab #7550ab #5087ab

Monochromatic Colors of #5059ab

#5059ab

Complementary Color

#5059ab #aba250

#5059ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5059ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5059ab Color CSS Codes

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

#5059ab Text Font Color

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

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


#5059ab Background Color

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

This div background color is #5059ab


#5059ab Border Color

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

This div border color is #5059ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5059ab


Comments

No comments written yet.

Please login to write comment.