Color Hex Logo

#5a8190 Color Hex

#5A8190
(90,129,144)
0 Favorites   0 Comments

Color spaces of #5a8190

RGB 90129144
HSL0.550.230.46
HSV197°38°56°
CMYK 0.380.100.00   0.44
XYZ17.100719.887829.3230
Yxy19.88780.25790.2999
Hunter Lab44.5957-9.5949-7.7679
CIE-Lab51.7101-9.5858-12.4139

#5a8190 color RGB value is (90,129,144).

#5a8190 hex color red value is 90, green value is 129 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #5a8190 hue: 0.55 , saturation: 0.23 and the lightness value of 5a8190 is 0.46.

The process color (four color CMYK) of #5a8190 color hex is 0.38, 0.10, 0.00, 0.44. Web safe color of #5a8190 is #669999. Color #5a8190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000001 10010000
Octal 132 201 220
Decimal 90 129 144
Hex 5A 81 90

RGB Percentages of Color #5a8190

%24.79
%35.54
%39.67

CMYK Percentages of Color #5a8190

%38
%10
%0
%44

Triadic Colors of #5a8190

#5a8190 #905a81 #81905a

Analogous Colors of #5a8190

#5a8190 #5a6690 #5a9084

Monochromatic Colors of #5a8190

#5a8190

Complementary Color

#5a8190 #90695a

#5a8190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a8190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a8190 Color CSS Codes

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

#5a8190 Text Font Color

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

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


#5a8190 Background Color

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

This div background color is #5a8190


#5a8190 Border Color

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

This div border color is #5a8190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a8190


Comments

No comments written yet.

Please login to write comment.