Color Hex Logo

#5b5aef Color Hex

#5B5AEF
(91,90,239)
0 Favorites   0 Comments

Color spaces of #5b5aef

RGB 9190239
HSL0.670.820.65
HSV240°62°94°
CMYK 0.620.620.00   0.06
XYZ23.550515.768583.4637
Yxy15.76850.19180.1284
Hunter Lab39.709636.3710-96.8222
CIE-Lab46.669343.9178-74.9880

#5b5aef color RGB value is (91,90,239).

#5b5aef hex color red value is 91, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5b5aef hue: 0.67 , saturation: 0.82 and the lightness value of 5b5aef is 0.65.

The process color (four color CMYK) of #5b5aef color hex is 0.62, 0.62, 0.00, 0.06. Web safe color of #5b5aef is #6666ff. Color #5b5aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01011010 11101111
Octal 133 132 357
Decimal 91 90 239
Hex 5B 5A EF

RGB Percentages of Color #5b5aef

%21.67
%21.43
%56.90

CMYK Percentages of Color #5b5aef

%62
%62
%0
%6

Triadic Colors of #5b5aef

#5b5aef #ef5b5a #5aef5b

Analogous Colors of #5b5aef

#5b5aef #a65aef #5aa4ef

Monochromatic Colors of #5b5aef

#5b5aef

Complementary Color

#5b5aef #eeef5a

#5b5aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b5aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b5aef Color CSS Codes

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

#5b5aef Text Font Color

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

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


#5b5aef Background Color

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

This div background color is #5b5aef


#5b5aef Border Color

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

This div border color is #5b5aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b5aef


Comments

No comments written yet.

Please login to write comment.