#594C4F

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

Shades of Don Juan #594C4F

Tints of Don Juan #594C4F

Color information

#594C4F (or 0x594C4F) is unknown color: approx Don Juan. HEX triplet: 59, 4C and 4F. RGB value is (89,76,79). Sum of RGB (Red+Green+Blue) = 89+76+79=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C4F is #A6B3B0. Grayscale: #505050. Windows color (decimal): -10924977 or 5196889. OLE color: 5196889.

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

Color convert

RGB897679-
CMYK00.150.110.65
HSL346.15º7.88%32.35%-
HSV(B)346.15º14.61%34.9%-
XYZ8.127.868.49-
YUV80.23127.31134.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=36.48%
G=31.15%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89767900.150.110.65346.157.8832.35
Hex594C4F0FB4115a820
Octal131114117017131015321040
Binary10110011001100100111101111101110000011010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,76,79); }

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

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

 a { background-color: rgb(89,76,79); }

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

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

 span { border-color: rgb(89,76,79); }

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