#59454B

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

Shades of Don Juan #59454B

Tints of Don Juan #59454B

Color information

#59454B (or 0x59454B) is unknown color: approx Don Juan. HEX triplet: 59, 45 and 4B. RGB value is (89,69,75). Sum of RGB (Red+Green+Blue) = 89+69+75=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #59454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59454B is #A6BAB4. Grayscale: #4B4B4B. Windows color (decimal): -10926773 or 4932953. OLE color: 4932953.

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

Color convert

RGB896975-
CMYK00.220.160.65
HSL342º12.66%30.98%-
HSV(B)342º22.47%34.9%-
XYZ7.526.897.59-
YUV75.66127.63137.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=38.20%
G=29.61%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89697500.220.160.6534212.6630.98
Hex59454B0161041156d1f
Octal131105113026201015261537
Binary101100110001011001011010110100001000001101010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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