Shades of Don Juan #59474B
Tints of Don Juan #59474B
RGB
CMYK
RGB Variations
Color information
#59474B (or 0x59474B) is known color: Don Juan. HEX triplet: 59, 47 and 4B. RGB value is (89,71,75). Sum of RGB (Red+Green+Blue) = 89+71+75=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #59474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59474B is #A6B8B4. Grayscale: #4C4C4C. Windows color (decimal): -10926261 or 4933465. OLE color: 4933465.
HSL color Cylindrical-coordinate representation of color #59474B: hue angle of 346.67º 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 #59474B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 71 | 75 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.65 |
| HSL | 346.67º | 0.11% | 0.31% | - |
| HSV(B) | 346.67º | 0.2% | 0.35% | - |
| XYZ | 7.64 | 7.14 | 7.63 | - |
| YUV | 76.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 75 | 0 | 0.20 | 0.16 | 0.65 | 346.67 | 0.11 | 0.31 |
| Hex | 59 | 47 | 4B | 0 | 14 | 10 | 41 | 15B | B | 1F |
| Octal | 131 | 107 | 113 | 0 | 24 | 20 | 101 | 533 | 13 | 37 |
| Binary | 1011001 | 1000111 | 1001011 | 0 | 10100 | 10000 | 1000001 | 101011011 | 1011 | 11111 |
Color Harmonies of #59474B
Complementary color
Monochromatic Colors of #59474B
Black with #59474B
Text Example
Text Example
White with #59474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59474B; }
p { color: rgb(89,71,75); }
H1.HeaderClassName
{
color: #59474B;
}
.AnyTagClassName
{
color: #59474B;
}
</style>
background-color css
<style>
a { background-color: #59474B; }
a { background-color: rgb(89,71,75); }
div.DivClassName
{
background-color: #59474B;
}
.BgClassName
{
background-color: #59474B;
}
</style>
border-color css
<style>
span { border-color: #59474B; }
span { border-color: rgb(89,71,75); }
td.TdClassName
{
border-color: #59474B;
}
.TagClassName
{
border-color: #59474B;
}
</style>