Color Hex Logo

#5b6ceb Color Hex

#5B6CEB
(91,108,235)
0 Favorites   0 Comments

Color spaces of #5b6ceb

RGB 91108235
HSL0.650.780.64
HSV233°61°92°
CMYK 0.610.540.00   0.08
XYZ24.672318.947480.9541
Yxy18.94740.19810.1521
Hunter Lab43.528624.9999-79.7970
CIE-Lab50.625631.7739-66.3135

#5b6ceb color RGB value is (91,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101100 11101011
Octal 133 154 353
Decimal 91 108 235
Hex 5B 6C EB

RGB Percentages of Color #5b6ceb

%20.97
%24.88
%54.15

CMYK Percentages of Color #5b6ceb

%61
%54
%0
%8

Triadic Colors of #5b6ceb

#5b6ceb #eb5b6c #6ceb5b

Analogous Colors of #5b6ceb

#5b6ceb #925beb #5bb4eb

Monochromatic Colors of #5b6ceb

#5b6ceb

Complementary Color

#5b6ceb #ebda5b

#5b6ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6ceb Color CSS Codes

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

#5b6ceb Text Font Color

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

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


#5b6ceb Background Color

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

This div background color is #5b6ceb


#5b6ceb Border Color

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

This div border color is #5b6ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6ceb


Comments

No comments written yet.

Please login to write comment.