Shades of Tundora #565351
Tints of Tundora #565351
RGB
CMYK
RGB Variations
Color information
#565351 (or 0x565351) is known color: Tundora. HEX triplet: 56, 53 and 51. RGB value is (86,83,81). Sum of RGB (Red+Green+Blue) = 86+83+81=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 86 - color contains mainly: red. Hex color #565351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565351 is #A9ACAE. Grayscale: #535353. Windows color (decimal): -11119791 or 5329750. OLE color: 5329750.
HSL color Cylindrical-coordinate representation of color #565351: hue angle of 24º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #565351 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 81 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.66 |
| HSL | 24º | 0.03% | 0.33% | - |
| HSV(B) | 24º | 0.06% | 0.34% | - |
| XYZ | 8.42 | 8.76 | 9.03 | - |
| YUV | 83.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 81 | 0 | 0.03 | 0.06 | 0.66 | 24 | 0.03 | 0.33 |
| Hex | 56 | 53 | 51 | 0 | 3 | 6 | 42 | 18 | 3 | 21 |
| Octal | 126 | 123 | 121 | 0 | 3 | 6 | 102 | 30 | 3 | 41 |
| Binary | 1010110 | 1010011 | 1010001 | 0 | 11 | 110 | 1000010 | 11000 | 11 | 100001 |
Color Harmonies of #565351
Complementary color
Monochromatic Colors of #565351
Black with #565351
Text Example
Text Example
White with #565351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565351; }
p { color: rgb(86,83,81); }
H1.HeaderClassName
{
color: #565351;
}
.AnyTagClassName
{
color: #565351;
}
</style>
background-color css
<style>
a { background-color: #565351; }
a { background-color: rgb(86,83,81); }
div.DivClassName
{
background-color: #565351;
}
.BgClassName
{
background-color: #565351;
}
</style>
border-color css
<style>
span { border-color: #565351; }
span { border-color: rgb(86,83,81); }
td.TdClassName
{
border-color: #565351;
}
.TagClassName
{
border-color: #565351;
}
</style>