Shades of Don Juan #564E50
Tints of Don Juan #564E50
RGB
CMYK
RGB Variations
Color information
#564E50 (or 0x564E50) is known color: Don Juan. HEX triplet: 56, 4E and 50. RGB value is (86,78,80). Sum of RGB (Red+Green+Blue) = 86+78+80=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #564E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E50 is #A9B1AF. Grayscale: #505050. Windows color (decimal): -11121072 or 5262934. OLE color: 5262934.
HSL color Cylindrical-coordinate representation of color #564E50: hue angle of 345º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #564E50 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 80 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.66 |
| HSL | 345º | 0.05% | 0.32% | - |
| HSV(B) | 345º | 0.09% | 0.34% | - |
| XYZ | 8.01 | 8.01 | 8.71 | - |
| YUV | 80.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 80 | 0 | 0.09 | 0.07 | 0.66 | 345 | 0.05 | 0.32 |
| Hex | 56 | 4E | 50 | 0 | 9 | 7 | 42 | 159 | 5 | 20 |
| Octal | 126 | 116 | 120 | 0 | 11 | 7 | 102 | 531 | 5 | 40 |
| Binary | 1010110 | 1001110 | 1010000 | 0 | 1001 | 111 | 1000010 | 101011001 | 101 | 100000 |
Color Harmonies of #564E50
Complementary color
Monochromatic Colors of #564E50
Black with #564E50
Text Example
Text Example
White with #564E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E50; }
p { color: rgb(86,78,80); }
H1.HeaderClassName
{
color: #564E50;
}
.AnyTagClassName
{
color: #564E50;
}
</style>
background-color css
<style>
a { background-color: #564E50; }
a { background-color: rgb(86,78,80); }
div.DivClassName
{
background-color: #564E50;
}
.BgClassName
{
background-color: #564E50;
}
</style>
border-color css
<style>
span { border-color: #564E50; }
span { border-color: rgb(86,78,80); }
td.TdClassName
{
border-color: #564E50;
}
.TagClassName
{
border-color: #564E50;
}
</style>