Color Hex Logo

#535686 Color Hex

#535686
(83,86,134)
0 Favorites   0 Comments

Color spaces of #535686

RGB 8386134
HSL0.660.240.43
HSV236°38°53°
CMYK 0.380.360.00   0.47
XYZ11.198110.215823.9359
Yxy10.21580.24690.2253
Hunter Lab31.96226.6046-22.0277
CIE-Lab38.227011.3792-27.2106

#535686 color RGB value is (83,86,134).

#535686 hex color red value is 83, green value is 86 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #535686 hue: 0.66 , saturation: 0.24 and the lightness value of 535686 is 0.43.

The process color (four color CMYK) of #535686 color hex is 0.38, 0.36, 0.00, 0.47. Web safe color of #535686 is #666699. Color #535686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010110 10000110
Octal 123 126 206
Decimal 83 86 134
Hex 53 56 86

RGB Percentages of Color #535686

%27.39
%28.38
%44.22

CMYK Percentages of Color #535686

%38
%36
%0
%47

Triadic Colors of #535686

#535686 #865356 #568653

Analogous Colors of #535686

#535686 #6a5386 #537086

Monochromatic Colors of #535686

#535686

Complementary Color

#535686 #868353

#535686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535686 Color CSS Codes

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

#535686 Text Font Color

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

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


#535686 Background Color

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

This div background color is #535686


#535686 Border Color

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

This div border color is #535686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535686


Comments

No comments written yet.

Please login to write comment.