#59484C

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

Shades of Don Juan #59484C

Tints of Don Juan #59484C

Color information

#59484C (or 0x59484C) is unknown color: approx Don Juan. HEX triplet: 59, 48 and 4C. RGB value is (89,72,76). Sum of RGB (Red+Green+Blue) = 89+72+76=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #59484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59484C is #A6B7B3. Grayscale: #4D4D4D. Windows color (decimal): -10926004 or 4999257. OLE color: 4999257.

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

Color convert

RGB897276-
CMYK00.190.150.65
HSL345.88º10.56%31.57%-
HSV(B)345.88º19.1%34.9%-
XYZ7.747.287.83-
YUV77.54127.13136.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=37.55%
G=30.38%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89727600.190.150.65345.8810.5631.57
Hex59484C013F4115ab20
Octal131110114023171015321340
Binary101100110010001001100010011111110000011010110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59484C; }

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

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

<style>
 a { background-color: #59484C; }

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

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

<style>
 span { border-color: #59484C; }

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

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