Color Hex Logo

#5b93eb Color Hex

#5B93EB
(91,147,235)
0 Favorites   0 Comments

Color spaces of #5b93eb

RGB 91147235
HSL0.600.780.64
HSV217°61°92°
CMYK 0.610.370.00   0.08
XYZ29.743529.089782.6445
Yxy29.08970.21020.2056
Hunter Lab53.93494.0515-53.0958
CIE-Lab60.86078.1633-49.9192

#5b93eb color RGB value is (91,147,235).

#5b93eb hex color red value is 91, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5b93eb hue: 0.60 , saturation: 0.78 and the lightness value of 5b93eb is 0.64.

The process color (four color CMYK) of #5b93eb color hex is 0.61, 0.37, 0.00, 0.08. Web safe color of #5b93eb is #6699ff. Color #5b93eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010011 11101011
Octal 133 223 353
Decimal 91 147 235
Hex 5B 93 EB

RGB Percentages of Color #5b93eb

%19.24
%31.08
%49.68

CMYK Percentages of Color #5b93eb

%61
%37
%0
%8

Triadic Colors of #5b93eb

#5b93eb #eb5b93 #93eb5b

Analogous Colors of #5b93eb

#5b93eb #6b5beb #5bdbeb

Monochromatic Colors of #5b93eb

#5b93eb

Complementary Color

#5b93eb #ebb35b

#5b93eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b93eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b93eb Color CSS Codes

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

#5b93eb Text Font Color

<p style="color:#5b93eb">Text here</p>

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


#5b93eb Background Color

<div style="background-color:#5b93eb">
Div content here</div>

This div background color is #5b93eb


#5b93eb Border Color

<div style="border:3px solid #5b93eb">
Div here</div>

This div border color is #5b93eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,147,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b93eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b93eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5b93eb;
  box-shadow:         1px 1px 3px 2px #5b93eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,147,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b93eb


Comments

No comments written yet.

Please login to write comment.