Shades of Tundora #565554
Tints of Tundora #565554
RGB
CMYK
RGB Variations
Color information
#565554 (or 0x565554) is known color: Tundora. HEX triplet: 56, 55 and 54. RGB value is (86,85,84). Sum of RGB (Red+Green+Blue) = 86+85+84=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 86 - color contains mainly: red. Hex color #565554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565554 is #A9AAAB. Grayscale: #555555. Windows color (decimal): -11119276 or 5526870. OLE color: 5526870.
HSL color Cylindrical-coordinate representation of color #565554: hue angle of 30º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #565554 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
RGB | 86 | 85 | 84 | - |
CMYK | 0 | 0.01 | 0.02 | 0.66 |
HSL | 30º | 0.01% | 0.33% | - |
HSV(B) | 30º | 0.02% | 0.34% | - |
XYZ | 8.69 | 9.12 | 9.69 | - |
YUV | 85.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 85 | 84 | 0 | 0.01 | 0.02 | 0.66 | 30 | 0.01 | 0.33 |
Hex | 56 | 55 | 54 | 0 | 1 | 2 | 42 | 1E | 1 | 21 |
Octal | 126 | 125 | 124 | 0 | 1 | 2 | 102 | 36 | 1 | 41 |
Binary | 1010110 | 1010101 | 1010100 | 0 | 1 | 10 | 1000010 | 11110 | 1 | 100001 |
Color Harmonies of #565554
Complementary color
Monochromatic Colors of #565554
Black with #565554
Text Example
Text Example
White with #565554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565554; }
p { color: rgb(86,85,84); }
H1.HeaderClassName
{
color: #565554;
}
.AnyTagClassName
{
color: #565554;
}
</style>
background-color css
<style>
a { background-color: #565554; }
a { background-color: rgb(86,85,84); }
div.DivClassName
{
background-color: #565554;
}
.BgClassName
{
background-color: #565554;
}
</style>
border-color css
<style>
span { border-color: #565554; }
span { border-color: rgb(86,85,84); }
td.TdClassName
{
border-color: #565554;
}
.TagClassName
{
border-color: #565554;
}
</style>