Color Hex Logo

#5088ab Color Hex

#5088AB
(80,136,171)
0 Favorites   0 Comments

Color spaces of #5088ab

RGB 80136171
HSL0.560.360.49
HSV203°53°67°
CMYK 0.530.200.00   0.33
XYZ19.463122.254141.7977
Yxy22.25410.23300.2665
Hunter Lab47.1743-8.9096-19.5106
CIE-Lab54.2956-8.2884-24.1549

#5088ab color RGB value is (80,136,171).

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

The process color (four color CMYK) of #5088ab color hex is 0.53, 0.20, 0.00, 0.33. Web safe color of #5088ab is #669999. Color #5088ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001000 10101011
Octal 120 210 253
Decimal 80 136 171
Hex 50 88 AB

RGB Percentages of Color #5088ab

%20.67
%35.14
%44.19

CMYK Percentages of Color #5088ab

%53
%20
%0
%33

Triadic Colors of #5088ab

#5088ab #ab5088 #88ab50

Analogous Colors of #5088ab

#5088ab #505aab #50aba1

Monochromatic Colors of #5088ab

#5088ab

Complementary Color

#5088ab #ab7350

#5088ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5088ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5088ab Color CSS Codes

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

#5088ab Text Font Color

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

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


#5088ab Background Color

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

This div background color is #5088ab


#5088ab Border Color

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

This div border color is #5088ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5088ab


Comments

No comments written yet.

Please login to write comment.