Color Hex Logo

#5765bd Color Hex

#5765BD
(87,101,189)
0 Favorites   0 Comments

Color spaces of #5765bd

RGB 87101189
HSL0.640.440.54
HSV232°54°74°
CMYK 0.540.470.00   0.26
XYZ17.769515.007750.1043
Yxy15.00770.21440.1811
Hunter Lab38.739814.0813-49.5652
CIE-Lab45.644720.1909-48.1234

#5765bd color RGB value is (87,101,189).

#5765bd hex color red value is 87, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5765bd hue: 0.64 , saturation: 0.44 and the lightness value of 5765bd is 0.54.

The process color (four color CMYK) of #5765bd color hex is 0.54, 0.47, 0.00, 0.26. Web safe color of #5765bd is #6666cc. Color #5765bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100101 10111101
Octal 127 145 275
Decimal 87 101 189
Hex 57 65 BD

RGB Percentages of Color #5765bd

%23.08
%26.79
%50.13

CMYK Percentages of Color #5765bd

%54
%47
%0
%26

Triadic Colors of #5765bd

#5765bd #bd5765 #65bd57

Analogous Colors of #5765bd

#5765bd #7c57bd #5798bd

Monochromatic Colors of #5765bd

#5765bd

Complementary Color

#5765bd #bdaf57

#5765bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5765bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5765bd Color CSS Codes

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

#5765bd Text Font Color

<p style="color:#5765bd">Text here</p>

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


#5765bd Background Color

<div style="background-color:#5765bd">
Div content here</div>

This div background color is #5765bd


#5765bd Border Color

<div style="border:3px solid #5765bd">
Div here</div>

This div border color is #5765bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,101,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5765bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5765bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5765bd;
  box-shadow:         1px 1px 3px 2px #5765bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5765bd


Comments

No comments written yet.

Please login to write comment.