Color Hex Logo

#536892 Color Hex

#536892
(83,104,146)
0 Favorites   0 Comments

Color spaces of #536892

RGB 83104146
HSL0.610.280.45
HSV220°43°57°
CMYK 0.430.290.00   0.43
XYZ13.705913.815029.1383
Yxy13.81500.24190.2438
Hunter Lab37.16850.7770-20.4625
CIE-Lab43.96643.7202-25.4933

#536892 color RGB value is (83,104,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 10010010
Octal 123 150 222
Decimal 83 104 146
Hex 53 68 92

RGB Percentages of Color #536892

%24.92
%31.23
%43.84

CMYK Percentages of Color #536892

%43
%29
%0
%43

Triadic Colors of #536892

#536892 #925368 #689253

Analogous Colors of #536892

#536892 #5e5392 #538892

Monochromatic Colors of #536892

#536892

Complementary Color

#536892 #927d53

#536892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536892 Color CSS Codes

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

#536892 Text Font Color

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

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


#536892 Background Color

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

This div background color is #536892


#536892 Border Color

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

This div border color is #536892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536892


Comments

No comments written yet.

Please login to write comment.