Color Hex Logo

#536287 Color Hex

#536287
(83,98,135)
0 Favorites   0 Comments

Color spaces of #536287

RGB 8398135
HSL0.620.240.43
HSV223°39°53°
CMYK 0.390.270.00   0.47
XYZ12.308112.323624.6517
Yxy12.32360.24970.2501
Hunter Lab35.10501.1499-17.0616
CIE-Lab41.72594.1429-22.3694

#536287 color RGB value is (83,98,135).

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

The process color (four color CMYK) of #536287 color hex is 0.39, 0.27, 0.00, 0.47. Web safe color of #536287 is #666699. Color #536287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 10000111
Octal 123 142 207
Decimal 83 98 135
Hex 53 62 87

RGB Percentages of Color #536287

%26.27
%31.01
%42.72

CMYK Percentages of Color #536287

%39
%27
%0
%47

Triadic Colors of #536287

#536287 #875362 #628753

Analogous Colors of #536287

#536287 #5e5387 #537c87

Monochromatic Colors of #536287

#536287

Complementary Color

#536287 #877853

#536287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536287 Color CSS Codes

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

#536287 Text Font Color

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

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


#536287 Background Color

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

This div background color is #536287


#536287 Border Color

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

This div border color is #536287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536287


Comments

No comments written yet.

Please login to write comment.