Shades of Don Juan #564D50
Tints of Don Juan #564D50
RGB
CMYK
RGB Variations
Color information
#564D50 (or 0x564D50) is known color: Don Juan. HEX triplet: 56, 4D and 50. RGB value is (86,77,80). Sum of RGB (Red+Green+Blue) = 86+77+80=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #564D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D50 is #A9B2AF. Grayscale: #505050. Windows color (decimal): -11121328 or 5262678. OLE color: 5262678.
HSL color Cylindrical-coordinate representation of color #564D50: hue angle of 340º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564D50 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 80 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.66 |
| HSL | 340º | 0.06% | 0.32% | - |
| HSV(B) | 340º | 0.1% | 0.34% | - |
| XYZ | 7.94 | 7.87 | 8.69 | - |
| YUV | 80.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 80 | 0 | 0.10 | 0.07 | 0.66 | 340 | 0.06 | 0.32 |
| Hex | 56 | 4D | 50 | 0 | A | 7 | 42 | 154 | 6 | 20 |
| Octal | 126 | 115 | 120 | 0 | 12 | 7 | 102 | 524 | 6 | 40 |
| Binary | 1010110 | 1001101 | 1010000 | 0 | 1010 | 111 | 1000010 | 101010100 | 110 | 100000 |
Color Harmonies of #564D50
Complementary color
Monochromatic Colors of #564D50
Black with #564D50
Text Example
Text Example
White with #564D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D50; }
p { color: rgb(86,77,80); }
H1.HeaderClassName
{
color: #564D50;
}
.AnyTagClassName
{
color: #564D50;
}
</style>
background-color css
<style>
a { background-color: #564D50; }
a { background-color: rgb(86,77,80); }
div.DivClassName
{
background-color: #564D50;
}
.BgClassName
{
background-color: #564D50;
}
</style>
border-color css
<style>
span { border-color: #564D50; }
span { border-color: rgb(86,77,80); }
td.TdClassName
{
border-color: #564D50;
}
.TagClassName
{
border-color: #564D50;
}
</style>