Shades of Don Juan #584A4E
Tints of Don Juan #584A4E
RGB
CMYK
RGB Variations
Color information
#584A4E (or 0x584A4E) is known color: Don Juan. HEX triplet: 58, 4A and 4E. RGB value is (88,74,78). Sum of RGB (Red+Green+Blue) = 88+74+78=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #584A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A4E is #A7B5B1. Grayscale: #4E4E4E. Windows color (decimal): -10991026 or 5130840. OLE color: 5130840.
HSL color Cylindrical-coordinate representation of color #584A4E: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584A4E is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 78 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.65 |
| HSL | 342.86º | 0.09% | 0.32% | - |
| HSV(B) | 342.86º | 0.16% | 0.35% | - |
| XYZ | 7.85 | 7.52 | 8.25 | - |
| YUV | 78.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 78 | 0 | 0.16 | 0.11 | 0.65 | 342.86 | 0.09 | 0.32 |
| Hex | 58 | 4A | 4E | 0 | 10 | B | 41 | 157 | 9 | 20 |
| Octal | 130 | 112 | 116 | 0 | 20 | 13 | 101 | 527 | 11 | 40 |
| Binary | 1011000 | 1001010 | 1001110 | 0 | 10000 | 1011 | 1000001 | 101010111 | 1001 | 100000 |
Color Harmonies of #584A4E
Complementary color
Monochromatic Colors of #584A4E
Black with #584A4E
Text Example
Text Example
White with #584A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A4E; }
p { color: rgb(88,74,78); }
H1.HeaderClassName
{
color: #584A4E;
}
.AnyTagClassName
{
color: #584A4E;
}
</style>
background-color css
<style>
a { background-color: #584A4E; }
a { background-color: rgb(88,74,78); }
div.DivClassName
{
background-color: #584A4E;
}
.BgClassName
{
background-color: #584A4E;
}
</style>
border-color css
<style>
span { border-color: #584A4E; }
span { border-color: rgb(88,74,78); }
td.TdClassName
{
border-color: #584A4E;
}
.TagClassName
{
border-color: #584A4E;
}
</style>