Color Hex Logo

#535e8e Color Hex

#535E8E
(83,94,142)
0 Favorites   0 Comments

Color spaces of #535e8e

RGB 8394142
HSL0.640.260.44
HSV229°42°56°
CMYK 0.420.340.00   0.44
XYZ12.452511.797427.2120
Yxy11.79740.24200.2292
Hunter Lab34.34734.6067-22.9299
CIE-Lab40.89238.7214-27.8884

#535e8e color RGB value is (83,94,142).

#535e8e hex color red value is 83, green value is 94 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #535e8e hue: 0.64 , saturation: 0.26 and the lightness value of 535e8e is 0.44.

The process color (four color CMYK) of #535e8e color hex is 0.42, 0.34, 0.00, 0.44. Web safe color of #535e8e is #666699. Color #535e8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 10001110
Octal 123 136 216
Decimal 83 94 142
Hex 53 5E 8E

RGB Percentages of Color #535e8e

%26.02
%29.47
%44.51

CMYK Percentages of Color #535e8e

%42
%34
%0
%44

Triadic Colors of #535e8e

#535e8e #8e535e #5e8e53

Analogous Colors of #535e8e

#535e8e #66538e #537c8e

Monochromatic Colors of #535e8e

#535e8e

Complementary Color

#535e8e #8e8353

#535e8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535e8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#535e8e Color CSS Codes

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

#535e8e Text Font Color

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

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


#535e8e Background Color

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

This div background color is #535e8e


#535e8e Border Color

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

This div border color is #535e8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,94,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535e8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535e8e;
  -webkit-box-shadow: 1px 1px 3px 2px #535e8e;
  box-shadow:         1px 1px 3px 2px #535e8e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535e8e


Comments

No comments written yet.

Please login to write comment.