Color Hex Logo

#536692 Color Hex

#536692
(83,102,146)
0 Favorites   0 Comments

Color spaces of #536692

RGB 83102146
HSL0.620.280.45
HSV222°43°57°
CMYK 0.430.300.00   0.43
XYZ13.507013.417129.0720
Yxy13.41710.24120.2396
Hunter Lab36.62941.7201-21.4168
CIE-Lab43.38514.9514-26.3978

#536692 color RGB value is (83,102,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100110 10010010
Octal 123 146 222
Decimal 83 102 146
Hex 53 66 92

RGB Percentages of Color #536692

%25.08
%30.82
%44.11

CMYK Percentages of Color #536692

%43
%30
%0
%43

Triadic Colors of #536692

#536692 #925366 #669253

Analogous Colors of #536692

#536692 #605392 #538692

Monochromatic Colors of #536692

#536692

Complementary Color

#536692 #927f53

#536692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536692 Color CSS Codes

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

#536692 Text Font Color

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

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


#536692 Background Color

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

This div background color is #536692


#536692 Border Color

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

This div border color is #536692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536692


Comments

No comments written yet.

Please login to write comment.