Color Hex Logo

#5a75bb Color Hex

#5A75BB
(90,117,187)
0 Favorites   0 Comments

Color spaces of #5a75bb

RGB 90117187
HSL0.620.420.54
HSV223°52°73°
CMYK 0.520.370.00   0.27
XYZ19.547418.484149.5512
Yxy18.48410.22320.2110
Hunter Lab42.99315.9194-38.2387
CIE-Lab50.078110.3153-39.9095

#5a75bb color RGB value is (90,117,187).

#5a75bb hex color red value is 90, green value is 117 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5a75bb hue: 0.62 , saturation: 0.42 and the lightness value of 5a75bb is 0.54.

The process color (four color CMYK) of #5a75bb color hex is 0.52, 0.37, 0.00, 0.27. Web safe color of #5a75bb is #6666cc. Color #5a75bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01110101 10111011
Octal 132 165 273
Decimal 90 117 187
Hex 5A 75 BB

RGB Percentages of Color #5a75bb

%22.84
%29.70
%47.46

CMYK Percentages of Color #5a75bb

%52
%37
%0
%27

Triadic Colors of #5a75bb

#5a75bb #bb5a75 #75bb5a

Analogous Colors of #5a75bb

#5a75bb #705abb #5aa6bb

Monochromatic Colors of #5a75bb

#5a75bb

Complementary Color

#5a75bb #bba05a

#5a75bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a75bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a75bb Color CSS Codes

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

#5a75bb Text Font Color

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

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


#5a75bb Background Color

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

This div background color is #5a75bb


#5a75bb Border Color

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

This div border color is #5a75bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,117,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a75bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a75bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5a75bb;
  box-shadow:         1px 1px 3px 2px #5a75bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,117,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a75bb


Comments

No comments written yet.

Please login to write comment.