Color Hex Logo

#5b5deb Color Hex

#5B5DEB
(91,93,235)
0 Favorites   0 Comments

Color spaces of #5b5deb

RGB 9193235
HSL0.660.780.64
HSV239°61°92°
CMYK 0.610.600.00   0.08
XYZ23.224116.051080.4714
Yxy16.05100.19390.1340
Hunter Lab40.063733.3613-91.0445
CIE-Lab47.041340.8566-72.1325

#5b5deb color RGB value is (91,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01011101 11101011
Octal 133 135 353
Decimal 91 93 235
Hex 5B 5D EB

RGB Percentages of Color #5b5deb

%21.72
%22.20
%56.09

CMYK Percentages of Color #5b5deb

%61
%60
%0
%8

Triadic Colors of #5b5deb

#5b5deb #eb5b5d #5deb5b

Analogous Colors of #5b5deb

#5b5deb #a15beb #5ba5eb

Monochromatic Colors of #5b5deb

#5b5deb

Complementary Color

#5b5deb #ebe95b

#5b5deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b5deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b5deb Color CSS Codes

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

#5b5deb Text Font Color

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

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


#5b5deb Background Color

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

This div background color is #5b5deb


#5b5deb Border Color

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

This div border color is #5b5deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,93,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 #5b5deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b5deb


Comments

No comments written yet.

Please login to write comment.