Color Hex Logo

#5b76ad Color Hex

#5B76AD
(91,118,173)
0 Favorites   0 Comments

Color spaces of #5b76ad

RGB 91118173
HSL0.610.330.52
HSV220°47°68°
CMYK 0.470.320.00   0.32
XYZ18.335618.198142.0814
Yxy18.19810.23320.2315
Hunter Lab42.65922.0684-28.6254
CIE-Lab49.73555.5626-32.3452

#5b76ad color RGB value is (91,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01110110 10101101
Octal 133 166 255
Decimal 91 118 173
Hex 5B 76 AD

RGB Percentages of Color #5b76ad

%23.82
%30.89
%45.29

CMYK Percentages of Color #5b76ad

%47
%32
%0
%32

Triadic Colors of #5b76ad

#5b76ad #ad5b76 #76ad5b

Analogous Colors of #5b76ad

#5b76ad #695bad #5b9fad

Monochromatic Colors of #5b76ad

#5b76ad

Complementary Color

#5b76ad #ad925b

#5b76ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b76ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b76ad Color CSS Codes

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

#5b76ad Text Font Color

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

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


#5b76ad Background Color

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

This div background color is #5b76ad


#5b76ad Border Color

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

This div border color is #5b76ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b76ad


Comments

No comments written yet.

Please login to write comment.