Shades of Don Juan #584F51
Tints of Don Juan #584F51
RGB
CMYK
RGB Variations
Color information
#584F51 (or 0x584F51) is known color: Don Juan. HEX triplet: 58, 4F and 51. RGB value is (88,79,81). Sum of RGB (Red+Green+Blue) = 88+79+81=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #584F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F51 is #A7B0AE. Grayscale: #515151. Windows color (decimal): -10989743 or 5328728. OLE color: 5328728.
HSL color Cylindrical-coordinate representation of color #584F51: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #584F51 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 81 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.65 |
| HSL | 346.67º | 0.05% | 0.33% | - |
| HSV(B) | 346.67º | 0.1% | 0.35% | - |
| XYZ | 8.31 | 8.26 | 8.94 | - |
| YUV | 81.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 81 | 0 | 0.10 | 0.08 | 0.65 | 346.67 | 0.05 | 0.33 |
| Hex | 58 | 4F | 51 | 0 | A | 8 | 41 | 15B | 5 | 21 |
| Octal | 130 | 117 | 121 | 0 | 12 | 10 | 101 | 533 | 5 | 41 |
| Binary | 1011000 | 1001111 | 1010001 | 0 | 1010 | 1000 | 1000001 | 101011011 | 101 | 100001 |
Color Harmonies of #584F51
Complementary color
Monochromatic Colors of #584F51
Black with #584F51
Text Example
Text Example
White with #584F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F51; }
p { color: rgb(88,79,81); }
H1.HeaderClassName
{
color: #584F51;
}
.AnyTagClassName
{
color: #584F51;
}
</style>
background-color css
<style>
a { background-color: #584F51; }
a { background-color: rgb(88,79,81); }
div.DivClassName
{
background-color: #584F51;
}
.BgClassName
{
background-color: #584F51;
}
</style>
border-color css
<style>
span { border-color: #584F51; }
span { border-color: rgb(88,79,81); }
td.TdClassName
{
border-color: #584F51;
}
.TagClassName
{
border-color: #584F51;
}
</style>