Color Hex Logo

#5762bd Color Hex

#5762BD
(87,98,189)
0 Favorites   0 Comments

Color spaces of #5762bd

RGB 8798189
HSL0.650.440.54
HSV234°54°74°
CMYK 0.540.480.00   0.26
XYZ17.483514.435750.0090
Yxy14.43570.21340.1762
Hunter Lab37.994315.6486-51.4428
CIE-Lab44.851422.0683-49.3933

#5762bd color RGB value is (87,98,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100010 10111101
Octal 127 142 275
Decimal 87 98 189
Hex 57 62 BD

RGB Percentages of Color #5762bd

%23.26
%26.20
%50.53

CMYK Percentages of Color #5762bd

%54
%48
%0
%26

Triadic Colors of #5762bd

#5762bd #bd5762 #62bd57

Analogous Colors of #5762bd

#5762bd #7f57bd #5795bd

Monochromatic Colors of #5762bd

#5762bd

Complementary Color

#5762bd #bdb257

#5762bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5762bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5762bd Color CSS Codes

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

#5762bd Text Font Color

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

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


#5762bd Background Color

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

This div background color is #5762bd


#5762bd Border Color

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

This div border color is #5762bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5762bd


Comments

No comments written yet.

Please login to write comment.