Shades of Tundora #564F4C
Tints of Tundora #564F4C
RGB
CMYK
RGB Variations
Color information
#564F4C (or 0x564F4C) is known color: Tundora. HEX triplet: 56, 4F and 4C. RGB value is (86,79,76). Sum of RGB (Red+Green+Blue) = 86+79+76=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #564F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F4C is #A9B0B3. Grayscale: #505050. Windows color (decimal): -11120820 or 5001046. OLE color: 5001046.
HSL color Cylindrical-coordinate representation of color #564F4C: hue angle of 18º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564F4C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 76 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.66 |
| HSL | 18º | 0.06% | 0.32% | - |
| HSV(B) | 18º | 0.12% | 0.34% | - |
| XYZ | 7.94 | 8.09 | 7.98 | - |
| YUV | 80.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 76 | 0 | 0.08 | 0.12 | 0.66 | 18 | 0.06 | 0.32 |
| Hex | 56 | 4F | 4C | 0 | 8 | C | 42 | 12 | 6 | 20 |
| Octal | 126 | 117 | 114 | 0 | 10 | 14 | 102 | 22 | 6 | 40 |
| Binary | 1010110 | 1001111 | 1001100 | 0 | 1000 | 1100 | 1000010 | 10010 | 110 | 100000 |
Color Harmonies of #564F4C
Complementary color
Monochromatic Colors of #564F4C
Black with #564F4C
Text Example
Text Example
White with #564F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F4C; }
p { color: rgb(86,79,76); }
H1.HeaderClassName
{
color: #564F4C;
}
.AnyTagClassName
{
color: #564F4C;
}
</style>
background-color css
<style>
a { background-color: #564F4C; }
a { background-color: rgb(86,79,76); }
div.DivClassName
{
background-color: #564F4C;
}
.BgClassName
{
background-color: #564F4C;
}
</style>
border-color css
<style>
span { border-color: #564F4C; }
span { border-color: rgb(86,79,76); }
td.TdClassName
{
border-color: #564F4C;
}
.TagClassName
{
border-color: #564F4C;
}
</style>