Color Hex Logo

#5b6bcd Color Hex

#5B6BCD
(91,107,205)
0 Favorites   0 Comments

Color spaces of #5b6bcd

RGB 91107205
HSL0.640.530.58
HSV232°56°80°
CMYK 0.560.480.00   0.20
XYZ20.591517.147359.9821
Yxy17.14730.21070.1755
Hunter Lab41.409316.2960-56.8961
CIE-Lab48.445122.5179-52.8399

#5b6bcd color RGB value is (91,107,205).

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

The process color (four color CMYK) of #5b6bcd color hex is 0.56, 0.48, 0.00, 0.20. Web safe color of #5b6bcd is #6666cc. Color #5b6bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101011 11001101
Octal 133 153 315
Decimal 91 107 205
Hex 5B 6B CD

RGB Percentages of Color #5b6bcd

%22.58
%26.55
%50.87

CMYK Percentages of Color #5b6bcd

%56
%48
%0
%20

Triadic Colors of #5b6bcd

#5b6bcd #cd5b6b #6bcd5b

Analogous Colors of #5b6bcd

#5b6bcd #845bcd #5ba4cd

Monochromatic Colors of #5b6bcd

#5b6bcd

Complementary Color

#5b6bcd #cdbd5b

#5b6bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6bcd Color CSS Codes

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

#5b6bcd Text Font Color

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

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


#5b6bcd Background Color

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

This div background color is #5b6bcd


#5b6bcd Border Color

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

This div border color is #5b6bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6bcd


Comments

No comments written yet.

Please login to write comment.