Color Hex Logo

#5b6bec Color Hex

#5B6BEC
(91,107,236)
0 Favorites   0 Comments

Color spaces of #5b6bec

RGB 91107236
HSL0.650.790.64
HSV233°61°93°
CMYK 0.610.550.00   0.07
XYZ24.712418.795781.6823
Yxy18.79570.19740.1501
Hunter Lab43.354025.8780-81.3591
CIE-Lab50.447332.7151-67.1626

#5b6bec color RGB value is (91,107,236).

#5b6bec hex color red value is 91, green value is 107 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5b6bec hue: 0.65 , saturation: 0.79 and the lightness value of 5b6bec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101011 11101100
Octal 133 153 354
Decimal 91 107 236
Hex 5B 6B EC

RGB Percentages of Color #5b6bec

%20.97
%24.65
%54.38

CMYK Percentages of Color #5b6bec

%61
%55
%0
%7

Triadic Colors of #5b6bec

#5b6bec #ec5b6b #6bec5b

Analogous Colors of #5b6bec

#5b6bec #945bec #5bb4ec

Monochromatic Colors of #5b6bec

#5b6bec

Complementary Color

#5b6bec #ecdc5b

#5b6bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6bec Color CSS Codes

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

#5b6bec Text Font Color

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

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


#5b6bec Background Color

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

This div background color is #5b6bec


#5b6bec Border Color

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

This div border color is #5b6bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6bec


Comments

No comments written yet.

Please login to write comment.