Color Hex Logo

#5790ba Color Hex

#5790BA
(87,144,186)
0 Favorites   0 Comments

Color spaces of #5790ba

RGB 87144186
HSL0.570.420.54
HSV205°53°73°
CMYK 0.530.230.00   0.27
XYZ22.766725.517950.1799
Yxy25.51790.23120.2592
Hunter Lab50.5152-7.9536-23.5357
CIE-Lab57.5766-6.6198-27.6289

#5790ba color RGB value is (87,144,186).

#5790ba hex color red value is 87, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5790ba hue: 0.57 , saturation: 0.42 and the lightness value of 5790ba is 0.54.

The process color (four color CMYK) of #5790ba color hex is 0.53, 0.23, 0.00, 0.27. Web safe color of #5790ba is #6699cc. Color #5790ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010000 10111010
Octal 127 220 272
Decimal 87 144 186
Hex 57 90 BA

RGB Percentages of Color #5790ba

%20.86
%34.53
%44.60

CMYK Percentages of Color #5790ba

%53
%23
%0
%27

Triadic Colors of #5790ba

#5790ba #ba5790 #90ba57

Analogous Colors of #5790ba

#5790ba #575eba #57bab3

Monochromatic Colors of #5790ba

#5790ba

Complementary Color

#5790ba #ba8157

#5790ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5790ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5790ba Color CSS Codes

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

#5790ba Text Font Color

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

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


#5790ba Background Color

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

This div background color is #5790ba


#5790ba Border Color

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

This div border color is #5790ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,144,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5790ba


Comments

No comments written yet.

Please login to write comment.