Color Hex Logo

#5b7cad Color Hex

#5B7CAD
(91,124,173)
0 Favorites   0 Comments

Color spaces of #5b7cad

RGB 91124173
HSL0.600.330.52
HSV216°47°68°
CMYK 0.470.280.00   0.32
XYZ19.064919.656642.3244
Yxy19.65660.23520.2425
Hunter Lab44.3358-0.8305-25.5652
CIE-Lab51.44671.9675-29.6747

#5b7cad color RGB value is (91,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01111100 10101101
Octal 133 174 255
Decimal 91 124 173
Hex 5B 7C AD

RGB Percentages of Color #5b7cad

%23.45
%31.96
%44.59

CMYK Percentages of Color #5b7cad

%47
%28
%0
%32

Triadic Colors of #5b7cad

#5b7cad #ad5b7c #7cad5b

Analogous Colors of #5b7cad

#5b7cad #635bad #5ba5ad

Monochromatic Colors of #5b7cad

#5b7cad

Complementary Color

#5b7cad #ad8c5b

#5b7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b7cad Color CSS Codes

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

#5b7cad Text Font Color

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

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


#5b7cad Background Color

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

This div background color is #5b7cad


#5b7cad Border Color

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

This div border color is #5b7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b7cad


Comments

No comments written yet.

Please login to write comment.