Color Hex Logo

#5a66bb Color Hex

#5A66BB
(90,102,187)
0 Favorites   0 Comments

Color spaces of #5a66bb

RGB 90102187
HSL0.650.420.54
HSV233°52°73°
CMYK 0.520.450.00   0.27
XYZ17.937515.264349.0146
Yxy15.26430.21820.1857
Hunter Lab39.069613.5807-47.0334
CIE-Lab45.994119.5832-46.3935

#5a66bb color RGB value is (90,102,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100110 10111011
Octal 132 146 273
Decimal 90 102 187
Hex 5A 66 BB

RGB Percentages of Color #5a66bb

%23.75
%26.91
%49.34

CMYK Percentages of Color #5a66bb

%52
%45
%0
%27

Triadic Colors of #5a66bb

#5a66bb #bb5a66 #66bb5a

Analogous Colors of #5a66bb

#5a66bb #7f5abb #5a97bb

Monochromatic Colors of #5a66bb

#5a66bb

Complementary Color

#5a66bb #bbaf5a

#5a66bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a66bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a66bb Color CSS Codes

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

#5a66bb Text Font Color

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

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


#5a66bb Background Color

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

This div background color is #5a66bb


#5a66bb Border Color

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

This div border color is #5a66bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a66bb


Comments

No comments written yet.

Please login to write comment.