Color Hex Logo

#5891aa Color Hex

#5891AA
(88,145,170)
0 Favorites   0 Comments

Color spaces of #5891aa

RGB 88145170
HSL0.550.330.51
HSV198°48°67°
CMYK 0.480.150.00   0.33
XYZ21.405625.227841.7715
Yxy25.22780.24210.2854
Hunter Lab50.2273-11.8256-14.1494
CIE-Lab57.2967-11.7291-18.9501

#5891aa color RGB value is (88,145,170).

#5891aa hex color red value is 88, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5891aa hue: 0.55 , saturation: 0.33 and the lightness value of 5891aa is 0.51.

The process color (four color CMYK) of #5891aa color hex is 0.48, 0.15, 0.00, 0.33. Web safe color of #5891aa is #669999. Color #5891aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010001 10101010
Octal 130 221 252
Decimal 88 145 170
Hex 58 91 AA

RGB Percentages of Color #5891aa

%21.84
%35.98
%42.18

CMYK Percentages of Color #5891aa

%48
%15
%0
%33

Triadic Colors of #5891aa

#5891aa #aa5891 #91aa58

Analogous Colors of #5891aa

#5891aa #5868aa #58aa9a

Monochromatic Colors of #5891aa

#5891aa

Complementary Color

#5891aa #aa7158

#5891aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5891aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5891aa Color CSS Codes

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

#5891aa Text Font Color

<p style="color:#5891aa">Text here</p>

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


#5891aa Background Color

<div style="background-color:#5891aa">
Div content here</div>

This div background color is #5891aa


#5891aa Border Color

<div style="border:3px solid #5891aa">
Div here</div>

This div border color is #5891aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,145,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5891aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5891aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5891aa;
  box-shadow:         1px 1px 3px 2px #5891aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,145,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5891aa


Comments

No comments written yet.

Please login to write comment.