Color Hex Logo

#5a6aac Color Hex

#5A6AAC
(90,106,172)
0 Favorites   0 Comments

Color spaces of #5a6aac

RGB 90106172
HSL0.630.330.51
HSV228°48°67°
CMYK 0.480.380.00   0.33
XYZ16.816915.460341.1275
Yxy15.46030.22910.2106
Hunter Lab39.31967.5348-34.4924
CIE-Lab46.258312.3431-37.2312

#5a6aac color RGB value is (90,106,172).

#5a6aac hex color red value is 90, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5a6aac hue: 0.63 , saturation: 0.33 and the lightness value of 5a6aac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101010 10101100
Octal 132 152 254
Decimal 90 106 172
Hex 5A 6A AC

RGB Percentages of Color #5a6aac

%24.46
%28.80
%46.74

CMYK Percentages of Color #5a6aac

%48
%38
%0
%33

Triadic Colors of #5a6aac

#5a6aac #ac5a6a #6aac5a

Analogous Colors of #5a6aac

#5a6aac #735aac #5a93ac

Monochromatic Colors of #5a6aac

#5a6aac

Complementary Color

#5a6aac #ac9c5a

#5a6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a6aac Color CSS Codes

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

#5a6aac Text Font Color

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

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


#5a6aac Background Color

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

This div background color is #5a6aac


#5a6aac Border Color

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

This div border color is #5a6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a6aac


Comments

No comments written yet.

Please login to write comment.