Color Hex Logo

#594054 Color Hex

#594054
(89,64,84)
0 Favorites   0 Comments

Color spaces of #594054

RGB 896484
HSL0.870.160.30
HSV312°28°35°
CMYK 0.000.280.06   0.65
XYZ7.55356.43079.2306
Yxy6.43070.32540.2770
Hunter Lab25.35888.7909-3.8304
CIE-Lab30.474114.6485-7.7314

#594054 color RGB value is (89,64,84).

#594054 hex color red value is 89, green value is 64 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #594054 hue: 0.87 , saturation: 0.16 and the lightness value of 594054 is 0.30.

The process color (four color CMYK) of #594054 color hex is 0.00, 0.28, 0.06, 0.65. Web safe color of #594054 is #663366. Color #594054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000000 01010100
Octal 131 100 124
Decimal 89 64 84
Hex 59 40 54

RGB Percentages of Color #594054

%37.55
%27.00
%35.44

CMYK Percentages of Color #594054

%0
%28
%6
%65

Triadic Colors of #594054

#594054 #545940 #405459

Analogous Colors of #594054

#594054 #594048 #524059

Monochromatic Colors of #594054

#594054

Complementary Color

#594054 #405945

#594054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594054 Color CSS Codes

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

#594054 Text Font Color

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

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


#594054 Background Color

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

This div background color is #594054


#594054 Border Color

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

This div border color is #594054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594054


Comments

No comments written yet.

Please login to write comment.