Color Hex Logo

#536569 Color Hex

#536569
(83,101,105)
0 Favorites   0 Comments

Color spaces of #536569

RGB 83101105
HSL0.530.120.37
HSV191°21°41°
CMYK 0.210.040.00   0.59
XYZ10.770812.166315.1452
Yxy12.16630.28280.3195
Hunter Lab34.8802-5.9207-1.3279
CIE-Lab41.4792-5.7973-4.5238

#536569 color RGB value is (83,101,105).

#536569 hex color red value is 83, green value is 101 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #536569 hue: 0.53 , saturation: 0.12 and the lightness value of 536569 is 0.37.

The process color (four color CMYK) of #536569 color hex is 0.21, 0.04, 0.00, 0.59. Web safe color of #536569 is #666666. Color #536569 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100101 01101001
Octal 123 145 151
Decimal 83 101 105
Hex 53 65 69

RGB Percentages of Color #536569

%28.72
%34.95
%36.33

CMYK Percentages of Color #536569

%21
%4
%0
%59

Triadic Colors of #536569

#536569 #695365 #656953

Analogous Colors of #536569

#536569 #535a69 #536962

Monochromatic Colors of #536569

#536569

Complementary Color

#536569 #695753

#536569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536569 Color CSS Codes

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

#536569 Text Font Color

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

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


#536569 Background Color

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

This div background color is #536569


#536569 Border Color

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

This div border color is #536569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536569


Comments

No comments written yet.

Please login to write comment.