Color Hex Logo

#536781 Color Hex

#536781
(83,103,129)
0 Favorites   0 Comments

Color spaces of #536781

RGB 83103129
HSL0.590.220.42
HSV214°36°51°
CMYK 0.360.200.00   0.49
XYZ12.380013.124522.6497
Yxy13.12450.25710.2726
Hunter Lab36.2278-2.4003-11.7089
CIE-Lab42.9502-0.6429-16.8650

#536781 color RGB value is (83,103,129).

#536781 hex color red value is 83, green value is 103 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #536781 hue: 0.59 , saturation: 0.22 and the lightness value of 536781 is 0.42.

The process color (four color CMYK) of #536781 color hex is 0.36, 0.20, 0.00, 0.49. Web safe color of #536781 is #666699. Color #536781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 10000001
Octal 123 147 201
Decimal 83 103 129
Hex 53 67 81

RGB Percentages of Color #536781

%26.35
%32.70
%40.95

CMYK Percentages of Color #536781

%36
%20
%0
%49

Triadic Colors of #536781

#536781 #815367 #678153

Analogous Colors of #536781

#536781 #565381 #537e81

Monochromatic Colors of #536781

#536781

Complementary Color

#536781 #816d53

#536781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536781 Color CSS Codes

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

#536781 Text Font Color

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

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


#536781 Background Color

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

This div background color is #536781


#536781 Border Color

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

This div border color is #536781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536781


Comments

No comments written yet.

Please login to write comment.