Color Hex Logo

#536573 Color Hex

#536573
(83,101,115)
0 Favorites   0 Comments

Color spaces of #536573

RGB 83101115
HSL0.570.160.39
HSV206°28°45°
CMYK 0.280.120.00   0.55
XYZ11.315512.384218.0136
Yxy12.38420.27130.2969
Hunter Lab35.1912-4.1891-5.7154
CIE-Lab41.8203-3.2558-10.1033

#536573 color RGB value is (83,101,115).

#536573 hex color red value is 83, green value is 101 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #536573 hue: 0.57 , saturation: 0.16 and the lightness value of 536573 is 0.39.

The process color (four color CMYK) of #536573 color hex is 0.28, 0.12, 0.00, 0.55. Web safe color of #536573 is #666666. Color #536573 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100101 01110011
Octal 123 145 163
Decimal 83 101 115
Hex 53 65 73

RGB Percentages of Color #536573

%27.76
%33.78
%38.46

CMYK Percentages of Color #536573

%28
%12
%0
%55

Triadic Colors of #536573

#536573 #735365 #657353

Analogous Colors of #536573

#536573 #535573 #537371

Monochromatic Colors of #536573

#536573

Complementary Color

#536573 #736153

#536573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536573 Color CSS Codes

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

#536573 Text Font Color

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

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


#536573 Background Color

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

This div background color is #536573


#536573 Border Color

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

This div border color is #536573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536573


Comments

No comments written yet.

Please login to write comment.