Color Hex Logo

#536192 Color Hex

#536192
(83,97,146)
0 Favorites   0 Comments

Color spaces of #536192

RGB 8397146
HSL0.630.280.45
HSV227°43°57°
CMYK 0.430.340.00   0.43
XYZ13.030312.463728.9131
Yxy12.46370.23950.2291
Hunter Lab35.30404.1004-23.8443
CIE-Lab41.94388.0575-28.6477

#536192 color RGB value is (83,97,146).

#536192 hex color red value is 83, green value is 97 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #536192 hue: 0.63 , saturation: 0.28 and the lightness value of 536192 is 0.45.

The process color (four color CMYK) of #536192 color hex is 0.43, 0.34, 0.00, 0.43. Web safe color of #536192 is #666699. Color #536192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100001 10010010
Octal 123 141 222
Decimal 83 97 146
Hex 53 61 92

RGB Percentages of Color #536192

%25.46
%29.75
%44.79

CMYK Percentages of Color #536192

%43
%34
%0
%43

Triadic Colors of #536192

#536192 #925361 #619253

Analogous Colors of #536192

#536192 #655392 #538192

Monochromatic Colors of #536192

#536192

Complementary Color

#536192 #928453

#536192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536192 Color CSS Codes

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

#536192 Text Font Color

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

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


#536192 Background Color

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

This div background color is #536192


#536192 Border Color

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

This div border color is #536192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536192


Comments

No comments written yet.

Please login to write comment.