Color Hex Logo

#538496 Color Hex

#538496
(83,132,150)
0 Favorites   0 Comments

Color spaces of #538496

RGB 83132150
HSL0.540.290.46
HSV196°45°59°
CMYK 0.450.120.00   0.41
XYZ17.323620.543531.9064
Yxy20.54350.24830.2944
Hunter Lab45.3249-11.0943-10.0096
CIE-Lab52.4462-11.5376-14.8314

#538496 color RGB value is (83,132,150).

#538496 hex color red value is 83, green value is 132 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #538496 hue: 0.54 , saturation: 0.29 and the lightness value of 538496 is 0.46.

The process color (four color CMYK) of #538496 color hex is 0.45, 0.12, 0.00, 0.41. Web safe color of #538496 is #669999. Color #538496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000100 10010110
Octal 123 204 226
Decimal 83 132 150
Hex 53 84 96

RGB Percentages of Color #538496

%22.74
%36.16
%41.10

CMYK Percentages of Color #538496

%45
%12
%0
%41

Triadic Colors of #538496

#538496 #965384 #849653

Analogous Colors of #538496

#538496 #536396 #539687

Monochromatic Colors of #538496

#538496

Complementary Color

#538496 #966553

#538496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538496 Color CSS Codes

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

#538496 Text Font Color

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

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


#538496 Background Color

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

This div background color is #538496


#538496 Border Color

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

This div border color is #538496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,132,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538496


Comments

No comments written yet.

Please login to write comment.