Shades of Don Juan #584E51
Tints of Don Juan #584E51
RGB
CMYK
RGB Variations
Color information
#584E51 (or 0x584E51) is known color: Don Juan. HEX triplet: 58, 4E and 51. RGB value is (88,78,81). Sum of RGB (Red+Green+Blue) = 88+78+81=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #584E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E51 is #A7B1AE. Grayscale: #515151. Windows color (decimal): -10989999 or 5328472. OLE color: 5328472.
HSL color Cylindrical-coordinate representation of color #584E51: hue angle of 342º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #584E51 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 81 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.65 |
| HSL | 342º | 0.06% | 0.33% | - |
| HSV(B) | 342º | 0.11% | 0.35% | - |
| XYZ | 8.23 | 8.12 | 8.92 | - |
| YUV | 81.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 81 | 0 | 0.11 | 0.08 | 0.65 | 342 | 0.06 | 0.33 |
| Hex | 58 | 4E | 51 | 0 | B | 8 | 41 | 156 | 6 | 21 |
| Octal | 130 | 116 | 121 | 0 | 13 | 10 | 101 | 526 | 6 | 41 |
| Binary | 1011000 | 1001110 | 1010001 | 0 | 1011 | 1000 | 1000001 | 101010110 | 110 | 100001 |
Color Harmonies of #584E51
Complementary color
Monochromatic Colors of #584E51
Black with #584E51
Text Example
Text Example
White with #584E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E51; }
p { color: rgb(88,78,81); }
H1.HeaderClassName
{
color: #584E51;
}
.AnyTagClassName
{
color: #584E51;
}
</style>
background-color css
<style>
a { background-color: #584E51; }
a { background-color: rgb(88,78,81); }
div.DivClassName
{
background-color: #584E51;
}
.BgClassName
{
background-color: #584E51;
}
</style>
border-color css
<style>
span { border-color: #584E51; }
span { border-color: rgb(88,78,81); }
td.TdClassName
{
border-color: #584E51;
}
.TagClassName
{
border-color: #584E51;
}
</style>