Color Hex Logo

#5790ab Color Hex

#5790AB
(87,144,171)
0 Favorites   0 Comments

Color spaces of #5790ab

RGB 87144171
HSL0.550.330.51
HSV199°49°67°
CMYK 0.490.160.00   0.33
XYZ21.254424.913042.2165
Yxy24.91300.24050.2819
Hunter Lab49.9129-11.3370-15.2086
CIE-Lab56.9906-11.1274-19.9922

#5790ab color RGB value is (87,144,171).

#5790ab hex color red value is 87, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5790ab hue: 0.55 , saturation: 0.33 and the lightness value of 5790ab is 0.51.

The process color (four color CMYK) of #5790ab color hex is 0.49, 0.16, 0.00, 0.33. Web safe color of #5790ab is #669999. Color #5790ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010000 10101011
Octal 127 220 253
Decimal 87 144 171
Hex 57 90 AB

RGB Percentages of Color #5790ab

%21.64
%35.82
%42.54

CMYK Percentages of Color #5790ab

%49
%16
%0
%33

Triadic Colors of #5790ab

#5790ab #ab5790 #90ab57

Analogous Colors of #5790ab

#5790ab #5766ab #57ab9c

Monochromatic Colors of #5790ab

#5790ab

Complementary Color

#5790ab #ab7257

#5790ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5790ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5790ab Color CSS Codes

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

#5790ab Text Font Color

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

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


#5790ab Background Color

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

This div background color is #5790ab


#5790ab Border Color

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

This div border color is #5790ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5790ab


Comments

No comments written yet.

Please login to write comment.