Color Hex Logo

#5a666f Color Hex

#5A666F
(90,102,111)
0 Favorites   0 Comments

Color spaces of #5a666f

RGB 90102111
HSL0.570.100.39
HSV206°19°44°
CMYK 0.190.080.00   0.56
XYZ11.837112.824116.8903
Yxy12.82410.28490.3086
Hunter Lab35.8108-3.6664-2.8969
CIE-Lab42.4970-2.4497-6.6053

#5a666f color RGB value is (90,102,111).

#5a666f hex color red value is 90, green value is 102 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5a666f hue: 0.57 , saturation: 0.10 and the lightness value of 5a666f is 0.39.

The process color (four color CMYK) of #5a666f color hex is 0.19, 0.08, 0.00, 0.56. Web safe color of #5a666f is #666666. Color #5a666f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100110 01101111
Octal 132 146 157
Decimal 90 102 111
Hex 5A 66 6F

RGB Percentages of Color #5a666f

%29.70
%33.66
%36.63

CMYK Percentages of Color #5a666f

%19
%8
%0
%56

Triadic Colors of #5a666f

#5a666f #6f5a66 #666f5a

Analogous Colors of #5a666f

#5a666f #5a5c6f #5a6f6e

Monochromatic Colors of #5a666f

#5a666f

Complementary Color

#5a666f #6f635a

#5a666f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a666f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a666f Color CSS Codes

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

#5a666f Text Font Color

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

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


#5a666f Background Color

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

This div background color is #5a666f


#5a666f Border Color

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

This div border color is #5a666f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a666f


Comments

No comments written yet.

Please login to write comment.