Shades of Nandor #556155
Tints of Nandor #556155
RGB
CMYK
RGB Variations
Color information
#556155 (or 0x556155) is known color: Nandor. HEX triplet: 55, 61 and 55. RGB value is (85,97,85). Sum of RGB (Red+Green+Blue) = 85+97+85=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #556155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556155 is #AA9EAA. Grayscale: #5C5C5C. Windows color (decimal): -11181739 or 5595477. OLE color: 5595477.
HSL color Cylindrical-coordinate representation of color #556155: hue angle of 120º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #556155 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 85 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.62 |
| HSL | 120º | 0.07% | 0.36% | - |
| HSV(B) | 120º | 0.12% | 0.38% | - |
| XYZ | 9.66 | 11.14 | 10.23 | - |
| YUV | 92.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 85 | 0.12 | 0 | 0.12 | 0.62 | 120 | 0.07 | 0.36 |
| Hex | 55 | 61 | 55 | C | 0 | C | 3E | 78 | 7 | 24 |
| Octal | 125 | 141 | 125 | 14 | 0 | 14 | 76 | 170 | 7 | 44 |
| Binary | 1010101 | 1100001 | 1010101 | 1100 | 0 | 1100 | 111110 | 1111000 | 111 | 100100 |
Color Harmonies of #556155
Complementary color
Monochromatic Colors of #556155
Black with #556155
Text Example
Text Example
White with #556155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556155; }
p { color: rgb(85,97,85); }
H1.HeaderClassName
{
color: #556155;
}
.AnyTagClassName
{
color: #556155;
}
</style>
background-color css
<style>
a { background-color: #556155; }
a { background-color: rgb(85,97,85); }
div.DivClassName
{
background-color: #556155;
}
.BgClassName
{
background-color: #556155;
}
</style>
border-color css
<style>
span { border-color: #556155; }
span { border-color: rgb(85,97,85); }
td.TdClassName
{
border-color: #556155;
}
.TagClassName
{
border-color: #556155;
}
</style>