Color Hex Logo

#5b6ebf Color Hex

#5B6EBF
(91,110,191)
0 Favorites   0 Comments

Color spaces of #5b6ebf

RGB 91110191
HSL0.640.440.55
HSV229°52°75°
CMYK 0.520.420.00   0.25
XYZ19.294317.137651.5812
Yxy17.13760.21920.1947
Hunter Lab41.397610.7483-44.8968
CIE-Lab48.432916.1271-44.8186

#5b6ebf color RGB value is (91,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101110 10111111
Octal 133 156 277
Decimal 91 110 191
Hex 5B 6E BF

RGB Percentages of Color #5b6ebf

%23.21
%28.06
%48.72

CMYK Percentages of Color #5b6ebf

%52
%42
%0
%25

Triadic Colors of #5b6ebf

#5b6ebf #bf5b6e #6ebf5b

Analogous Colors of #5b6ebf

#5b6ebf #7a5bbf #5ba0bf

Monochromatic Colors of #5b6ebf

#5b6ebf

Complementary Color

#5b6ebf #bfac5b

#5b6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6ebf Color CSS Codes

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

#5b6ebf Text Font Color

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

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


#5b6ebf Background Color

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

This div background color is #5b6ebf


#5b6ebf Border Color

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

This div border color is #5b6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6ebf


Comments

No comments written yet.

Please login to write comment.