Shades of Tundora #565150
Tints of Tundora #565150
RGB
CMYK
RGB Variations
Color information
#565150 (or 0x565150) is known color: Tundora. HEX triplet: 56, 51 and 50. RGB value is (86,81,80). Sum of RGB (Red+Green+Blue) = 86+81+80=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #565150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565150 is #A9AEAF. Grayscale: #525252. Windows color (decimal): -11120304 or 5263702. OLE color: 5263702.
HSL color Cylindrical-coordinate representation of color #565150: hue angle of 10º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565150 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 80 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.66 |
| HSL | 10º | 0.04% | 0.33% | - |
| HSV(B) | 10º | 0.07% | 0.34% | - |
| XYZ | 8.23 | 8.44 | 8.79 | - |
| YUV | 82.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 80 | 0 | 0.06 | 0.07 | 0.66 | 10 | 0.04 | 0.33 |
| Hex | 56 | 51 | 50 | 0 | 6 | 7 | 42 | A | 4 | 21 |
| Octal | 126 | 121 | 120 | 0 | 6 | 7 | 102 | 12 | 4 | 41 |
| Binary | 1010110 | 1010001 | 1010000 | 0 | 110 | 111 | 1000010 | 1010 | 100 | 100001 |
Color Harmonies of #565150
Complementary color
Monochromatic Colors of #565150
Black with #565150
Text Example
Text Example
White with #565150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565150; }
p { color: rgb(86,81,80); }
H1.HeaderClassName
{
color: #565150;
}
.AnyTagClassName
{
color: #565150;
}
</style>
background-color css
<style>
a { background-color: #565150; }
a { background-color: rgb(86,81,80); }
div.DivClassName
{
background-color: #565150;
}
.BgClassName
{
background-color: #565150;
}
</style>
border-color css
<style>
span { border-color: #565150; }
span { border-color: rgb(86,81,80); }
td.TdClassName
{
border-color: #565150;
}
.TagClassName
{
border-color: #565150;
}
</style>