#59474D

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

Shades of Don Juan #59474D

Tints of Don Juan #59474D

Color information

#59474D (or 0x59474D) is unknown color: approx Don Juan. HEX triplet: 59, 47 and 4D. RGB value is (89,71,77). Sum of RGB (Red+Green+Blue) = 89+71+77=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #59474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59474D is #A6B8B2. Grayscale: #4D4D4D. Windows color (decimal): -10926259 or 5064537. OLE color: 5064537.

HSL color Cylindrical-coordinate representation of color #59474D: hue angle of 340º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59474D is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB897177-
CMYK00.200.130.65
HSL340º11.25%31.37%-
HSV(B)340º20.22%34.9%-
XYZ7.717.178-
YUV77.07127.96136.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=37.55%
G=29.96%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89717700.200.130.6534011.2531.37
Hex59474D014D41154b1f
Octal131107115024151015241337
Binary10110011000111100110101010011011000001101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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