Color Hex Logo

#5b77cd Color Hex

#5B77CD
(91,119,205)
0 Favorites   0 Comments

Color spaces of #5b77cd

RGB 91119205
HSL0.630.530.58
HSV225°56°80°
CMYK 0.560.420.00   0.20
XYZ21.930719.825660.4285
Yxy19.82560.21460.1940
Hunter Lab44.52599.9975-49.2974
CIE-Lab51.639515.1230-47.7381

#5b77cd color RGB value is (91,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01110111 11001101
Octal 133 167 315
Decimal 91 119 205
Hex 5B 77 CD

RGB Percentages of Color #5b77cd

%21.93
%28.67
%49.40

CMYK Percentages of Color #5b77cd

%56
%42
%0
%20

Triadic Colors of #5b77cd

#5b77cd #cd5b77 #77cd5b

Analogous Colors of #5b77cd

#5b77cd #785bcd #5bb0cd

Monochromatic Colors of #5b77cd

#5b77cd

Complementary Color

#5b77cd #cdb15b

#5b77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b77cd Color CSS Codes

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

#5b77cd Text Font Color

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

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


#5b77cd Background Color

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

This div background color is #5b77cd


#5b77cd Border Color

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

This div border color is #5b77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b77cd


Comments

No comments written yet.

Please login to write comment.