Color Hex Logo

#536970 Color Hex

#536970
(83,105,112)
0 Favorites   0 Comments

Color spaces of #536970

RGB 83105112
HSL0.540.150.38
HSV194°26°44°
CMYK 0.260.060.00   0.56
XYZ11.543513.112017.2517
Yxy13.11200.27550.3129
Hunter Lab36.2105-6.4646-2.9001
CIE-Lab42.9315-6.4043-6.6172

#536970 color RGB value is (83,105,112).

#536970 hex color red value is 83, green value is 105 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #536970 hue: 0.54 , saturation: 0.15 and the lightness value of 536970 is 0.38.

The process color (four color CMYK) of #536970 color hex is 0.26, 0.06, 0.00, 0.56. Web safe color of #536970 is #666666. Color #536970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101001 01110000
Octal 123 151 160
Decimal 83 105 112
Hex 53 69 70

RGB Percentages of Color #536970

%27.67
%35.00
%37.33

CMYK Percentages of Color #536970

%26
%6
%0
%56

Triadic Colors of #536970

#536970 #705369 #697053

Analogous Colors of #536970

#536970 #535b70 #537069

Monochromatic Colors of #536970

#536970

Complementary Color

#536970 #705a53

#536970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536970 Color CSS Codes

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

#536970 Text Font Color

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

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


#536970 Background Color

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

This div background color is #536970


#536970 Border Color

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

This div border color is #536970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536970


Comments

No comments written yet.

Please login to write comment.