Color Hex Logo

#5a699b Color Hex

#5A699B
(90,105,155)
0 Favorites   0 Comments

Color spaces of #5a699b

RGB 90105155
HSL0.630.270.48
HSV226°42°61°
CMYK 0.420.320.00   0.39
XYZ15.184414.643433.0365
Yxy14.64340.24150.2329
Hunter Lab38.26673.8629-24.3997
CIE-Lab45.14197.7616-28.9754

#5a699b color RGB value is (90,105,155).

#5a699b hex color red value is 90, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5a699b hue: 0.63 , saturation: 0.27 and the lightness value of 5a699b is 0.48.

The process color (four color CMYK) of #5a699b color hex is 0.42, 0.32, 0.00, 0.39. Web safe color of #5a699b is #666699. Color #5a699b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101001 10011011
Octal 132 151 233
Decimal 90 105 155
Hex 5A 69 9B

RGB Percentages of Color #5a699b

%25.71
%30.00
%44.29

CMYK Percentages of Color #5a699b

%42
%32
%0
%39

Triadic Colors of #5a699b

#5a699b #9b5a69 #699b5a

Analogous Colors of #5a699b

#5a699b #6c5a9b #5a8a9b

Monochromatic Colors of #5a699b

#5a699b

Complementary Color

#5a699b #9b8c5a

#5a699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a699b Color CSS Codes

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

#5a699b Text Font Color

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

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


#5a699b Background Color

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

This div background color is #5a699b


#5a699b Border Color

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

This div border color is #5a699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a699b


Comments

No comments written yet.

Please login to write comment.