Color Hex Logo

#5a6dbb Color Hex

#5A6DBB
(90,109,187)
0 Favorites   0 Comments

Color spaces of #5a6dbb

RGB 90109187
HSL0.630.420.54
HSV228°52°73°
CMYK 0.520.420.00   0.27
XYZ18.654716.698849.2537
Yxy16.69880.22050.1974
Hunter Lab40.86429.9739-42.8575
CIE-Lab47.878315.2344-43.3938

#5a6dbb color RGB value is (90,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101101 10111011
Octal 132 155 273
Decimal 90 109 187
Hex 5A 6D BB

RGB Percentages of Color #5a6dbb

%23.32
%28.24
%48.45

CMYK Percentages of Color #5a6dbb

%52
%42
%0
%27

Triadic Colors of #5a6dbb

#5a6dbb #bb5a6d #6dbb5a

Analogous Colors of #5a6dbb

#5a6dbb #785abb #5a9ebb

Monochromatic Colors of #5a6dbb

#5a6dbb

Complementary Color

#5a6dbb #bba85a

#5a6dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a6dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a6dbb Color CSS Codes

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

#5a6dbb Text Font Color

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

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


#5a6dbb Background Color

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

This div background color is #5a6dbb


#5a6dbb Border Color

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

This div border color is #5a6dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a6dbb


Comments

No comments written yet.

Please login to write comment.