Color Hex Logo

#5b6ebd Color Hex

#5B6EBD
(91,110,189)
0 Favorites   0 Comments

Color spaces of #5b6ebd

RGB 91110189
HSL0.630.430.55
HSV228°52°74°
CMYK 0.520.420.00   0.26
XYZ19.075617.050150.4297
Yxy17.05010.22040.1970
Hunter Lab41.291810.2012-43.5067
CIE-Lab48.323115.4861-43.8391

#5b6ebd color RGB value is (91,110,189).

#5b6ebd hex color red value is 91, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5b6ebd hue: 0.63 , saturation: 0.43 and the lightness value of 5b6ebd is 0.55.

The process color (four color CMYK) of #5b6ebd color hex is 0.52, 0.42, 0.00, 0.26. Web safe color of #5b6ebd is #6666cc. Color #5b6ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101110 10111101
Octal 133 156 275
Decimal 91 110 189
Hex 5B 6E BD

RGB Percentages of Color #5b6ebd

%23.33
%28.21
%48.46

CMYK Percentages of Color #5b6ebd

%52
%42
%0
%26

Triadic Colors of #5b6ebd

#5b6ebd #bd5b6e #6ebd5b

Analogous Colors of #5b6ebd

#5b6ebd #795bbd #5b9fbd

Monochromatic Colors of #5b6ebd

#5b6ebd

Complementary Color

#5b6ebd #bdaa5b

#5b6ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6ebd Color CSS Codes

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

#5b6ebd Text Font Color

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

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


#5b6ebd Background Color

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

This div background color is #5b6ebd


#5b6ebd Border Color

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

This div border color is #5b6ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6ebd


Comments

No comments written yet.

Please login to write comment.