Color Hex Logo

#5859bd Color Hex

#5859BD
(88,89,189)
0 Favorites   0 Comments

Color spaces of #5859bd

RGB 8889189
HSL0.670.430.54
HSV239°53°74°
CMYK 0.530.530.00   0.26
XYZ16.782212.893649.7483
Yxy12.89360.21130.1623
Hunter Lab35.907720.5873-57.0080
CIE-Lab42.602527.9078-53.0021

#5859bd color RGB value is (88,89,189).

#5859bd hex color red value is 88, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5859bd hue: 0.67 , saturation: 0.43 and the lightness value of 5859bd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011001 10111101
Octal 130 131 275
Decimal 88 89 189
Hex 58 59 BD

RGB Percentages of Color #5859bd

%24.04
%24.32
%51.64

CMYK Percentages of Color #5859bd

%53
%53
%0
%26

Triadic Colors of #5859bd

#5859bd #bd5859 #59bd58

Analogous Colors of #5859bd

#5859bd #8a58bd #588cbd

Monochromatic Colors of #5859bd

#5859bd

Complementary Color

#5859bd #bdbc58

#5859bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5859bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5859bd Color CSS Codes

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

#5859bd Text Font Color

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

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


#5859bd Background Color

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

This div background color is #5859bd


#5859bd Border Color

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

This div border color is #5859bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5859bd


Comments

No comments written yet.

Please login to write comment.