Shades of Nandor #556655
Tints of Nandor #556655
RGB
CMYK
RGB Variations
Color information
#556655 (or 0x556655) is known color: Nandor. HEX triplet: 55, 66 and 55. RGB value is (85,102,85). Sum of RGB (Red+Green+Blue) = 85+102+85=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #556655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556655 is #AA99AA. Grayscale: #5F5F5F. Windows color (decimal): -11180459 or 5596757. OLE color: 5596757.
HSL color Cylindrical-coordinate representation of color #556655: hue angle of 120º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556655 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 85 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.6 |
| HSL | 120º | 0.09% | 0.37% | - |
| HSV(B) | 120º | 0.17% | 0.4% | - |
| XYZ | 10.14 | 12.09 | 10.39 | - |
| YUV | 94.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 85 | 0.17 | 0 | 0.17 | 0.6 | 120 | 0.09 | 0.37 |
| Hex | 55 | 66 | 55 | 11 | 0 | 11 | 3C | 78 | 9 | 25 |
| Octal | 125 | 146 | 125 | 21 | 0 | 21 | 74 | 170 | 11 | 45 |
| Binary | 1010101 | 1100110 | 1010101 | 10001 | 0 | 10001 | 111100 | 1111000 | 1001 | 100101 |
Color Harmonies of #556655
Complementary color
Monochromatic Colors of #556655
Black with #556655
Text Example
Text Example
White with #556655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556655; }
p { color: rgb(85,102,85); }
H1.HeaderClassName
{
color: #556655;
}
.AnyTagClassName
{
color: #556655;
}
</style>
background-color css
<style>
a { background-color: #556655; }
a { background-color: rgb(85,102,85); }
div.DivClassName
{
background-color: #556655;
}
.BgClassName
{
background-color: #556655;
}
</style>
border-color css
<style>
span { border-color: #556655; }
span { border-color: rgb(85,102,85); }
td.TdClassName
{
border-color: #556655;
}
.TagClassName
{
border-color: #556655;
}
</style>