Shades of Don Juan #584E50
Tints of Don Juan #584E50
RGB
CMYK
RGB Variations
Color information
#584E50 (or 0x584E50) is known color: Don Juan. HEX triplet: 58, 4E and 50. RGB value is (88,78,80). Sum of RGB (Red+Green+Blue) = 88+78+80=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #584E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E50 is #A7B1AF. Grayscale: #515151. Windows color (decimal): -10990000 or 5262936. OLE color: 5262936.
HSL color Cylindrical-coordinate representation of color #584E50: hue angle of 348º 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 #584E50 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 80 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.65 |
| HSL | 348º | 0.06% | 0.33% | - |
| HSV(B) | 348º | 0.11% | 0.35% | - |
| XYZ | 8.2 | 8.1 | 8.72 | - |
| YUV | 81.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 80 | 0 | 0.11 | 0.09 | 0.65 | 348 | 0.06 | 0.33 |
| Hex | 58 | 4E | 50 | 0 | B | 9 | 41 | 15C | 6 | 21 |
| Octal | 130 | 116 | 120 | 0 | 13 | 11 | 101 | 534 | 6 | 41 |
| Binary | 1011000 | 1001110 | 1010000 | 0 | 1011 | 1001 | 1000001 | 101011100 | 110 | 100001 |
Color Harmonies of #584E50
Complementary color
Monochromatic Colors of #584E50
Black with #584E50
Text Example
Text Example
White with #584E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E50; }
p { color: rgb(88,78,80); }
H1.HeaderClassName
{
color: #584E50;
}
.AnyTagClassName
{
color: #584E50;
}
</style>
background-color css
<style>
a { background-color: #584E50; }
a { background-color: rgb(88,78,80); }
div.DivClassName
{
background-color: #584E50;
}
.BgClassName
{
background-color: #584E50;
}
</style>
border-color css
<style>
span { border-color: #584E50; }
span { border-color: rgb(88,78,80); }
td.TdClassName
{
border-color: #584E50;
}
.TagClassName
{
border-color: #584E50;
}
</style>