Color Hex Logo

#5785bf Color Hex

#5785BF
(87,133,191)
0 Favorites   0 Comments

Color spaces of #5785bf

RGB 87133191
HSL0.590.450.55
HSV213°54°75°
CMYK 0.540.300.00   0.25
XYZ21.722022.562952.5004
Yxy22.56290.22440.2331
Hunter Lab47.5004-1.4975-32.2807
CIE-Lab54.61921.3033-35.0733

#5785bf color RGB value is (87,133,191).

#5785bf hex color red value is 87, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5785bf hue: 0.59 , saturation: 0.45 and the lightness value of 5785bf is 0.55.

The process color (four color CMYK) of #5785bf color hex is 0.54, 0.30, 0.00, 0.25. Web safe color of #5785bf is #6699cc. Color #5785bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000101 10111111
Octal 127 205 277
Decimal 87 133 191
Hex 57 85 BF

RGB Percentages of Color #5785bf

%21.17
%32.36
%46.47

CMYK Percentages of Color #5785bf

%54
%30
%0
%25

Triadic Colors of #5785bf

#5785bf #bf5785 #85bf57

Analogous Colors of #5785bf

#5785bf #5d57bf #57b9bf

Monochromatic Colors of #5785bf

#5785bf

Complementary Color

#5785bf #bf9157

#5785bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5785bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5785bf Color CSS Codes

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

#5785bf Text Font Color

<p style="color:#5785bf">Text here</p>

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


#5785bf Background Color

<div style="background-color:#5785bf">
Div content here</div>

This div background color is #5785bf


#5785bf Border Color

<div style="border:3px solid #5785bf">
Div here</div>

This div border color is #5785bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,133,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5785bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5785bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5785bf;
  box-shadow:         1px 1px 3px 2px #5785bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5785bf


Comments

No comments written yet.

Please login to write comment.