Shades of Nandor #556556
Tints of Nandor #556556
RGB
CMYK
RGB Variations
Color information
#556556 (or 0x556556) is known color: Nandor. HEX triplet: 55, 65 and 56. RGB value is (85,101,86). Sum of RGB (Red+Green+Blue) = 85+101+86=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #556556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556556 is #AA9AA9. Grayscale: #5E5E5E. Windows color (decimal): -11180714 or 5662037. OLE color: 5662037.
HSL color Cylindrical-coordinate representation of color #556556: hue angle of 123.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556556 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 86 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.60 |
| HSL | 123.75º | 0.09% | 0.36% | - |
| HSV(B) | 123.75º | 0.16% | 0.4% | - |
| XYZ | 10.08 | 11.91 | 10.57 | - |
| YUV | 94.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 86 | 0.16 | 0 | 0.15 | 0.60 | 123.75 | 0.09 | 0.36 |
| Hex | 55 | 65 | 56 | 10 | 0 | F | 3C | 7C | 9 | 24 |
| Octal | 125 | 145 | 126 | 20 | 0 | 17 | 74 | 174 | 11 | 44 |
| Binary | 1010101 | 1100101 | 1010110 | 10000 | 0 | 1111 | 111100 | 1111100 | 1001 | 100100 |
Color Harmonies of #556556
Complementary color
Monochromatic Colors of #556556
Black with #556556
Text Example
Text Example
White with #556556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556556; }
p { color: rgb(85,101,86); }
H1.HeaderClassName
{
color: #556556;
}
.AnyTagClassName
{
color: #556556;
}
</style>
background-color css
<style>
a { background-color: #556556; }
a { background-color: rgb(85,101,86); }
div.DivClassName
{
background-color: #556556;
}
.BgClassName
{
background-color: #556556;
}
</style>
border-color css
<style>
span { border-color: #556556; }
span { border-color: rgb(85,101,86); }
td.TdClassName
{
border-color: #556556;
}
.TagClassName
{
border-color: #556556;
}
</style>