#594A4E

Color #594A4E Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #594A4E

Tints of Don Juan #594A4E

Color information

#594A4E (or 0x594A4E) is unknown color: approx Don Juan. HEX triplet: 59, 4A and 4E. RGB value is (89,74,78). Sum of RGB (Red+Green+Blue) = 89+74+78=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #594A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A4E is #A6B5B1. Grayscale: #4E4E4E. Windows color (decimal): -10925490 or 5130841. OLE color: 5130841.

HSL color Cylindrical-coordinate representation of color #594A4E: hue angle of 344º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594A4E is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB897478-
CMYK00.170.120.65
HSL344º9.2%31.96%-
HSV(B)344º16.85%34.9%-
XYZ7.947.578.25-
YUV78.94127.47135.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=36.93%
G=30.71%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89747800.170.120.653449.231.96
Hex594A4E011C41158920
Octal131112116021141015301140
Binary101100110010101001110010001110010000011010110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594A4E; }

 p { color: rgb(89,74,78); }

 H1.HeaderClassName
 {
   color: #594A4E;
 }
 .AnyTagClassName
 {
   color: #594A4E;
 }
</style>
background-color css

<style>
 a { background-color: #594A4E; }

 a { background-color: rgb(89,74,78); }

 div.DivClassName
 {
   background-color: #594A4E;
 }
 .BgClassName
 {
   background-color: #594A4E;
 }
</style>
border-color css

<style>
 span { border-color: #594A4E; }

 span { border-color: rgb(89,74,78); }

 td.TdClassName
 {
   border-color: #594A4E;
 }
 .TagClassName
 {
   border-color: #594A4E;
 }
</style>