#59484D

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

Shades of Don Juan #59484D

Tints of Don Juan #59484D

Color information

#59484D (or 0x59484D) is unknown color: approx Don Juan. HEX triplet: 59, 48 and 4D. RGB value is (89,72,77). Sum of RGB (Red+Green+Blue) = 89+72+77=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #59484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59484D is #A6B7B2. Grayscale: #4D4D4D. Windows color (decimal): -10926003 or 5064793. OLE color: 5064793.

HSL color Cylindrical-coordinate representation of color #59484D: hue angle of 342.35º 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 #59484D is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB897277-
CMYK00.190.130.65
HSL342.35º10.56%31.57%-
HSV(B)342.35º19.1%34.9%-
XYZ7.787.298.02-
YUV77.65127.63136.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=37.39%
G=30.25%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89727700.190.130.65342.3510.5631.57
Hex59484D013D41156b20
Octal131110115023151015261340
Binary101100110010001001101010011110110000011010101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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