Color Hex Logo

#534863 Color Hex

#534863
(83,72,99)
0 Favorites   0 Comments

Color spaces of #534863

RGB 837299
HSL0.730.160.34
HSV264°27°39°
CMYK 0.160.270.00   0.61
XYZ8.13687.374612.7990
Yxy7.37460.28740.2605
Hunter Lab27.15625.9605-8.9346
CIE-Lab32.644910.6882-14.1015

#534863 color RGB value is (83,72,99).

#534863 hex color red value is 83, green value is 72 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #534863 hue: 0.73 , saturation: 0.16 and the lightness value of 534863 is 0.34.

The process color (four color CMYK) of #534863 color hex is 0.16, 0.27, 0.00, 0.61. Web safe color of #534863 is #663366. Color #534863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001000 01100011
Octal 123 110 143
Decimal 83 72 99
Hex 53 48 63

RGB Percentages of Color #534863

%32.68
%28.35
%38.98

CMYK Percentages of Color #534863

%16
%27
%0
%61

Triadic Colors of #534863

#534863 #635348 #486353

Analogous Colors of #534863

#534863 #614863 #484b63

Monochromatic Colors of #534863

#534863

Complementary Color

#534863 #586348

#534863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534863 Color CSS Codes

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

#534863 Text Font Color

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

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


#534863 Background Color

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

This div background color is #534863


#534863 Border Color

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

This div border color is #534863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534863


Comments

No comments written yet.

Please login to write comment.