Color Hex Logo

#534459 Color Hex

#534459
(83,68,89)
0 Favorites   0 Comments

Color spaces of #534459

RGB 836889
HSL0.790.130.31
HSV283°24°35°
CMYK 0.070.240.00   0.65
XYZ7.43766.694510.3514
Yxy6.69450.30380.2734
Hunter Lab25.87376.0321-5.6088
CIE-Lab31.101110.8408-10.0714

#534459 color RGB value is (83,68,89).

#534459 hex color red value is 83, green value is 68 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #534459 hue: 0.79 , saturation: 0.13 and the lightness value of 534459 is 0.31.

The process color (four color CMYK) of #534459 color hex is 0.07, 0.24, 0.00, 0.65. Web safe color of #534459 is #663366. Color #534459 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000100 01011001
Octal 123 104 131
Decimal 83 68 89
Hex 53 44 59

RGB Percentages of Color #534459

%34.58
%28.33
%37.08

CMYK Percentages of Color #534459

%7
%24
%0
%65

Triadic Colors of #534459

#534459 #595344 #445953

Analogous Colors of #534459

#534459 #594455 #494459

Monochromatic Colors of #534459

#534459

Complementary Color

#534459 #4a5944

#534459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534459 Color CSS Codes

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

#534459 Text Font Color

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

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


#534459 Background Color

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

This div background color is #534459


#534459 Border Color

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

This div border color is #534459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534459


Comments

No comments written yet.

Please login to write comment.