Color Hex Logo

#5b7bac Color Hex

#5B7BAC
(91,123,172)
0 Favorites   0 Comments

Color spaces of #5b7bac

RGB 91123172
HSL0.600.330.52
HSV216°47°67°
CMYK 0.470.280.00   0.33
XYZ18.843719.368641.7751
Yxy19.36860.23560.2421
Hunter Lab44.0098-0.5886-25.4726
CIE-Lab51.11572.2579-29.6112

#5b7bac color RGB value is (91,123,172).

#5b7bac hex color red value is 91, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5b7bac hue: 0.60 , saturation: 0.33 and the lightness value of 5b7bac is 0.52.

The process color (four color CMYK) of #5b7bac color hex is 0.47, 0.28, 0.00, 0.33. Web safe color of #5b7bac is #666699. Color #5b7bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01111011 10101100
Octal 133 173 254
Decimal 91 123 172
Hex 5B 7B AC

RGB Percentages of Color #5b7bac

%23.58
%31.87
%44.56

CMYK Percentages of Color #5b7bac

%47
%28
%0
%33

Triadic Colors of #5b7bac

#5b7bac #ac5b7b #7bac5b

Analogous Colors of #5b7bac

#5b7bac #645bac #5ba4ac

Monochromatic Colors of #5b7bac

#5b7bac

Complementary Color

#5b7bac #ac8c5b

#5b7bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b7bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b7bac Color CSS Codes

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

#5b7bac Text Font Color

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

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


#5b7bac Background Color

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

This div background color is #5b7bac


#5b7bac Border Color

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

This div border color is #5b7bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b7bac


Comments

No comments written yet.

Please login to write comment.