Color Hex Logo

#536581 Color Hex

#536581
(83,101,129)
0 Favorites   0 Comments

Color spaces of #536581

RGB 83101129
HSL0.600.220.42
HSV217°36°51°
CMYK 0.360.220.00   0.49
XYZ12.183412.731322.5841
Yxy12.73130.25650.2680
Hunter Lab35.6809-1.4921-12.5507
CIE-Lab42.35560.5716-17.7758

#536581 color RGB value is (83,101,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100101 10000001
Octal 123 145 201
Decimal 83 101 129
Hex 53 65 81

RGB Percentages of Color #536581

%26.52
%32.27
%41.21

CMYK Percentages of Color #536581

%36
%22
%0
%49

Triadic Colors of #536581

#536581 #815365 #658153

Analogous Colors of #536581

#536581 #585381 #537c81

Monochromatic Colors of #536581

#536581

Complementary Color

#536581 #816f53

#536581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536581 Color CSS Codes

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

#536581 Text Font Color

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

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


#536581 Background Color

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

This div background color is #536581


#536581 Border Color

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

This div border color is #536581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536581


Comments

No comments written yet.

Please login to write comment.