Color Hex Logo

#5b58aa Color Hex

#5B58AA
(91,88,170)
0 Favorites   0 Comments

Color spaces of #5b58aa

RGB 9188170
HSL0.670.330.51
HSV242°48°67°
CMYK 0.460.480.00   0.33
XYZ15.059812.105939.5731
Yxy12.10590.22570.1814
Hunter Lab34.793516.3721-43.0792
CIE-Lab41.383923.2154-43.7904

#5b58aa color RGB value is (91,88,170).

#5b58aa hex color red value is 91, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5b58aa hue: 0.67 , saturation: 0.33 and the lightness value of 5b58aa is 0.51.

The process color (four color CMYK) of #5b58aa color hex is 0.46, 0.48, 0.00, 0.33. Web safe color of #5b58aa is #666699. Color #5b58aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01011000 10101010
Octal 133 130 252
Decimal 91 88 170
Hex 5B 58 AA

RGB Percentages of Color #5b58aa

%26.07
%25.21
%48.71

CMYK Percentages of Color #5b58aa

%46
%48
%0
%33

Triadic Colors of #5b58aa

#5b58aa #aa5b58 #58aa5b

Analogous Colors of #5b58aa

#5b58aa #8458aa #587eaa

Monochromatic Colors of #5b58aa

#5b58aa

Complementary Color

#5b58aa #a7aa58

#5b58aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b58aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b58aa Color CSS Codes

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

#5b58aa Text Font Color

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

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


#5b58aa Background Color

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

This div background color is #5b58aa


#5b58aa Border Color

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

This div border color is #5b58aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b58aa


Comments

No comments written yet.

Please login to write comment.