Color Hex Logo

#5787ba Color Hex

#5787BA
(87,135,186)
0 Favorites   0 Comments

Color spaces of #5787ba

RGB 87135186
HSL0.590.420.54
HSV211°53°73°
CMYK 0.530.270.00   0.27
XYZ21.457422.899449.7435
Yxy22.89940.22800.2434
Hunter Lab47.8533-3.7040-28.1346
CIE-Lab54.9686-1.4488-31.6764

#5787ba color RGB value is (87,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000111 10111010
Octal 127 207 272
Decimal 87 135 186
Hex 57 87 BA

RGB Percentages of Color #5787ba

%21.32
%33.09
%45.59

CMYK Percentages of Color #5787ba

%53
%27
%0
%27

Triadic Colors of #5787ba

#5787ba #ba5787 #87ba57

Analogous Colors of #5787ba

#5787ba #5957ba #57b9ba

Monochromatic Colors of #5787ba

#5787ba

Complementary Color

#5787ba #ba8a57

#5787ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5787ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5787ba Color CSS Codes

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

#5787ba Text Font Color

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

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


#5787ba Background Color

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

This div background color is #5787ba


#5787ba Border Color

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

This div border color is #5787ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5787ba


Comments

No comments written yet.

Please login to write comment.