Shades of Don Juan #584C4E
Tints of Don Juan #584C4E
RGB
CMYK
RGB Variations
Color information
#584C4E (or 0x584C4E) is known color: Don Juan. HEX triplet: 58, 4C and 4E. RGB value is (88,76,78). Sum of RGB (Red+Green+Blue) = 88+76+78=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #584C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C4E is #A7B3B1. Grayscale: #4F4F4F. Windows color (decimal): -10990514 or 5131352. OLE color: 5131352.
HSL color Cylindrical-coordinate representation of color #584C4E: hue angle of 350º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #584C4E is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 78 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.65 |
| HSL | 350º | 0.07% | 0.32% | - |
| HSV(B) | 350º | 0.14% | 0.35% | - |
| XYZ | 7.98 | 7.79 | 8.29 | - |
| YUV | 79.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 78 | 0 | 0.14 | 0.11 | 0.65 | 350 | 0.07 | 0.32 |
| Hex | 58 | 4C | 4E | 0 | E | B | 41 | 15E | 7 | 20 |
| Octal | 130 | 114 | 116 | 0 | 16 | 13 | 101 | 536 | 7 | 40 |
| Binary | 1011000 | 1001100 | 1001110 | 0 | 1110 | 1011 | 1000001 | 101011110 | 111 | 100000 |
Color Harmonies of #584C4E
Complementary color
Monochromatic Colors of #584C4E
Black with #584C4E
Text Example
Text Example
White with #584C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C4E; }
p { color: rgb(88,76,78); }
H1.HeaderClassName
{
color: #584C4E;
}
.AnyTagClassName
{
color: #584C4E;
}
</style>
background-color css
<style>
a { background-color: #584C4E; }
a { background-color: rgb(88,76,78); }
div.DivClassName
{
background-color: #584C4E;
}
.BgClassName
{
background-color: #584C4E;
}
</style>
border-color css
<style>
span { border-color: #584C4E; }
span { border-color: rgb(88,76,78); }
td.TdClassName
{
border-color: #584C4E;
}
.TagClassName
{
border-color: #584C4E;
}
</style>