Color Hex Logo

#5a5675 Color Hex

#5A5675
(90,86,117)
0 Favorites   0 Comments

Color spaces of #5a5675

RGB 9086117
HSL0.690.150.40
HSV248°26°46°
CMYK 0.230.260.00   0.54
XYZ10.755110.113618.2149
Yxy10.11360.27520.2588
Hunter Lab31.80194.7137-11.6977
CIE-Lab38.04558.8854-17.0190

#5a5675 color RGB value is (90,86,117).

#5a5675 hex color red value is 90, green value is 86 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #5a5675 hue: 0.69 , saturation: 0.15 and the lightness value of 5a5675 is 0.40.

The process color (four color CMYK) of #5a5675 color hex is 0.23, 0.26, 0.00, 0.54. Web safe color of #5a5675 is #666666. Color #5a5675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010110 01110101
Octal 132 126 165
Decimal 90 86 117
Hex 5A 56 75

RGB Percentages of Color #5a5675

%30.72
%29.35
%39.93

CMYK Percentages of Color #5a5675

%23
%26
%0
%54

Triadic Colors of #5a5675

#5a5675 #755a56 #56755a

Analogous Colors of #5a5675

#5a5675 #6a5675 #566275

Monochromatic Colors of #5a5675

#5a5675

Complementary Color

#5a5675 #717556

#5a5675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a5675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a5675 Color CSS Codes

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

#5a5675 Text Font Color

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

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


#5a5675 Background Color

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

This div background color is #5a5675


#5a5675 Border Color

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

This div border color is #5a5675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a5675


Comments

No comments written yet.

Please login to write comment.