Color Hex Logo

#538090 Color Hex

#538090
(83,128,144)
0 Favorites   0 Comments

Color spaces of #538090

RGB 83128144
HSL0.540.270.45
HSV196°42°56°
CMYK 0.420.110.00   0.44
XYZ16.320519.291029.2489
Yxy19.29100.25160.2974
Hunter Lab43.9215-10.5351-8.7383
CIE-Lab51.0259-10.9965-13.4846

#538090 color RGB value is (83,128,144).

#538090 hex color red value is 83, green value is 128 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #538090 hue: 0.54 , saturation: 0.27 and the lightness value of 538090 is 0.45.

The process color (four color CMYK) of #538090 color hex is 0.42, 0.11, 0.00, 0.44. Web safe color of #538090 is #669999. Color #538090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 10010000
Octal 123 200 220
Decimal 83 128 144
Hex 53 80 90

RGB Percentages of Color #538090

%23.38
%36.06
%40.56

CMYK Percentages of Color #538090

%42
%11
%0
%44

Triadic Colors of #538090

#538090 #905380 #809053

Analogous Colors of #538090

#538090 #536290 #539082

Monochromatic Colors of #538090

#538090

Complementary Color

#538090 #906353

#538090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538090 Color CSS Codes

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

#538090 Text Font Color

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

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


#538090 Background Color

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

This div background color is #538090


#538090 Border Color

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

This div border color is #538090


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,128,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538090; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538090;
  -webkit-box-shadow: 1px 1px 3px 2px #538090;
  box-shadow:         1px 1px 3px 2px #538090; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,128,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 #538090">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538090


Comments

No comments written yet.

Please login to write comment.