#59464B

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

Shades of Don Juan #59464B

Tints of Don Juan #59464B

Color information

#59464B (or 0x59464B) is unknown color: approx Don Juan. HEX triplet: 59, 46 and 4B. RGB value is (89,70,75). Sum of RGB (Red+Green+Blue) = 89+70+75=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59464B is #A6B9B4. Grayscale: #4C4C4C. Windows color (decimal): -10926517 or 4933209. OLE color: 4933209.

HSL color Cylindrical-coordinate representation of color #59464B: hue angle of 344.21º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59464B is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB897075-
CMYK00.210.160.65
HSL344.21º11.95%31.18%-
HSV(B)344.21º21.35%34.9%-
XYZ7.587.017.61-
YUV76.25127.29137.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=38.03%
G=29.91%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89707500.210.160.65344.2111.9531.18
Hex59464B0151041158c1f
Octal131106113025201015301437
Binary101100110001101001011010101100001000001101011000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59464B; }

 p { color: rgb(89,70,75); }

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

<style>
 a { background-color: #59464B; }

 a { background-color: rgb(89,70,75); }

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

<style>
 span { border-color: #59464B; }

 span { border-color: rgb(89,70,75); }

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