Color Hex Logo

#5b97da Color Hex

#5B97DA
(91,151,218)
0 Favorites   0 Comments

Color spaces of #5b97da

RGB 91151218
HSL0.590.630.61
HSV212°58°85°
CMYK 0.580.310.00   0.15
XYZ28.035929.419370.5305
Yxy29.41930.21910.2299
Hunter Lab54.2396-2.6543-39.1302
CIE-Lab61.14990.2921-40.0319

#5b97da color RGB value is (91,151,218).

#5b97da hex color red value is 91, green value is 151 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5b97da hue: 0.59 , saturation: 0.63 and the lightness value of 5b97da is 0.61.

The process color (four color CMYK) of #5b97da color hex is 0.58, 0.31, 0.00, 0.15. Web safe color of #5b97da is #6699cc. Color #5b97da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010111 11011010
Octal 133 227 332
Decimal 91 151 218
Hex 5B 97 DA

RGB Percentages of Color #5b97da

%19.78
%32.83
%47.39

CMYK Percentages of Color #5b97da

%58
%31
%0
%15

Triadic Colors of #5b97da

#5b97da #da5b97 #97da5b

Analogous Colors of #5b97da

#5b97da #5e5bda #5bd7da

Monochromatic Colors of #5b97da

#5b97da

Complementary Color

#5b97da #da9e5b

#5b97da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b97da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b97da Color CSS Codes

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

#5b97da Text Font Color

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

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


#5b97da Background Color

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

This div background color is #5b97da


#5b97da Border Color

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

This div border color is #5b97da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b97da


Comments

No comments written yet.

Please login to write comment.