Color Hex Logo

#535764 Color Hex

#535764
(83,87,100)
0 Favorites   0 Comments

Color spaces of #535764

RGB 8387100
HSL0.630.090.36
HSV226°17°39°
CMYK 0.170.130.00   0.61
XYZ9.27579.575513.4160
Yxy9.57550.28750.2968
Hunter Lab30.9443-0.6463-4.0444
CIE-Lab37.06951.4525-8.0225

#535764 color RGB value is (83,87,100).

#535764 hex color red value is 83, green value is 87 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #535764 hue: 0.63 , saturation: 0.09 and the lightness value of 535764 is 0.36.

The process color (four color CMYK) of #535764 color hex is 0.17, 0.13, 0.00, 0.61. Web safe color of #535764 is #666666. Color #535764 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010111 01100100
Octal 123 127 144
Decimal 83 87 100
Hex 53 57 64

RGB Percentages of Color #535764

%30.74
%32.22
%37.04

CMYK Percentages of Color #535764

%17
%13
%0
%61

Triadic Colors of #535764

#535764 #645357 #576453

Analogous Colors of #535764

#535764 #585364 #536064

Monochromatic Colors of #535764

#535764

Complementary Color

#535764 #646053

#535764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535764 Color CSS Codes

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

#535764 Text Font Color

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

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


#535764 Background Color

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

This div background color is #535764


#535764 Border Color

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

This div border color is #535764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535764


Comments

No comments written yet.

Please login to write comment.