Color Hex Logo

#5993bd Color Hex

#5993BD
(89,147,189)
0 Favorites   0 Comments

Color spaces of #5993bd

RGB 89147189
HSL0.570.430.55
HSV205°53°74°
CMYK 0.530.220.00   0.26
XYZ23.738826.665452.0399
Yxy26.66540.23170.2603
Hunter Lab51.6386-8.3091-23.6038
CIE-Lab58.6633-6.9459-27.6408

#5993bd color RGB value is (89,147,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010011 10111101
Octal 131 223 275
Decimal 89 147 189
Hex 59 93 BD

RGB Percentages of Color #5993bd

%20.94
%34.59
%44.47

CMYK Percentages of Color #5993bd

%53
%22
%0
%26

Triadic Colors of #5993bd

#5993bd #bd5993 #93bd59

Analogous Colors of #5993bd

#5993bd #5961bd #59bdb5

Monochromatic Colors of #5993bd

#5993bd

Complementary Color

#5993bd #bd8359

#5993bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5993bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5993bd Color CSS Codes

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

#5993bd Text Font Color

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

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


#5993bd Background Color

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

This div background color is #5993bd


#5993bd Border Color

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

This div border color is #5993bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5993bd


Comments

No comments written yet.

Please login to write comment.