Color Hex Logo

#5b74ab Color Hex

#5B74AB
(91,116,171)
0 Favorites   0 Comments

Color spaces of #5b74ab

RGB 91116171
HSL0.610.320.51
HSV221°47°67°
CMYK 0.470.320.00   0.33
XYZ17.910517.655240.9919
Yxy17.65520.23390.2306
Hunter Lab42.01812.5552-28.4293
CIE-Lab49.07526.1586-32.2154

#5b74ab color RGB value is (91,116,171).

#5b74ab hex color red value is 91, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5b74ab hue: 0.61 , saturation: 0.32 and the lightness value of 5b74ab is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01110100 10101011
Octal 133 164 253
Decimal 91 116 171
Hex 5B 74 AB

RGB Percentages of Color #5b74ab

%24.07
%30.69
%45.24

CMYK Percentages of Color #5b74ab

%47
%32
%0
%33

Triadic Colors of #5b74ab

#5b74ab #ab5b74 #74ab5b

Analogous Colors of #5b74ab

#5b74ab #6a5bab #5b9cab

Monochromatic Colors of #5b74ab

#5b74ab

Complementary Color

#5b74ab #ab925b

#5b74ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b74ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b74ab Color CSS Codes

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

#5b74ab Text Font Color

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

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


#5b74ab Background Color

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

This div background color is #5b74ab


#5b74ab Border Color

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

This div border color is #5b74ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b74ab


Comments

No comments written yet.

Please login to write comment.