Color Hex Logo

#535670 Color Hex

#535670
(83,86,112)
0 Favorites   0 Comments

Color spaces of #535670

RGB 8386112
HSL0.650.150.38
HSV234°26°44°
CMYK 0.260.230.00   0.56
XYZ9.81979.664416.6771
Yxy9.66440.27160.2673
Hunter Lab31.08761.9798-10.0451
CIE-Lab37.23325.1618-15.2267

#535670 color RGB value is (83,86,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010110 01110000
Octal 123 126 160
Decimal 83 86 112
Hex 53 56 70

RGB Percentages of Color #535670

%29.54
%30.60
%39.86

CMYK Percentages of Color #535670

%26
%23
%0
%56

Triadic Colors of #535670

#535670 #705356 #567053

Analogous Colors of #535670

#535670 #5f5370 #536570

Monochromatic Colors of #535670

#535670

Complementary Color

#535670 #706d53

#535670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535670 Color CSS Codes

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

#535670 Text Font Color

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

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


#535670 Background Color

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

This div background color is #535670


#535670 Border Color

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

This div border color is #535670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535670


Comments

No comments written yet.

Please login to write comment.