Color Hex Logo

#535969 Color Hex

#535969
(83,89,105)
0 Favorites   0 Comments

Color spaces of #535969

RGB 8389105
HSL0.620.120.37
HSV224°21°41°
CMYK 0.210.150.00   0.59
XYZ9.689510.003714.7848
Yxy10.00370.28100.2901
Hunter Lab31.6286-0.6662-5.5751
CIE-Lab37.84911.4658-9.9541

#535969 color RGB value is (83,89,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011001 01101001
Octal 123 131 151
Decimal 83 89 105
Hex 53 59 69

RGB Percentages of Color #535969

%29.96
%32.13
%37.91

CMYK Percentages of Color #535969

%21
%15
%0
%59

Triadic Colors of #535969

#535969 #695359 #596953

Analogous Colors of #535969

#535969 #585369 #536469

Monochromatic Colors of #535969

#535969

Complementary Color

#535969 #696353

#535969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535969 Color CSS Codes

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

#535969 Text Font Color

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

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


#535969 Background Color

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

This div background color is #535969


#535969 Border Color

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

This div border color is #535969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535969

#535969 Color Palettes


Comments

No comments written yet.

Please login to write comment.