Shades of Nandor #556855
Tints of Nandor #556855
RGB
CMYK
RGB Variations
Color information
#556855 (or 0x556855) is known color: Nandor. HEX triplet: 55, 68 and 55. RGB value is (85,104,85). Sum of RGB (Red+Green+Blue) = 85+104+85=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #556855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556855 is #AA97AA. Grayscale: #606060. Windows color (decimal): -11179947 or 5597269. OLE color: 5597269.
HSL color Cylindrical-coordinate representation of color #556855: hue angle of 120º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556855 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 85 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.59 |
| HSL | 120º | 0.1% | 0.37% | - |
| HSV(B) | 120º | 0.18% | 0.41% | - |
| XYZ | 10.34 | 12.49 | 10.46 | - |
| YUV | 96.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 85 | 0.18 | 0 | 0.18 | 0.59 | 120 | 0.1 | 0.37 |
| Hex | 55 | 68 | 55 | 12 | 0 | 12 | 3B | 78 | A | 25 |
| Octal | 125 | 150 | 125 | 22 | 0 | 22 | 73 | 170 | 12 | 45 |
| Binary | 1010101 | 1101000 | 1010101 | 10010 | 0 | 10010 | 111011 | 1111000 | 1010 | 100101 |
Color Harmonies of #556855
Complementary color
Monochromatic Colors of #556855
Black with #556855
Text Example
Text Example
White with #556855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556855; }
p { color: rgb(85,104,85); }
H1.HeaderClassName
{
color: #556855;
}
.AnyTagClassName
{
color: #556855;
}
</style>
background-color css
<style>
a { background-color: #556855; }
a { background-color: rgb(85,104,85); }
div.DivClassName
{
background-color: #556855;
}
.BgClassName
{
background-color: #556855;
}
</style>
border-color css
<style>
span { border-color: #556855; }
span { border-color: rgb(85,104,85); }
td.TdClassName
{
border-color: #556855;
}
.TagClassName
{
border-color: #556855;
}
</style>